Query: scsi_destroy_pkt
OS: v7
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
scsi_destroy_pkt(9F) Kernel Functions for Drivers scsi_destroy_pkt(9F)NAMEscsi_destroy_pkt - free an allocated SCSI packet and its DMA resourceSYNOPSIS#include <sys/scsi/scsi.h> void scsi_destroy_pkt(struct scsi_pkt *pktp);INTERFACE LEVELSolaris DDI specific (Solaris DDI).PARAMETERSpktp Pointer to a scsi_pkt(9S) structure.DESCRIPTIONscsi_destroy_pkt() releases all necessary resources, typically at the end of an I/O transfer. The data is synchronized to memory, then the DMA resources are deallocated and pktp is freed.CONTEXTscsi_destroy_pkt() may be called from user or interrupt context.EXAMPLESExample 1: Releasing resources. scsi_destroy_pkt(un->un_rqs);SEE ALSOtran_destroy_pkt(9E), scsi_init_pkt(9F), scsi_pkt(9S) Writing Device Drivers SunOS 5.10 30 Aug 1995 scsi_destroy_pkt(9F)
Related Man Pages |
---|
scsi_dmafree(9f) - sunos |
scsi_sync_pkt(9f) - debian |
scsi_dmaget(9f) - minix |
scsi_sync_pkt(9f) - xfree86 |
scsi_sync_pkt(9f) - posix |
Similar Topics in the Unix Linux Community |
---|
crontab every 5 min. |
Goto - UNIX v6 Manual Questions |
Required libs to compile libXft |
Cyber Dystopia Teaser (720 HD) |
Bash - here document on RHEL 6.8 and 6.9 servers aren't working |