HelenOS sources

display_cfg_create   41 uspace/app/display-cfg/display-cfg.h extern errno_t display_cfg_create(const char *, display_cfg_t **);
display_cfg_create   75 uspace/app/display-cfg/main.c 	rc = display_cfg_create(display_spec, &dcfg);
display_cfg_create   44 uspace/app/display-cfg/test/display-cfg.c 	rc = display_cfg_create(UI_DISPLAY_NULL, &dcfg);
display_cfg_create   53 uspace/app/display-cfg/test/seats.c 	rc = display_cfg_create(UI_DISPLAY_NULL, &dcfg);
display_cfg_create   71 uspace/app/display-cfg/test/seats.c 	rc = display_cfg_create(UI_DISPLAY_NULL, &dcfg);
display_cfg_create  107 uspace/app/display-cfg/test/seats.c 	rc = display_cfg_create(UI_DISPLAY_NULL, &dcfg);
display_cfg_create  153 uspace/app/display-cfg/test/seats.c 	rc = display_cfg_create(UI_DISPLAY_NULL, &dcfg);
display_cfg_create  185 uspace/app/display-cfg/test/seats.c 	rc = display_cfg_create(UI_DISPLAY_NULL, &dcfg);
display_cfg_create   53 uspace/app/taskbar-cfg/test/startmenu.c 	rc = display_cfg_create(UI_DISPLAY_NULL, &dcfg);
display_cfg_create   71 uspace/app/taskbar-cfg/test/startmenu.c 	rc = display_cfg_create(UI_DISPLAY_NULL, &dcfg);
display_cfg_create  107 uspace/app/taskbar-cfg/test/startmenu.c 	rc = display_cfg_create(UI_DISPLAY_NULL, &dcfg);
display_cfg_create  153 uspace/app/taskbar-cfg/test/startmenu.c 	rc = display_cfg_create(UI_DISPLAY_NULL, &dcfg);
display_cfg_create  185 uspace/app/taskbar-cfg/test/startmenu.c 	rc = display_cfg_create(UI_DISPLAY_NULL, &dcfg);
display_cfg_create   44 uspace/app/taskbar-cfg/test/taskbar-cfg.c 	rc = display_cfg_create(UI_DISPLAY_NULL, &dcfg);
HelenOS homepage, sources at GitHub