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

/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c93 static int send_scsi_INQUIRY(struct scsi_device *sd,
565 * fails. If the send_scsi_INQUIRY does not meet with complete
569 * So -1 returns from send_scsi_INQUIRY are not terminal.
579 * will perform a send_scsi_INQUIRY to retrieve that page.
2028 rval = send_scsi_INQUIRY(sd, callback, inq80,
2051 rval = send_scsi_INQUIRY(sd, callback, inq83,
2108 rval = send_scsi_INQUIRY(sd, callback,
2155 send_scsi_INQUIRY(struct scsi_device *sd, int (*callback)(), function

Completed in 60 milliseconds