1csx_SetHandleOffset(9F)  Kernel Functions for Drivers  csx_SetHandleOffset(9F)
2
3
4

NAME

6       csx_SetHandleOffset - set current access handle offset
7

SYNOPSIS

9       #include <sys/pccard.h>
10
11
12
13       int32_t csx_SetHandleOffset(acc_handle_t handle, uint32_t offset);
14
15

INTERFACE LEVEL

17       Solaris DDI Specific (Solaris DDI)
18

PARAMETERS

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

DESCRIPTION

28       This function sets the current offset for the access handle, handle, to
29       offset.
30

RETURN VALUES

32       CS_SUCCESS     Successful operation.
33
34

CONTEXT

36       This function may be called from user or kernel context.
37

SEE ALSO

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)
Impressum