Kernel Functions for Drivers csxDeregisterClient(9F)
NAME
csxDeregisterClient - remove client from Card Services list
SYNOPSIS
#include
int32t csxDeregisterClient(clienthandlet ch);
INTERFACE LEVEL
Solaris DI Specific (Solaris DI)
PARAMETERS
ch Client handle returned from csxRegisterClient(9F).
DESCRIPTION
This function removes a client from the list of registered
clients maintained by Card Services. The Client Handle
returned by csxRegisterClient(9F) is passed in the
clienthandlet argument.
The client must have returned all requested resources before
this function is called. If any resources have not been
released, CSINUSE is returned.
RETURN VALUES
CSUCES Successful operation.
CSBADHANDLE Client handle is invalid.
CSINUSE Resources not released by this
client.
CSUNSUPORTEDFUNCTION No PCMCIA hardware installed.
CONTEXT
This function may be called from user or kernel context.
SEE ALSO
csxRegisterClient(9F)
PC Card 95 Standard, PCMCIA/JEIDA
SunOS 5.11 Last change: 19 Jul 1996 1
Kernel Functions for Drivers csxDeregisterClient(9F)
WARNINGS
Clients should be prepared to receive callbacks until Card
Services returns from this request successfully.
SunOS 5.11 Last change: 19 Jul 1996 2
|