Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/devname2devid/
H A Ddevname2devid.c119 char devid[128], nodepath[MAXPATHLEN]; in main() local
135 if (realpath(device, nodepath) == NULL) { in main()
139 sysname = strrchr(nodepath, '/') + 1; in main()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c612 char nodepath[MAXPATHLEN]; in zpool_label_disk_wait() local
627 if (realpath(path, nodepath) != NULL) { in zpool_label_disk_wait()
628 sysname = strrchr(nodepath, '/') + 1; in zpool_label_disk_wait()
714 char nodepath[MAXPATHLEN]; in encode_device_strings() local
723 if (realpath(path, nodepath) == NULL) in encode_device_strings()
726 sysname = strrchr(nodepath, '/') + 1; in encode_device_strings()
H A Dzutil_device_path_os.c474 char nodepath[MAXPATHLEN]; in is_mpath_whole_disk() local
478 if (realpath(path, nodepath) == NULL) in is_mpath_whole_disk()
480 sysname = strrchr(nodepath, '/') + 1; in is_mpath_whole_disk()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_machdep.c104 fix_node_iparent(const char* nodepath, phandle_t gpcxref, phandle_t gicxref) in fix_node_iparent() argument
109 if ((node = OF_finddevice(nodepath)) == -1) in fix_node_iparent()