HelenOS sources

devman_fun_get_handle  144 uspace/app/devctl/devctl.c 	rc = devman_fun_get_handle("/", &root_fun, 0);
devman_fun_get_handle  162 uspace/app/devctl/devctl.c 	rc = devman_fun_get_handle(path, &funh, 0);
devman_fun_get_handle  183 uspace/app/devctl/devctl.c 	rc = devman_fun_get_handle(path, &funh, 0);
devman_fun_get_handle   96 uspace/app/tmon/resolve.c 	if ((rc = devman_fun_get_handle(dev_path, fun, 0))) {
devman_fun_get_handle  101 uspace/app/usbinfo/list.c 	rc = devman_fun_get_handle(path, &fh, IPC_FLAG_BLOCKING);
devman_fun_get_handle   59 uspace/lib/device/include/devman.h extern errno_t devman_fun_get_handle(const char *, devman_handle_t *,
devman_fun_get_handle   62 uspace/lib/usb/src/dev.c 	errno_t rc = devman_fun_get_handle(dev_path, dev_handle, 0);
devman_fun_get_handle   89 uspace/lib/usbvirt/src/device.c 	errno_t rc = devman_fun_get_handle(vhc_path, &handle, 0);
devman_fun_get_handle  159 uspace/srv/bd/sata_bd/sata_bd.c 	rc = devman_fun_get_handle("/", &root_fun, 0);
HelenOS homepage, sources at GitHub