HelenOS sources

srv_start         224 uspace/app/init/init.c 	srv_start("/srv/system");
srv_start         243 uspace/srv/system/system.c 	return srv_start(SRV_CONSOLE, isvc, osvc);
srv_start         250 uspace/srv/system/system.c 	return srv_start(SRV_DISPLAY);
srv_start         455 uspace/srv/system/system.c 		srv_start("/srv/fs/tmpfs");
srv_start         457 uspace/srv/system/system.c 		srv_start("/srv/fs/exfat");
srv_start         459 uspace/srv/system/system.c 		srv_start("/srv/fs/fat");
srv_start         460 uspace/srv/system/system.c 	srv_start("/srv/fs/cdfs");
srv_start         461 uspace/srv/system/system.c 	srv_start("/srv/fs/mfs");
srv_start         463 uspace/srv/system/system.c 	srv_start("/srv/klog");
srv_start         464 uspace/srv/system/system.c 	srv_start("/srv/fs/locfs");
srv_start         473 uspace/srv/system/system.c 	srv_start("/srv/devman");
srv_start         474 uspace/srv/system/system.c 	srv_start("/srv/hid/s3c24xx_uart");
srv_start         475 uspace/srv/system/system.c 	srv_start("/srv/hid/s3c24xx_ts");
srv_start         477 uspace/srv/system/system.c 	srv_start("/srv/bd/vbd");
srv_start         478 uspace/srv/system/system.c 	srv_start("/srv/volsrv");
srv_start         482 uspace/srv/system/system.c 	srv_start("/srv/taskmon");
srv_start         484 uspace/srv/system/system.c 	srv_start("/srv/net/loopip");
srv_start         485 uspace/srv/system/system.c 	srv_start("/srv/net/ethip");
srv_start         486 uspace/srv/system/system.c 	srv_start("/srv/net/dhcp");
srv_start         487 uspace/srv/system/system.c 	srv_start("/srv/net/inetsrv");
srv_start         488 uspace/srv/system/system.c 	srv_start("/srv/net/tcp");
srv_start         489 uspace/srv/system/system.c 	srv_start("/srv/net/udp");
srv_start         490 uspace/srv/system/system.c 	srv_start("/srv/net/dnsrsrv");
srv_start         492 uspace/srv/system/system.c 	srv_start("/srv/clipboard");
srv_start         493 uspace/srv/system/system.c 	srv_start("/srv/hid/remcons");
srv_start         495 uspace/srv/system/system.c 	srv_start("/srv/hid/input", HID_INPUT);
srv_start         496 uspace/srv/system/system.c 	srv_start("/srv/hid/output", HID_OUTPUT);
srv_start         497 uspace/srv/system/system.c 	srv_start("/srv/audio/hound");
HelenOS homepage, sources at GitHub