Man Page: i2o_scsi_queuecommand_lck
Operating Environment: centos
Section: 9
I2O_SCSI_QUEUECOMMAN(9) Message-based devices I2O_SCSI_QUEUECOMMAN(9)NAMEi2o_scsi_queuecommand_lck - queue a SCSI commandSYNOPSISint i2o_scsi_queuecommand_lck(struct scsi_cmnd * SCpnt, void (*done) (struct scsi_cmnd *));ARGUMENTSSCpnt scsi command pointer done callback for completionDESCRIPTIONIssue a scsi command asynchronously. Return 0 on success or 1 if we hit an error (normally message queue congestion). The only minor complication here is that I2O deals with the device addressing so we have to map the bus/dev/lun back to an I2O handle as well as faking absent devices ourself.LOCKStakes the controller lock on error path onlyCOPYRIGHTKernel Hackers Manual 3.10 June 2014 I2O_SCSI_QUEUECOMMAN(9)
| Related Man Pages |
|---|
| struct_bus_type(9) - centos |
| rescan-scsi-bus(8) - debian |
| scsi-spin(8) - debian |
| scsi_transport(9f) - suse |
| rescan-scsi-bus.sh(1) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Set hard block limit for user using quota |
| Docker learning Phase-I |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |