Searched refs:common_set_lock_state (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/scmdctl/ |
H A D | common.h | 46 EXTERN int common_set_lock_state(struct function_block *, int, bool, int, uint8_t);
|
H A D | scmdctl.c | 543 error = common_set_lock_state(&func_block, fd, debug, lock_type, SCMD_LOCK_LOCKED); in main() 546 error = common_set_lock_state(&func_block, fd, debug, lock_type, SCMD_LOCK_UNLOCK); in main()
|
H A D | common.c | 459 common_set_lock_state(struct function_block *fb, int fd, bool debug, int ltype, uint8_t lstate) in common_set_lock_state() function
|