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

/illumos-gate/usr/src/uts/sun4u/littleneck/io/
H A Dpcf8574_lneck.c122 static boolean_t key_locked_bit; variable
631 key_locked_bit = (boolean_t)PCF8574_BIT_READ_MASK(byte,
644 if (key_locked_bit == 0)
/illumos-gate/usr/src/uts/sun4u/cherrystone/os/
H A Dcherrystone.c56 static boolean_t key_locked_bit; variable
237 key_locked_bit = (boolean_t)((port_byte & 0x1));
244 if (key_locked_bit == 0)
/illumos-gate/usr/src/uts/sun4u/daktari/os/
H A Ddaktari.c57 static boolean_t key_locked_bit; variable
229 key_locked_bit = (boolean_t)((port_byte & 0x1));
236 if (key_locked_bit == 0)

Completed in 66 milliseconds