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

/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c739 int argn, value, gci = 0, grp_cnt = 0, paren = 0, nerr = 0; local
744 gci = *vcntp;
752 grp_cnt = *vcntp - gci;
753 *(*vlistp + gci) = grp_cnt;
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c564 csx_GetConfigurationInfo(client_handle_t *ch, get_configuration_info_t *gci) argument
572 return (CardServices(GetConfigurationInfo, ch, gci));
H A Dcs.c7276 cs_get_configuration_info(client_handle_t *chp, get_configuration_info_t *gci) argument
7286 if ((sp = cs_get_sp(CS_GET_SOCKET_NUMBER(gci->Socket))) == NULL)
7292 fn = CS_GET_FUNCTION_NUMBER(gci->Socket);

Completed in 118 milliseconds