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