Home
last modified time | relevance | path

Searched refs:VHCI_NODE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c120 if ((fd = g_object_open(VHCI_NODE, O_RDWR)) < 0) { in g_get_lun_str()
289 if ((fd = g_object_open(VHCI_NODE, O_RDWR)) < 0) { in get_pathlist()
538 if ((fd = g_object_open(VHCI_NODE, O_RDWR)) < 0) { in g_get_pathcount()
587 if ((fd = g_object_open(VHCI_NODE, O_RDWR)) < 0) { in g_failover()
671 if ((fd = g_object_open(VHCI_NODE, O_RDWR)) < 0) { in stms_path_enable_disable()
770 if ((fd = g_object_open(VHCI_NODE, O_RDWR)) < 0) { in stms_path_enable_disable_all()
/illumos-gate/usr/src/lib/storage/common/
H A Dstgcom.h65 #define VHCI_NODE "/devices/scsi_vhci:devctl" macro