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

/illumos-gate/usr/src/uts/common/io/
H A Di8042.c180 * glock is 1 if any child has the [put8] exclusive-access lock
181 * glock_cv is associated with the condition `glock == 0'
183 volatile int glock; member in struct:i8042
1159 while (global->glock) {
1163 global->glock = 1;
1170 ASSERT(global->glock != 0);
1173 global->glock = 0;
1316 while (global->glock && !port->has_glock) {

Completed in 61 milliseconds