Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pciconf/
H A Derr.c40 struct bit_table { struct
46 static struct bit_table pci_status[] = { argument
62 static struct bit_table pcie_device_status[] = {
77 static struct bit_table aer_uc[] = {
99 static struct bit_table aer_cor[] = {
112 print_bits(const char *header, struct bit_table *table, uint32_t mask) in print_bits()