osf1 man page for getnewbuf

Query: getnewbuf

OS: osf1

Section: 9r

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

getnewbuf(9r)															     getnewbuf(9r)

NAME
getnewbuf - General: Allocates a buf structure
SYNOPSIS
struct buf * getnewbuf( void );
ARGUMENTS
None
DESCRIPTION
The getnewbuf routine allocates a buf structure for performing I/O operations. This routine guarantees that the members of the structure are properly initialized prior to initiating the I/O request. Device drivers call this routine prior to calling physio, which performs the I/O operation.
RETURN VALUES
Upon successful completion, getnewbuf returns a pointer to the allocated buf structure. On failure, it returns a NULL pointer. getnewbuf(9r)
Related Man Pages
minphys(9f) - opensolaris
minphys(9f) - sunos
minphys(9f) - minix
minphys(9f) - bsd
minphys(9f) - v7
Similar Topics in the Unix Linux Community
PHP Write Man Pages to MySQL DB