Home
last modified time | relevance | path

Searched refs:common_set_lock_state (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/scmdctl/
H A Dcommon.h46 EXTERN int common_set_lock_state(struct function_block *, int, bool, int, uint8_t);
H A Dscmdctl.c543 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 Dcommon.c459 common_set_lock_state(struct function_block *fb, int fd, bool debug, int ltype, uint8_t lstate) in common_set_lock_state() function