Query: bioreset
OS: sunos
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
bioreset(9F) Kernel Functions for Drivers bioreset(9F)NAMEbioreset - reuse a private buffer header after I/O is completeSYNOPSIS#include <sys/buf.h> #include <sys/ddi.h> void bioreset(struct buf *bp);INTERFACE LEVELSolaris DDI specific (Solaris DDI)PARAMETERSbp Pointer to the buf(9S) structure.DESCRIPTIONbioreset() is used by drivers that allocate private buffers with getrbuf(9F) or kmem_alloc(9F) and want to reuse them in multiple transfers before freeing them with freerbuf(9F) or kmem_free(9F). bioreset() resets the buffer header to the state it had when initially allocated by getrbuf() or initialized by bioinit(9F).CONTEXTbioreset() can be called from any context.SEE ALSOstrategy(9E), bioinit(9F), biofini(9F), freerbuf(9F), getrbuf(9F), kmem_alloc(9F), kmem_free(9F), buf(9S)NOTESbp must not describe a transfer in progress. SunOS 5.10 15 Nov 1996 bioreset(9F)
Related Man Pages |
---|
bioreset(9f) - sunos |
bioreset(9f) - redhat |
bioreset(9f) - v7 |
bioreset(9f) - debian |
bioreset(9f) - posix |
Similar Topics in the Unix Linux Community |
---|
Password reuse utility |