Searched refs:path_name (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_device_path.c | 118 char path_name[MAXPATHLEN]; in zfs_strcmp_shortname() local 140 path_len = snprintf(path_name, MAXPATHLEN, "%s/%s", dir, name); in zfs_strcmp_shortname() 142 path_len = zfs_append_partition(path_name, MAXPATHLEN); in zfs_strcmp_shortname() 144 if ((path_len == cmp_len) && strcmp(path_name, cmp_name) == 0) { in zfs_strcmp_shortname() 173 char path_name[MAXPATHLEN]; in zfs_strcmp_pathname() local 179 (void) strlcpy(path_name, cmp, sizeof (path_name)); in zfs_strcmp_pathname() 180 for (dir = strtok_r(path_name, "/", &tmp); in zfs_strcmp_pathname() 190 (void) strlcpy(path_name, name, MAXPATHLEN); in zfs_strcmp_pathname() 191 path_len = strlen(path_name); in zfs_strcmp_pathname() 195 path_len = zfs_append_partition(path_name, MAXPATHLEN); in zfs_strcmp_pathname() [all …]
|
/freebsd/libexec/nuageinit/ |
H A D | nuageinit | 34 local path_name = path_dir .. "/" .. name 36 local f, err = io.open(path_name, "w") 38 nuage.err("unable to open " .. path_name .. ": " .. err) 40 return f, path_name
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 349 char *path_name; member 430 return d->path_name; in pci_name()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_pci.c | 323 pdev->path_name = kasprintf(GFP_KERNEL, "%04d:%02d:%02d.%d", in lkpifill_pci_dev() 369 kfree(pdev->path_name); in lkpinew_pci_dev_release()
|