1csx_GetHandleOffset(9F) Kernel Functions for Drivers csx_GetHandleOffset(9F)
2
3
4
6 csx_GetHandleOffset - return current access handle offset
7
9 #include <sys/pccard.h>
10
11 int32_t csx_GetHandleOffset(acc_handle_t handle, uint32_t *offset);
12
13
15 Solaris DDI Specific (Solaris DDI)
16
18 handle Access handle returned by csx_RequestIRQ(9F) or csx_Reques‐
19 tIO(9F).
20
21
22 offset Pointer to a uint32_t in which the current access handle
23 offset is returned.
24
25
27 This function returns the current offset for the access handle, handle,
28 in offset.
29
31 CS_SUCCESS Successful operation.
32
33
35 This function may be called from user or kernel context.
36
38 csx_RequestIO(9F), csx_RequestIRQ(9F), csx_SetHandleOffset(9F)
39
40
41 PC Card 95 Standard, PCMCIA/JEIDA
42
43
44
45SunOS 5.11 16 May 1997 csx_GetHandleOffset(9F)