[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    scsi_free_consistent_buf(9F) manual page Table of Contents

Name

scsi_free_consistent_buf - free a previously allocated SCSI DMA I/O buffer

Synopsis

#include <sys/scsi/scsi.h>

void scsi_free_consistent_buf(struct buf *bp);

Interface Level

Solaris DDI specific (Solaris DDI).

Arguments

bp
Pointer to the buf(9S) structure.

Description

scsi_free_consistent_buf() frees a buffer header and consistent data buffer that was previously allocated using scsi_alloc_consistent_buf(9F) .

Context

scsi_free_consistent_buf() may be called from either the user or the interrupt levels.

See Also

freerbuf(9F) , scsi_alloc_consistent_buf(9F) , buf(9S)

Warning

scsi_free_consistent_buf() will call freerbuf(9F) to free the buf(9S) that was allocated before or during the call to scsi_alloc_consistent_buf(9F) .


Table of Contents