Retrieves multiple characters from a character buffer and places them at a designated address.
#include <cblock.h>
int getcbp (header, dest, n) struct clist *header; char *dest; int n;
Attention: The caller of the getcbp services must ensure that the character list is pinned. This includes the clist header and all the cblock character buffers. Character buffers acquired from the getcf service are pinned. Otherwise, the system may crash.
The getcbp kernel service retrieves as many as possible of the n characters requested from the character buffer at the start of the character list. The getcbp service then places them at the address pointed to by the dest parameter.
The getcbp kernel service can be called from either the process or interrupt environment.
The getcbp service returns the number of characters retrieved from the character buffer.
The getcbp kernel service is part of Base Operating System (BOS) Runtime.
The getcf kernel service.
I/O Kernel Services in AIX Kernel Extensions and Device Support Programming Concepts.