HelenOS sources

srv_start         224 uspace/app/init/init.c 	srv_start("/srv/system");
srv_start         239 uspace/srv/system/system.c 	return srv_start(SRV_CONSOLE, isvc, osvc);
srv_start         246 uspace/srv/system/system.c 	return srv_start(SRV_DISPLAY);
srv_start         442 uspace/srv/system/system.c 		srv_start("/srv/fs/tmpfs");
srv_start         444 uspace/srv/system/system.c 		srv_start("/srv/fs/exfat");
srv_start         446 uspace/srv/system/system.c 		srv_start("/srv/fs/fat");
srv_start         447 uspace/srv/system/system.c 	srv_start("/srv/fs/cdfs");
srv_start         448 uspace/srv/system/system.c 	srv_start("/srv/fs/mfs");
srv_start         450 uspace/srv/system/system.c 	srv_start("/srv/klog");
srv_start         451 uspace/srv/system/system.c 	srv_start("/srv/fs/locfs");
srv_start         460 uspace/srv/system/system.c 	srv_start("/srv/devman");
srv_start         461 uspace/srv/system/system.c 	srv_start("/srv/hid/s3c24xx_uart");
srv_start         462 uspace/srv/system/system.c 	srv_start("/srv/hid/s3c24xx_ts");
srv_start         464 uspace/srv/system/system.c 	srv_start("/srv/bd/vbd");
srv_start         465 uspace/srv/system/system.c 	srv_start("/srv/volsrv");
srv_start         469 uspace/srv/system/system.c 	srv_start("/srv/taskmon");
srv_start         471 uspace/srv/system/system.c 	srv_start("/srv/net/loopip");
srv_start         472 uspace/srv/system/system.c 	srv_start("/srv/net/ethip");
srv_start         473 uspace/srv/system/system.c 	srv_start("/srv/net/dhcp");
srv_start         474 uspace/srv/system/system.c 	srv_start("/srv/net/inetsrv");
srv_start         475 uspace/srv/system/system.c 	srv_start("/srv/net/tcp");
srv_start         476 uspace/srv/system/system.c 	srv_start("/srv/net/udp");
srv_start         477 uspace/srv/system/system.c 	srv_start("/srv/net/dnsrsrv");
srv_start         479 uspace/srv/system/system.c 	srv_start("/srv/clipboard");
srv_start         480 uspace/srv/system/system.c 	srv_start("/srv/hid/remcons");
srv_start         482 uspace/srv/system/system.c 	srv_start("/srv/hid/input", HID_INPUT);
srv_start         483 uspace/srv/system/system.c 	srv_start("/srv/hid/output", HID_OUTPUT);
srv_start         484 uspace/srv/system/system.c 	srv_start("/srv/audio/hound");
HelenOS homepage, sources at GitHub