bp_mapout(9F)
NAME
bp_mapout − deallocate virtual address space
SYNOPSIS
#include <sys/types.h>
#include <sys/buf.h>
void bp_mapout(struct buf ∗bp);
ARGUMENTS
bp Pointer to the buffer header structure.
INTERFACE LEVEL
Architecture independent level 1 (DDI/DKI).
DESCRIPTION
bp_mapout() deallocates system virtual address space allocated by a previous call to bp_mapin(9F).
CONTEXT
bp_mapout() can be called from user context only.
SEE ALSO
SunOS 5.1/SPARC — Last change: 11 Apr 1991