Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dkwbimage.c47 static struct image_cfg_element *image_cfg; variable
226 if (image_cfg[i].type == optiontype) in image_find_option()
227 return &image_cfg[i]; in image_find_option()
240 if (image_cfg[i].type == optiontype) in image_count_options()
922 e = &image_cfg[cfgi]; in image_create_v0()
1478 &image_cfg[cfgi]); in image_create_config_parse()
1524 image_cfg = malloc(IMAGE_CFG_ELEMENT_MAX * in kwbimage_set_header()
1526 if (!image_cfg) { in kwbimage_set_header()
1532 memset(image_cfg, 0, in kwbimage_set_header()
1539 free(image_cfg); in kwbimage_set_header()
[all …]