Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/sysevent/
H A Ddev.h236 #define DEV_PHYS_PATH "phys_path" macro
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c75 if (nvlist_lookup_string(nvl, DEV_PHYS_PATH, &strval) == 0) in zed_udev_event()
76 zed_log_msg(LOG_INFO, "\t%s: %s", DEV_PHYS_PATH, strval); in zed_udev_event()
115 (void) nvlist_add_string(nvl, DEV_PHYS_PATH, strval); in dev_event_nvlist()
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c674 (void) nvlist_lookup_string(nvl, DEV_PHYS_PATH, &devpath); in zfs_deliver_add()
810 } else if (nvlist_lookup_string(nvl, DEV_PHYS_PATH, &devname) == 0) { in zfs_deliver_dle()