Searched defs:cmd (Results 1 – 14 of 14) sorted by relevance
| /tools/u_boot_pylib/ |
| A D | command.py | 144 def output(*cmd, **kwargs): 158 def output_one_line(*cmd, **kwargs): 176 def run(*cmd, **kwargs): 191 def run_one(*cmd, **kwargs): 206 def run_list(cmd, **kwargs): argument
|
| /tools/ |
| A D | ublimage.c | 72 static void parse_cfg_cmd(struct ubl_header *ublhdr, int32_t cmd, char *token, in parse_cfg_cmd() 108 static void parse_cfg_fld(struct ubl_header *ublhdr, int32_t *cmd, in parse_cfg_fld() 140 int32_t cmd; in parse_cfg_file() local
|
| A D | aisimage.h | 28 uint32_t cmd; member 35 uint32_t cmd; member 41 uint32_t cmd; member
|
| A D | mxsimage.c | 124 char *cmd; member 132 struct sb_cmd_ctx *cmd; member 618 struct sb_cmd_list *cmd, in sb_build_dcd_block() 821 struct sb_cmd_list *cmd) in sb_build_command_tag() 865 struct sb_cmd_list *cmd) in sb_build_command_load() 1038 struct sb_cmd_list *cmd) in sb_build_command_fill() 1135 struct sb_cmd_list *cmd, in sb_build_command_jump_call() 1226 struct sb_cmd_list *cmd) in sb_build_command_jump() 1232 struct sb_cmd_list *cmd) in sb_build_command_call() 1238 struct sb_cmd_list *cmd) in sb_build_command_mode() [all …]
|
| A D | imx8mimage.c | 89 static void parse_cfg_cmd(int32_t cmd, char *token, char *name, int lineno) in parse_cfg_cmd() 125 static void parse_cfg_fld(int32_t *cmd, char *token, in parse_cfg_fld() 175 int32_t cmd; in parse_cfg_file() local
|
| A D | imximage.c | 178 int32_t cmd) in set_dcd_param_v2() 603 static void parse_cfg_cmd(struct imx_header *imxhdr, int32_t cmd, char *token, in parse_cfg_cmd() 685 static void parse_cfg_fld(struct imx_header *imxhdr, int32_t *cmd, in parse_cfg_fld() 749 int32_t cmd; in parse_cfg_file() local
|
| A D | aisimage.c | 159 static uint32_t *ais_insert_cmd_header(uint32_t cmd, uint32_t nargs, in ais_insert_cmd_header() 263 int32_t cmd; in aisimage_generate() local
|
| A D | termios_linux.h | 50 int cmd; in tcsetattr() local
|
| A D | imx8image.c | 90 static void parse_cfg_cmd(image_t *param_stack, int32_t cmd, char *token, in parse_cfg_cmd() 172 static void parse_cfg_fld(image_t *param_stack, int32_t *cmd, char *token, in parse_cfg_fld() 296 int32_t cmd; in parse_cfg_file() local
|
| A D | fit_image.c | 858 char cmd[MKIMAGE_MAX_DTC_CMDLINE_LEN]; in fit_handle_file() local
|
| A D | proftool.c | 1924 const char *cmd = *argv; in prof_tool() local
|
| A D | ifwitool.c | 2227 char *cmd = argv[2]; in main() local
|
| /tools/binman/ |
| A D | bintool_test.py | 244 def fake_run(*cmd): 301 def fake_run(*cmd):
|
| /tools/patman/ |
| A D | series.py | 126 def ShowActions(self, args, cmd, process_tags, alias): argument
|
Completed in 90 milliseconds