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

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h288 typedef struct get_firstnext_client_t { struct
293 } get_firstnext_client_t; typedef in typeref:struct:get_firstnext_client_t
296 * Flags for get_firstnext_client_t->Attributes
1094 int32_t csx_GetFirstClient(get_firstnext_client_t *);
1095 int32_t csx_GetNextClient(get_firstnext_client_t *);
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c520 csx_GetFirstClient(get_firstnext_client_t *fnc)
531 csx_GetNextClient(get_firstnext_client_t *fnc)
H A Dcs.c170 static int cs_get_firstnext_client(get_firstnext_client_t *, uint32_t);
796 va_arg(arglist, get_firstnext_client_t *),
801 va_arg(arglist, get_firstnext_client_t *),
8721 * calling: get_firstnext_client_t * - pointer to a get_firstnext_client_t
8737 cs_get_firstnext_client(get_firstnext_client_t *fnc, uint32_t flags)

Completed in 63 milliseconds