HomeSort by: relevance | last modified time | path
    Searched refs:twe_code_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
twevar.h 151 struct twe_code_table { struct
155 extern const struct twe_code_table twe_table_status[];
156 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);
twe.c 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)

Completed in 34 milliseconds