Query: i2o_scsi_abort
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
I2O_SCSI_ABORT(9) Message-based devices I2O_SCSI_ABORT(9)NAMEi2o_scsi_abort - abort a running commandSYNOPSISint i2o_scsi_abort(struct scsi_cmnd * SCpnt);ARGUMENTSSCpnt command to abortDESCRIPTIONAsk the I2O controller to abort a command. This is an asynchrnous process and our callback handler will see the command complete with an aborted message if it succeeds. Returns 0 if the command is successfully aborted or negative error code on failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 I2O_SCSI_ABORT(9)