Home
last modified time | relevance | path

Searched defs:_cmd (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/include/
Dcommand.h186 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, \ argument
191 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
200 #define _CMD_REMOVE(_name, _cmd) \ argument
207 #define U_BOOT_CMD_MKENT_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, \ argument
212 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, \ argument
218 #define U_BOOT_CMD(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
221 #define U_BOOT_CMD_MKENT(_name, _maxargs, _rep, _cmd, _usage, _help) \ argument
/external/iproute2/include/
Dlibgenl.h6 #define GENL_REQUEST(_req, _bufsiz, _family, _hdrsiz, _ver, _cmd, _flags) \ argument
/external/iproute2/ip/
Dipfou.c42 #define FOU_REQUEST(_req, _bufsiz, _cmd, _flags) \ argument
Dipseg6.c46 #define SEG6_REQUEST(_req, _bufsiz, _cmd, _flags) \ argument
Dipila.c42 #define ILA_REQUEST(_req, _bufsiz, _cmd, _flags) \ argument
Dtcp_metrics.c42 #define TCPM_REQUEST(_req, _bufsiz, _cmd, _flags) \ argument
Dipmacsec.c77 #define MACSEC_GENL_REQ(_req, _bufsiz, _cmd, _flags) \ argument
/external/u-boot/include/fsl-mc/
Dfsl_mc_cmd.h86 #define MC_CMD_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument
89 #define MC_RSP_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument
/external/iw/
Diw.c89 #define for_each_cmd(_cmd) \ argument
/external/scapy/scapy/
Dpipetool.py78 def _write_cmd(self, _cmd): argument
166 def stop(self, _cmd="X"): argument
/external/wpa_supplicant_8/src/common/
Dwpa_ctrl.c494 const char *_cmd; in wpa_ctrl_request() local
/external/python/cpython2/Lib/plat-mac/
Dpimp.py100 def _cmd(output, dir, *cmditems): function
/external/protobuf/objectivec/Tests/
Dunittest_objc.proto76 optional bool _cmd = 2; field