DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SVR5

bcb_free(D3)


bcb_free -- free a breakup control block

Synopsis

   #include <sys/buf.h>
   #include <sys/kmem.h>
   #include <sys/ddi.h>
   

void bcb_free(bcb_t *bcbp);

Description

bcb_free frees a bcb structure, previously allocated by bcb_alloc(D3).

Arguments


bcbp
Pointer to a previously allocated bcb(D4) structure.

Return values

None.

Usage

bcb_free may not be used on a bcb structure obtained through an interface other than bcb_alloc(D3).

Context and synchronization

Non-blockable, interrupt, user, or blockable context.

Hardware applicability

All

Version applicability

ddi: 5, 5mp, 6, 6mp, 7, 7mp, 7.1, 7.1mp, 8, 8mp

References

bcb(D4) bcb_alloc(D3), buf_breakup(D3)
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005