1csx_FreeHandle(9F) Kernel Functions for Drivers csx_FreeHandle(9F)
2
3
4
6 csx_FreeHandle - free access handle
7
9 #include <sys/pccard.h>
10
11
12
13 int32_t csx_FreeHandle(acc_handle_t *handle);
14
15
17 Solaris DDI Specific (Solaris DDI)
18
20 handle The access handle returned from csx_RequestIO(9F),
21 csx_RequestWindow(9F), or csx_DupHandle(9F).
22
23
25 This function frees the handle, handle. If the handle was created by
26 the csx_DupHandle(9F) function, this function will free the storage
27 associated with this handle, but will not modify any resources that the
28 original handle refers to. If the handle was created by a common access
29 setup function, this function will release the resources associated
30 with this handle.
31
33 CS_SUCCESS Successful operation.
34
35
36 CS_UNSUPPORTED_FUNCTION No PCMCIA hardware installed.
37
38
40 This function may be called from user or kernel context.
41
43 csx_DupHandle(9F), csx_RequestIO(9F), csx_RequestWindow(9F)
44
45
46 PC Card95 Standard, PCMCIA/JEIDA
47
48
49
50SunOS 5.11 19 Jul 1996 csx_FreeHandle(9F)