Searched refs:io_req_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h352 * io_req_t structure used for RequestIO and ReleaseIO
354 typedef struct io_req_t { struct
363 } io_req_t; typedef in typeref:struct:io_req_t
1066 int32_t csx_RequestIO(client_handle_t, io_req_t *);
1067 int32_t csx_ReleaseIO(client_handle_t, io_req_t *);
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c238 csx_RequestIO(client_handle_t ch, io_req_t *ior)
248 csx_ReleaseIO(client_handle_t ch, io_req_t *ior)
H A Dcs.c191 static int cs_request_io(client_handle_t, io_req_t *);
192 static int cs_release_io(client_handle_t, io_req_t *);
644 va_arg(arglist, io_req_t *));
649 va_arg(arglist, io_req_t *));
5380 * calling: cs_request_io(client_handle_t, io_req_t *)
5399 cs_request_io(client_handle_t client_handle, io_req_t *ior)
5781 * calling: cs_release_io(client_handle_t, io_req_t *)
5791 cs_release_io(client_handle_t client_handle, io_req_t *ior)
5991 * Attributes - window attributes in io_req_t.Attributes format
6030 * Attributes - either io_req_t attribute
[all...]

Completed in 64 milliseconds