Query: csx_freehandle
OS: sunos
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
csx_FreeHandle(9F) Kernel Functions for Drivers csx_FreeHandle(9F)NAMEcsx_FreeHandle - free access handleSYNOPSIS#include <sys/pccard.h> int32_t csx_FreeHandle(acc_handle_t *handle);INTERFACE LEVELSolaris DDI Specific (Solaris DDI)PARAMETERShandle The access handle returned from csx_RequestIO(9F), csx_RequestWindow(9F), or csx_DupHandle(9F).DESCRIPTIONThis function frees the handle, handle. If the handle was created by the csx_DupHandle(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 VALUESCS_SUCCESS Successful operation. CS_UNSUPPORTED_FUNCTION No PCMCIA hardware installed.CONTEXTThis function may be called from user or kernel context.SEE ALSOcsx_DupHandle(9F), csx_RequestIO(9F), csx_RequestWindow(9F) PC Card95 Standard, PCMCIA/JEIDA SunOS 5.10 19 Jul 1996 csx_FreeHandle(9F)
Related Man Pages |
---|
csx_getmappedaddr(9f) - sunos |
csx_freehandle(9f) - opensolaris |
csx_get8(9f) - opensolaris |
csx_gethandleoffset(9f) - opensolaris |
csx_sethandleoffset(9f) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Delete lines with a word and their above lines |
Is UNIX an open source OS ? |
How to convert number to english? |
How do I remove or hide SunOS version/release from remote login prompt? |