Query: tran_abort
OS: centos
Section: 9e
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tran_abort(9E) Driver Entry Points tran_abort(9E)NAMEtran_abort - abort a SCSI commandSYNOPSIS#include <sys/scsi/scsi.h> int prefixtran_abort(struct scsi_address *ap, struct scsi_pkt *pkt);INTERFACE LEVELSolaris architecture specific (Solaris DDI).ARGUMENTSap Pointer to a scsi_address(9S) structure. pkt Pointer to a scsi_pkt(9S) structure.DESCRIPTIONThe tran_abort() vector in the scsi_hba_tran(9S) structure must be initialized during the HBA driver's attach(9E) to point to an HBA entry point to be called when a target driver calls scsi_abort(9F). tran_abort() should attempt to abort the command pkt that has been transported to the HBA. If pkt is NULL, the HBA driver should attempt to abort all outstanding packets for the target/logical unit addressed by ap. Depending on the state of a particular command in the transport layer, the HBA driver may not be able to abort the command. While the abort is taking place, packets issued to the transported layer may or may not be aborted. For each packet successfully aborted, tran_abort() must set the pkt_reason to CMD_ABORTED, and pkt_statistics must be OR'ed with STAT_ABORTED .RETURN VALUEStran_abort() must return: 1 upon success or partial success. 0 upon failure.SEE ALSOattach(9E), scsi_abort(9F), scsi_hba_attach(9F), scsi_address(9S), scsi_hba_tran(9S), scsi_pkt(9S) Writing Device DriversNOTESIf pkt_reason already indicates that an earlier error had occurred, tran_abort() should not overwrite pkt_reason with CMD_ABORTED. SunOS 5.10 30 Aug 1995 tran_abort(9E)
Related Man Pages |
---|
tran_reset(9e) - opensolaris |
tran_reset(9e) - sunos |
tran_reset(9e) - centos |
tran_reset(9e) - php |
tran_reset(9e) - hpux |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Docker learning Phase-I |
Unsure why access time on a directory change isn't changing |
Controlling user input |
Please Welcome Dave Munro to the Moderator Team! |