Home
last modified time | relevance | path

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

/u-boot/boot/
A Dimage.c72 static const table_entry_t uimage_arch[] = {
102 static const table_entry_t uimage_os[] = {
141 static const table_entry_t uimage_type[] = {
188 static const table_entry_t uimage_comp[] = {
199 static const table_entry_t uimage_phase[] = {
209 const table_entry_t *table;
536 const table_entry_t *get_table_entry(const table_entry_t *table, int id) in get_table_entry()
569 const table_entry_t *entry; in genimg_get_cat_name()
589 const table_entry_t *entry; in genimg_get_cat_short_name()
716 int get_table_entry_id(const table_entry_t *table, in get_table_entry_id()
[all …]
/u-boot/tools/
A Dublimage.c22 static table_entry_t ublimage_cmds[] = {
40 static table_entry_t ublimage_bootops[] = {
A Dimximage.c24 static table_entry_t imximage_cmds[] = {
42 static table_entry_t imximage_boot_offset[] = {
57 static table_entry_t imximage_boot_loadsize[] = {
71 static table_entry_t imximage_versions[] = {
A Dimx8mimage.c72 static table_entry_t imx8mimage_cmds[] = {
83 static table_entry_t imx8mimage_ivt_offset[] = {
A Dimx8image.c42 static table_entry_t imx8image_cmds[] = {
58 static table_entry_t imx8image_core_entries[] = {
69 static table_entry_t imx8image_sector_size[] = {
A Daisimage.c20 static table_entry_t aisimage_cmds[] = {
/u-boot/include/
A Dimage.h458 } table_entry_t; typedef
474 int get_table_entry_id(const table_entry_t *table,
481 char *get_table_entry_name(const table_entry_t *table, char *msg, int id);

Completed in 18 milliseconds