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

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/devname2devid/
H A Ddevname2devid.c119 char devid[128], nodepath[MAXPATHLEN]; local
135 if (realpath(device, nodepath) == NULL) {
139 sysname = strrchr(nodepath, '/') + 1;
/freebsd-13-stable/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_device_path_os.c506 char nodepath[MAXPATHLEN]; local
510 if (realpath(path, nodepath) == NULL)
512 sysname = strrchr(nodepath, '/') + 1;
H A Dzutil_import_os.c611 char nodepath[MAXPATHLEN]; local
626 if (realpath(path, nodepath) != NULL) {
627 sysname = strrchr(nodepath, '/') + 1;
713 char nodepath[MAXPATHLEN]; local
722 if (realpath(path, nodepath) == NULL)
725 sysname = strrchr(nodepath, '/') + 1;
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_machdep.c104 fix_node_iparent(const char* nodepath, phandle_t gpcxref, phandle_t gicxref) argument
109 if ((node = OF_finddevice(nodepath)) == -1)

Completed in 71 milliseconds