Lines Matching refs:table_entry_t
63 static const table_entry_t uimage_arch[] = {
93 static const table_entry_t uimage_os[] = {
133 static const table_entry_t uimage_type[] = {
170 static const table_entry_t uimage_comp[] = {
183 const table_entry_t *table;
600 const table_entry_t *get_table_entry(const table_entry_t *table, int id) in get_table_entry()
633 const table_entry_t *entry; in genimg_get_cat_name()
657 const table_entry_t *entry; in genimg_get_cat_short_name()
693 char *get_table_entry_name(const table_entry_t *table, char *msg, int id) in get_table_entry_name()
721 static const char *genimg_get_short_name(const table_entry_t *table, int val) in genimg_get_short_name()
773 int get_table_entry_id(const table_entry_t *table, in get_table_entry_id()
776 const table_entry_t *t; in get_table_entry_id()