Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c51 #define VHCI_CTL_NODE "/devices/scsi_vhci:devctl" macro
1332 vhci_fd = open(VHCI_CTL_NODE, O_RDWR); in vhci_to_phci()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c64 #define VHCI_CTL_NODE "/devices/scsi_vhci:devctl" macro
1239 if ((fd = open(VHCI_CTL_NODE, O_RDWR)) < 0) in vhci_ctl()