Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/sysevent/
H A Ddev.h238 #define DEV_PHYS_PATH "phys_path" macro
/titanic_41/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c472 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 Discsi_lun.c606 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 Daddon-storage.c107 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 Dsysevent.c203 } 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 Dzvol.c809 VERIFY(nvlist_add_string(attr, DEV_PHYS_PATH, physpath) == 0); in zvol_update_live_volsize()
H A Dspa.c5681 VERIFY(nvlist_add_string(attr, DEV_PHYS_PATH, physpath) == 0); in spa_async_autoexpand()
/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm.c8211 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 Dsd.c19709 err = nvlist_add_string(attr_list, DEV_PHYS_PATH, path);