Kernel Functions for Drivers csxResetFunction(9F)
NAME
csxResetFunction - reset a function on a PC card
SYNOPSIS
#include
int32t csxResetFunction(clienthandlet ch, resetfunctiont *rf);
INTERFACE LEVEL
Solaris DI Specific (Solaris DI)
PARAMETERS
ch Client handle returned from csxRegisterClient(9F).
rf Pointer to a resetfunctiont structure.
DESCRIPTION
csxResetFunction() requests that the specified function on
the PC card initiate a reset operation.
STRUCTURE MEMBERS
The structure members of resetfunctiont are:
uint32t Socket; /* socket number */
uint32t Attributes; /* reset attributes */
The fields are defined as follows:
Socket Not used in Solaris, but for portability with
other Card Services implementations, it should
be set to the logical socket number.
Attributes Must be 0.
RETURN VALUES
CSUCES Card Services has noted the reset
request.
CSINUSE This Card Services implementation
does not permit configured cards
to be reset.
SunOS 5.11 Last change: 19 Jul 1996 1
Kernel Functions for Drivers csxResetFunction(9F)
CSBADHANDLE Client handle is invalid.
CSNOCARD No PC card in socket.
CSBADSOCKET Specified socket or function
number is invalid.
CSUNSUPORTEDFUNCTION No PCMCIA hardware installed.
CONTEXT
This function may be called from user or kernel context.
SEE ALSO
csxeventhandler(9E), csxRegisterClient(9F)
PC Card 95 Standard, PCMCIA/JEIDA
NOTES
csxResetFunction() has not been implemented in this release
and always returns CSINUSE.
SunOS 5.11 Last change: 19 Jul 1996 2
|