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);
|