Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcommand.h290 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \ argument
294 _cmd, _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
296 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
298 U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \
311 #define _CMD_REMOVE(_name, _cmd) \ argument
315 _cmd(NULL, 0, 0, NULL); \
324 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, \ argument
326 { #_name, _maxargs, NULL, 0 ? _cmd : NULL, _usage, \
329 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument
331 _CMD_REMOVE(sub_ ## _name, _cmd)
[all …]
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_mc_cmd.h86 #define MC_CMD_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument
87 ((_cmd).params[_param] |= mc_enc((_offset), (_width), _arg))
89 #define MC_RSP_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument
90 (_arg = (_type)mc_dec(_cmd.params[_param], (_offset), (_width)))
/openbmc/ipmitool/contrib/
H A Dipmievd.init.suse70 _cmd=$1
72 if test "${_cmd}" = "status"; then