Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/scmdctl/
H A Dscmdctl.h48 #define SCMD_ENABLE 100 macro
H A Dcommon.c299 if (!(subcmd == SCMD_ENABLE || subcmd == SCMD_DISABLE)) in common_enable_disable()
305 case SCMD_ENABLE: in common_enable_disable()
H A Dscmdctl.c343 error = common_enable_disable(&func_block, fd, debug, SCMD_ENABLE); in main()