Home
last modified time | relevance | path

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

/u-boot/common/
A Dimage.c81 static const table_entry_t uimage_arch[] = {
111 static const table_entry_t uimage_os[] = {
153 static const table_entry_t uimage_type[] = {
197 static const table_entry_t uimage_comp[] = {
211 const table_entry_t *table;
796 const table_entry_t *get_table_entry(const table_entry_t *table, int id) in get_table_entry()
829 const table_entry_t *entry; in genimg_get_cat_name()
853 const table_entry_t *entry; in genimg_get_cat_short_name()
907 char *get_table_entry_name(const table_entry_t *table, char *msg, int id) in get_table_entry_name()
987 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[] = {
68 static table_entry_t imx8image_sector_size[] = {
A Daisimage.c20 static table_entry_t aisimage_cmds[] = {
/u-boot/include/
A Dimage.h476 } table_entry_t; typedef
492 int get_table_entry_id(const table_entry_t *table,
499 char *get_table_entry_name(const table_entry_t *table, char *msg, int id);

Completed in 19 milliseconds