Searched defs:scsi_failover (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
320 static struct scsi_failover { struct
412 * Lookup scsi_failover by "short name" of failover module.
417 struct scsi_failover *sf;
436 struct scsi_failover *sf;
459 scsi_failover_table = (struct scsi_failover *)
460 kmem_zalloc(sizeof (struct scsi_failover) * (scsi_nfailover + 1),
523 struct scsi_failover *sf;
535 sizeof (struct scsi_failover) * (scsi_nfailover + 1));
8624 struct scsi_failover *s
[all...]

Completed in 73 milliseconds