Searched refs:pci_printf (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/pci/ |
H A D | pci.c | 108 static int pci_printf(pcicfgregs *cfg, const char *fmt, ...); 519 pci_printf(pcicfgregs *cfg, const char *fmt, ...) in pci_printf() function 1229 pci_printf(cfg, in next_vpd_ro_elem() 1255 pci_printf(cfg, "out of memory"); in next_vpd_rw_elem() 1309 pci_printf(cfg, "no VPD ident found\n"); in pci_parse_vpd() 1314 pci_printf(cfg, "error accessing VPD ident data\n"); in pci_parse_vpd() 1321 pci_printf(cfg, "no read-only VPD data found\n"); in pci_parse_vpd() 1327 pci_printf(cfg, "error accessing read-only VPD data\n"); in pci_parse_vpd() 1343 pci_printf(cfg, "error accessing writeable VPD data\n"); in pci_parse_vpd() 1352 pci_printf(cfg, "No valid VPD end tag found\n"); in pci_parse_vpd() [all …]
|