Lines Matching refs:table_entry_t
62 static const table_entry_t uimage_arch[] = {
92 static const table_entry_t uimage_os[] = {
132 static const table_entry_t uimage_type[] = {
171 static const table_entry_t uimage_comp[] = {
184 const table_entry_t *table;
581 const table_entry_t *get_table_entry(const table_entry_t *table, int id) in get_table_entry()
614 const table_entry_t *entry; in genimg_get_cat_name()
638 const table_entry_t *entry; in genimg_get_cat_short_name()
674 char *get_table_entry_name(const table_entry_t *table, char *msg, int id) in get_table_entry_name()
702 static const char *genimg_get_short_name(const table_entry_t *table, int val) in genimg_get_short_name()
754 int get_table_entry_id(const table_entry_t *table, in get_table_entry_id()
757 const table_entry_t *t; in get_table_entry_id()