Home
last modified time | relevance | path

Searched refs:twe_code_lookup (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/twe/
H A Dtwe_tables.h37 struct twe_code_lookup { struct
45 extern struct twe_code_lookup twe_table_status[];
46 extern struct twe_code_lookup twe_table_unitstate[];
47 extern struct twe_code_lookup twe_table_unittype[];
48 extern struct twe_code_lookup twe_table_aen[];
49 extern struct twe_code_lookup twe_table_opcode[];
52 struct twe_code_lookup twe_table_status[] = {
80 struct twe_code_lookup twe_table_unitstate[] = {
92 struct twe_code_lookup twe_table_unittype[] = {
106 struct twe_code_lookup twe_table_aen[] = {
[all …]
H A Dtwe.c1700 twe_describe_code(struct twe_code_lookup *table, u_int32_t code) in twe_describe_code()