Searched defs:fops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c316 * The scsi_failover table defines an ordered set of 'fops' modules supported
429 * Load all scsi_failover_ops 'fops' modules.
2624 struct scsi_failover_ops *fops; local
2625 fops = vlun->svl_fops;
2626 rval = fops->sfo_analyze_sense(svp->svp_psd,
3161 struct scsi_failover_ops *fops; local
3232 fops = vlun->svl_fops;
3233 ASSERT(fops != NULL);
3261 rval = fops->sfo_analyze_sense(svp->svp_psd,
5130 * NOTE: We don't currently support per-path fops privat
[all...]

Completed in 74 milliseconds