HelenOS sources

srv_start         224 uspace/app/init/init.c 	srv_start("/srv/system");
srv_start         229 uspace/srv/system/system.c 	return srv_start(SRV_CONSOLE, isvc, osvc);
srv_start         236 uspace/srv/system/system.c 	return srv_start(SRV_DISPLAY);
srv_start         430 uspace/srv/system/system.c 		srv_start("/srv/fs/tmpfs");
srv_start         432 uspace/srv/system/system.c 		srv_start("/srv/fs/exfat");
srv_start         434 uspace/srv/system/system.c 		srv_start("/srv/fs/fat");
srv_start         435 uspace/srv/system/system.c 	srv_start("/srv/fs/cdfs");
srv_start         436 uspace/srv/system/system.c 	srv_start("/srv/fs/mfs");
srv_start         438 uspace/srv/system/system.c 	srv_start("/srv/klog");
srv_start         439 uspace/srv/system/system.c 	srv_start("/srv/fs/locfs");
srv_start         448 uspace/srv/system/system.c 	srv_start("/srv/devman");
srv_start         449 uspace/srv/system/system.c 	srv_start("/srv/hid/s3c24xx_uart");
srv_start         450 uspace/srv/system/system.c 	srv_start("/srv/hid/s3c24xx_ts");
srv_start         452 uspace/srv/system/system.c 	srv_start("/srv/bd/vbd");
srv_start         453 uspace/srv/system/system.c 	srv_start("/srv/volsrv");
srv_start         457 uspace/srv/system/system.c 	srv_start("/srv/taskmon");
srv_start         459 uspace/srv/system/system.c 	srv_start("/srv/net/loopip");
srv_start         460 uspace/srv/system/system.c 	srv_start("/srv/net/ethip");
srv_start         461 uspace/srv/system/system.c 	srv_start("/srv/net/dhcp");
srv_start         462 uspace/srv/system/system.c 	srv_start("/srv/net/inetsrv");
srv_start         463 uspace/srv/system/system.c 	srv_start("/srv/net/tcp");
srv_start         464 uspace/srv/system/system.c 	srv_start("/srv/net/udp");
srv_start         465 uspace/srv/system/system.c 	srv_start("/srv/net/dnsrsrv");
srv_start         467 uspace/srv/system/system.c 	srv_start("/srv/clipboard");
srv_start         468 uspace/srv/system/system.c 	srv_start("/srv/hid/remcons");
srv_start         470 uspace/srv/system/system.c 	srv_start("/srv/hid/input", HID_INPUT);
srv_start         471 uspace/srv/system/system.c 	srv_start("/srv/hid/output", HID_OUTPUT);
srv_start         472 uspace/srv/system/system.c 	srv_start("/srv/audio/hound");
HelenOS homepage, sources at GitHub