Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c232 int ret = strncmp(lunlistp->path, SCSI_VHCI_ROOT, in dev_rcm_offline()
233 strlen(SCSI_VHCI_ROOT)); in dev_rcm_offline()
301 int ret = strncmp(lunlistp->path, SCSI_VHCI_ROOT, in dev_rcm_remove()
302 strlen(SCSI_VHCI_ROOT)); in dev_rcm_remove()
351 if (strncmp(path, SCSI_VHCI_ROOT, strlen(SCSI_VHCI_ROOT)) == 0) { in lun_unconf()
443 if (strncmp(lunlistp->path, SCSI_VHCI_ROOT, in dev_unconf()
444 strlen(SCSI_VHCI_ROOT)) == 0) { in dev_unconf()
523 if (strncmp(lunlistp->path, SCSI_VHCI_ROOT, in is_xport_phys_in_pathlist()
524 strlen(SCSI_VHCI_ROOT)) != 0) { in is_xport_phys_in_pathlist()
655 if (strncmp(lunlistp->path, SCSI_VHCI_ROOT, in is_xport_phys_in_pathlist()
[all …]
H A Dcfga_fp.h440 #define SCSI_VHCI_ROOT "/devices/scsi_vhci/" macro