Searched refs:nodepath (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddevname2devid.c119 char devid[128], nodepath[MAXPATHLEN]; local
135 if (realpath(device, nodepath) == NULL) {
139 sysname = strrchr(nodepath, '/') + 1;
/freebsd-current/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c586 char nodepath[MAXPATHLEN]; local
601 if (realpath(path, nodepath) != NULL) {
602 sysname = strrchr(nodepath, '/') + 1;
702 char nodepath[MAXPATHLEN]; local
711 if (realpath(path, nodepath) == NULL)
714 sysname = strrchr(nodepath, '/') + 1;
H A Dzutil_device_path_os.c658 char nodepath[MAXPATHLEN]; local
661 if (realpath(path, nodepath) == NULL)
663 sysname = strrchr(nodepath, '/') + 1;
/freebsd-current/sys/arm/freescale/imx/
H A Dimx6_machdep.c101 fix_node_iparent(const char* nodepath, phandle_t gpcxref, phandle_t gicxref) argument
106 if ((node = OF_finddevice(nodepath)) == -1)

Completed in 52 milliseconds