Searched refs:twe_code_table (Results 1 – 2 of 2) sorted by relevance
151 struct twe_code_table { struct155 extern const struct twe_code_table twe_table_status[]; argument156 extern const struct twe_code_table twe_table_unitstate[];157 extern const struct twe_code_table twe_table_unittype[];158 extern const struct twe_code_table twe_table_stripedepth[];159 extern const struct twe_code_table twe_table_aen[];161 const char *twe_describe_code(const struct twe_code_table *, uint32_t);
136 const struct twe_code_table twe_table_status[] = {166 const struct twe_code_table twe_table_unitstate[] = {178 const struct twe_code_table twe_table_unittype[] = {190 const struct twe_code_table twe_table_stripedepth[] = {221 const struct twe_code_table twe_table_aen[] = {260 twe_describe_code(const struct twe_code_table *table, uint32_t code) in twe_describe_code()