Kernel Functions for Drivers csxFreeHandle(9F)
NAME
csxFreeHandle - free access handle
SYNOPSIS
#include
int32t csxFreeHandle(acchandlet *handle);
INTERFACE LEVEL
Solaris DI Specific (Solaris DI)
PARAMETERS
handle The access handle returned from
csxRequestIO(9F), csxRequestWindow(9F), or
csxDupHandle(9F).
DESCRIPTION
This function frees the handle, handle. If the handle was
created by the csxDupHandle(9F) function, this function
will free the storage associated with this handle, but will
not modify any resources that the original handle refers to.
If the handle was created by a common access setup function,
this function will release the resources associated with
this handle.
RETURN VALUES
CSUCES Successful operation.
CSUNSUPORTEDFUNCTION No PCMCIA hardware installed.
CONTEXT
This function may be called from user or kernel context.
SEE ALSO
csxDupHandle(9F), csxRequestIO(9F), csxRequestWindow(9F)
PC Card95 Standard, PCMCIA/JEIDA
SunOS 5.11 Last change: 19 Jul 1996 1
|