Searched refs:parse_cfg_fld (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | ublimage.c | 108 static void parse_cfg_fld(struct ubl_header *ublhdr, int32_t *cmd, in parse_cfg_fld() function 177 parse_cfg_fld(ublhdr, &cmd, token, name, in parse_cfg_file()
|
H A D | imx8mimage.c | 111 static void parse_cfg_fld(int32_t *cmd, char *token, in parse_cfg_fld() function 186 parse_cfg_fld(&cmd, token, name, lineno, fld); in parse_cfg_file()
|
H A D | imximage.c | 681 static void parse_cfg_fld(struct imx_header *imxhdr, int32_t *cmd, in parse_cfg_fld() function 775 parse_cfg_fld(imxhdr, &cmd, token, name, in parse_cfg_file()
|
H A D | imx8image.c | 139 static void parse_cfg_fld(image_t *param_stack, int32_t *cmd, char *token, in parse_cfg_fld() function 269 parse_cfg_fld(param_stack, &cmd, token, name, lineno, in parse_cfg_file()
|