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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c132 uint8_t select_path);
1559 * select_path:
1560 * If select_path is FALSE, then the address specified in ap is
1562 * If select_path is TRUE, then path is obtained by calling
1580 uint8_t select_path, uint8_t recovery_depth)
1588 select_path);
1595 select_path);
1614 vhci_scsi_reset_target(struct scsi_address *ap, int level, uint8_t select_path) argument
1626 if (select_path != TRUE) {
1579 vhci_recovery_reset(scsi_vhci_lun_t *vlun, struct scsi_address *ap, uint8_t select_path, uint8_t recovery_depth) argument

Completed in 62 milliseconds