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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c192 static void vhci_efo_done(void *);
3650 * For timeout condition, vhci_efo_done is called.
3651 * Always returns 0 to scsi_watch to keep retrying till vhci_efo_done
3673 * Waiting for vhci_efo_done to terminate this scsi_watch.
3752 vhci_efo_done, (void *)swarg, KM_SLEEP);
3757 * vhci_efo_done:
3764 vhci_efo_done(void *arg) function
3790 * Calls vhci_efo_done to cleanup resources allocated for EFO.
4054 vhci_efo_done(vlun->svl_swarg);

Completed in 61 milliseconds