Kernel Functions for Drivers ddidmamemfree(9F)
NAME
ddidmamemfree - free previously allocated memory
SYNOPSIS
#include
#include
void ddidmamemfree(ddiacchandlet *handlep);
PARAMETERS
handlep Pointer to the data access handle previously
allocated by a call to ddidmamemalloc(9F).
INTERFACE LEVEL
Solaris DI specific (Solaris DI).
DESCRIPTION
ddidmamemfree() deallocates the memory acquired by
ddidmamemalloc(9F). In addition, it destroys the data
access handle handlep associated with the memory.
CONTEXT
ddidmamemfree() can be called from user, kernel, or
interrupt context.
SEE ALSO
ddidmamemalloc(9F)
Writing Device Drivers
SunOS 5.11 Last change: 26 Sep 1994 1
|