/src/usr.bin/scmdctl/ |
scmdctl.c | 164 uint8_t reg = 0, reg_e = 0, ur, ebus_s, lock_state; local in function:main 540 error = common_get_lock_state(&func_block, fd, debug, lock_type, &lock_state); 611 printf("Lock state: %s (0x%02X)\n",(lock_state == x ? "Unlocked" : "Locked"),lock_state);
|
scmdctl.c | 164 uint8_t reg = 0, reg_e = 0, ur, ebus_s, lock_state; local in function:main 540 error = common_get_lock_state(&func_block, fd, debug, lock_type, &lock_state); 611 printf("Lock state: %s (0x%02X)\n",(lock_state == x ? "Unlocked" : "Locked"),lock_state);
|
/src/sys/arch/arc/dev/ |
pccons.c | 128 static u_char lock_state = 0x00, /* all off */ variable in typeref:typename:u_char 460 if (lock_state != old_lock_state) { 461 old_lock_state = lock_state; 463 !kbd_cmd(lock_state, poll)) { 1445 if (lock_state & KB_SCROLL) 1446 tsleep(&lock_state, 1650 lock_state ^= KB_NUM; 1661 lock_state ^= KB_CAPS; 1672 lock_state ^= KB_SCROLL; 1673 if ((lock_state & KB_SCROLL) == 0 [all...] |
pccons.c | 128 static u_char lock_state = 0x00, /* all off */ variable in typeref:typename:u_char 460 if (lock_state != old_lock_state) { 461 old_lock_state = lock_state; 463 !kbd_cmd(lock_state, poll)) { 1445 if (lock_state & KB_SCROLL) 1446 tsleep(&lock_state, 1650 lock_state ^= KB_NUM; 1661 lock_state ^= KB_CAPS; 1672 lock_state ^= KB_SCROLL; 1673 if ((lock_state & KB_SCROLL) == 0 [all...] |