Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/pciconf/
H A Derr.c45 struct bit_table { struct
51 static struct bit_table pci_status[] = { argument
67 static struct bit_table pcie_device_status[] = {
82 static struct bit_table aer_uc[] = {
104 static struct bit_table aer_cor[] = {
117 print_bits(const char *header, struct bit_table *table, uint32_t mask) in print_bits()