Searched refs:CMD_NOARGS (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mlxctl/
H A Dmain.c66 #define CMD_NOARGS 0x02 macro
70 { "config", CMD_NOARGS, cmd_config },
71 { "cstatus", CMD_NOARGS, cmd_cstatus },
74 { "rescan", CMD_NOARGS, cmd_rescan },
141 } else if ((cmd->flags & CMD_NOARGS) != 0)

Completed in 55 milliseconds