Searched defs:fnc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c520 csx_GetFirstClient(get_firstnext_client_t *fnc) argument
527 return (CardServices(GetFirstClient, fnc));
531 csx_GetNextClient(get_firstnext_client_t *fnc) argument
538 return (CardServices(GetNextClient, fnc));
H A Dcs.c8737 cs_get_firstnext_client(get_firstnext_client_t *fnc, uint32_t flags) argument
8746 if (fnc->Attributes & CS_GET_FIRSTNEXT_CLIENT_ALL_CLIENTS) {
8759 } else if (fnc->Attributes &
8761 if ((sp = cs_get_sp(CS_GET_SOCKET_NUMBER(fnc->Socket))) ==
8773 fnc->client_handle = client->client_handle;
8774 fnc->num_clients = sp->num_clients;
8778 if (fnc->Attributes & CS_GET_FIRSTNEXT_CLIENT_ALL_CLIENTS) {
8779 sn = GET_CLIENT_SOCKET(fnc->client_handle);
8785 if ((client = cs_find_client(fnc->client_handle,
8807 } else if (fnc
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c6493 func fnc = (func)st_runout; local
6498 (void) timeout(fnc, un, drv_usectohz(1000000));

Completed in 106 milliseconds