Query: csx_deregisterclient
OS: opensolaris
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
csx_DeregisterClient(9F) Kernel Functions for Drivers csx_DeregisterClient(9F)NAMEcsx_DeregisterClient - remove client from Card Services listSYNOPSIS#include <sys/pccard.h> int32_t csx_DeregisterClient(client_handle_t ch);INTERFACE LEVELSolaris DDI Specific (Solaris DDI)PARAMETERSch Client handle returned from csx_RegisterClient(9F).DESCRIPTIONThis function removes a client from the list of registered clients maintained by Card Services. The Client Handle returned by csx_Register- Client(9F) is passed in the client_handle_t argument. The client must have returned all requested resources before this function is called. If any resources have not been released, CS_IN_USE is returned.RETURN VALUESCS_SUCCESS Successful operation. CS_BAD_HANDLE Client handle is invalid. CS_IN_USE Resources not released by this client. CS_UNSUPPORTED_FUNCTION No PCMCIA hardware installed.CONTEXTThis function may be called from user or kernel context.SEE ALSOcsx_RegisterClient(9F) PC Card 95 Standard, PCMCIA/JEIDAWARNINGSClients should be prepared to receive callbacks until Card Services returns from this request successfully. SunOS 5.11 19 Jul 1996 csx_DeregisterClient(9F)