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

/vbox/src/VBox/HostDrivers/VBoxUSB/os2/
H A Dusbcalls.c220 ULONG g_cInit; variable
236 if (++g_cInit > 1)
252 g_cInit = 0;
305 g_cInit = 0;
308 return g_cInit ? NO_ERROR : rc ? rc : ERROR_GEN_FAILURE;
314 if (!g_cInit)
316 if(!--g_cInit)
366 if(!g_cInit)
386 if(!g_cInit)
414 if(!g_cInit)
[all...]

Completed in 59 milliseconds