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

/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c79 static int do_cs_call = 0; variable
82 #define CardServices (do_cs_call ? (*cardservices) : \
110 if (!do_cs_call)
147 do_cs_call = 1;
156 do_cs_call = 0;
172 if (do_cs_call)

Completed in 48 milliseconds