table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
I2O_SCSI_ABORT(9) | Message-based devices | I2O_SCSI_ABORT(9) |
NAME¶
i2o_scsi_abort - abort a running commandSYNOPSIS¶
int
i2o_scsi_abort(struct scsi_cmnd * SCpnt);
ARGUMENTS¶
SCpntcommand to abort
DESCRIPTION¶
Ask 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.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |