Searched refs:DEV_PHYS_PATH (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/sys/sysevent/ |
H A D | dev.h | 238 #define DEV_PHYS_PATH "phys_path" macro
|
/titanic_41/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 472 if (nvlist_lookup_string(nvl, DEV_PHYS_PATH, &devpath) != 0) in zfs_deliver_add() 592 if (nvlist_lookup_string(nvl, DEV_PHYS_PATH, &devname) != 0) { in zfs_deliver_dle()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_lun.c | 606 if (nvlist_add_string(attr_list, DEV_PHYS_PATH, pathname) != in iscsi_lun_online() 769 if (nvlist_add_string(attr_list, DEV_PHYS_PATH, pathname) != in iscsi_lun_offline()
|
/titanic_41/usr/src/cmd/hal/addons/storage/ |
H A D | addon-storage.c | 107 if (nvlist_lookup_string (attr_list, DEV_PHYS_PATH, &phys_path) != 0) { in sysevent_dev_handler()
|
/titanic_41/usr/src/cmd/hal/hald/solaris/ |
H A D | sysevent.c | 203 } else if (nvlist_lookup_string(attr_list, DEV_PHYS_PATH, &phys_path) in sysevent_dev_handler()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zvol.c | 809 VERIFY(nvlist_add_string(attr, DEV_PHYS_PATH, physpath) == 0); in zvol_update_live_volsize()
|
H A D | spa.c | 5681 VERIFY(nvlist_add_string(attr, DEV_PHYS_PATH, physpath) == 0); in spa_async_autoexpand()
|
/titanic_41/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 8211 if ((err = nvlist_add_string(nvl, DEV_PHYS_PATH, node_path)) != 0) in build_event_attributes()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 19709 err = nvlist_add_string(attr_list, DEV_PHYS_PATH, path);
|