scsi_free_consistent_buf(9f) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

scsi_free_consistent_buf(9f)

Kernel Functions                                  scsi_free_consistent_buf(9F)



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).

PARAMETERS
       bp    Pointer to the buf(9S) structure.


DESCRIPTION
       The scsi_free_consistent_buf() function frees a buffer header and  con‐
       sistent data buffer that was previously allocated using scsi_alloc_con‐
       sistent_buf(9F).

CONTEXT
       The scsi_free_consistent_buf() function can be called from user, inter‐
       rupt, or kernel context.

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


       Writing Device Drivers in Oracle Solaris 11.4

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


       If  consistent  memory  is  bound  to a scsi_pkt(9S), the pkt should be
       destroyed before freeing the consistent memory.



Oracle Solaris 11.4               16 Jan 2006
                                                  scsi_free_consistent_buf(9F)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3