Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dimage.c62 static const table_entry_t uimage_arch[] = {
92 static const table_entry_t uimage_os[] = {
132 static const table_entry_t uimage_type[] = {
174 static const table_entry_t uimage_comp[] = {
187 const table_entry_t *table;
584 const table_entry_t *get_table_entry(const table_entry_t *table, int id) in get_table_entry()
617 const table_entry_t *entry; in genimg_get_cat_name()
641 const table_entry_t *entry; in genimg_get_cat_short_name()
677 char *get_table_entry_name(const table_entry_t *table, char *msg, int id) in get_table_entry_name()
705 static const char *genimg_get_short_name(const table_entry_t *table, int val) in genimg_get_short_name()
[all …]
/openbmc/u-boot/tools/
H A Dublimage.c22 static table_entry_t ublimage_cmds[] = {
40 static table_entry_t ublimage_bootops[] = {
H A Dimximage.c20 static table_entry_t imximage_cmds[] = {
38 static table_entry_t imximage_boot_offset[] = {
53 static table_entry_t imximage_boot_loadsize[] = {
67 static table_entry_t imximage_versions[] = {
H A Dimx8mimage.c67 static table_entry_t imx8mimage_cmds[] = {
77 static table_entry_t imx8mimage_ivt_offset[] = {
H A Dimx8image.c41 static table_entry_t imx8image_cmds[] = {
57 static table_entry_t imx8image_core_entries[] = {
67 static table_entry_t imx8image_sector_size[] = {
H A Daisimage.c21 static table_entry_t aisimage_cmds[] = {
/openbmc/u-boot/include/
H A Dimage.h465 } table_entry_t; typedef
472 int get_table_entry_id(const table_entry_t *table,
479 char *get_table_entry_name(const table_entry_t *table, char *msg, int id);