Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c2627 struct scsi_failover_ops *fops; in vhci_do_prout() local
2628 fops = vlun->svl_fops; in vhci_do_prout()
2629 rval = fops->sfo_analyze_sense(svp->svp_psd, in vhci_do_prout()
3164 struct scsi_failover_ops *fops; in vhci_intr() local
3235 fops = vlun->svl_fops; in vhci_intr()
3236 ASSERT(fops != NULL); in vhci_intr()
3264 rval = fops->sfo_analyze_sense(svp->svp_psd, in vhci_intr()
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules1128 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/fops/%.c