Frees the specified list of buffers.
#include <sys/types.h> #include <sys/errno.h> #include <cblock.h>
void putcfl ( header)
struct clist *header;
header | Identifies which list of character buffers to free. |
The putcfl kernel service returns the specified list of buffers to the list of free character buffers. The putcfl service unpins the indicated character buffer.
The putcfl kernel service can be called from either the process or interrupt environment.
The putcfl service has no return values.
I/O Kernel Services in AIX 5L Version 5.2 Kernel Extensions and Device Support Programming Concepts.