Home
last modified time | relevance | path

Searched refs:GetClientInfo (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_stubs.h110 #define GetClientInfo 0x0003 macro
H A Dcs_strings.h131 { GetClientInfo, "GetClientInfo" },
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c517 return (CardServices(GetClientInfo, ch, ci)); in csx_GetClientInfo()
H A Dcs.c802 case GetClientInfo: in CardServices()