HelenOS sources
devman_fun_get_path 297 uspace/app/devctl/devctl.c rc = devman_fun_get_path(funh, name, MAX_NAME_LENGTH);
devman_fun_get_path 238 uspace/app/mkbd/main.c rc = devman_fun_get_path(dev_handle, path, MAX_PATH_LENGTH);
devman_fun_get_path 60 uspace/app/tmon/list.c if ((rc = devman_fun_get_path(diag_handle, path, sizeof(path)))) {
devman_fun_get_path 72 uspace/app/tmon/tf.c if ((rc = devman_fun_get_path(fun, path, sizeof(path)))) {
devman_fun_get_path 56 uspace/app/usbinfo/list.c errno_t rc = devman_fun_get_path(handle, path, MAX_PATH_LENGTH);
devman_fun_get_path 75 uspace/app/usbinfo/list.c rc = devman_fun_get_path(hc_handle, path, sizeof(path));
devman_fun_get_path 69 uspace/lib/device/include/devman.h extern errno_t devman_fun_get_path(devman_handle_t, char *, size_t);
devman_fun_get_path 784 uspace/srv/devman/client_conn.c devman_fun_get_path(&call);
HelenOS homepage, sources at GitHub