Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c78 if (nvlist_lookup_string(nvl, DEV_PHYS_PATH, &strval) == 0) in zed_udev_event()
79 zed_log_msg(LOG_INFO, "\t%s: %s", DEV_PHYS_PATH, strval); in zed_udev_event()
120 (void) nvlist_add_string(nvl, DEV_PHYS_PATH, strval); in dev_event_nvlist()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent/
H A Ddev.h238 #define DEV_PHYS_PATH "phys_path" macro
/freebsd/sys/contrib/openzfs/include/sys/sysevent/
H A Ddev.h237 #define DEV_PHYS_PATH "phys_path" macro
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c930 (void) nvlist_lookup_string(nvl, DEV_PHYS_PATH, &devpath); in zfs_deliver_add()
1072 } else if (nvlist_lookup_string(udev_nvl, DEV_PHYS_PATH, in zfsdle_vdev_online()
1224 } else if (nvlist_lookup_string(nvl, DEV_PHYS_PATH, &devname) == 0) { in zfs_deliver_dle()