| pci_subr.c | 1119 pci_conf_print_regs(const pcireg_t *regs, int first, int pastlast)  function in typeref:typename:void 2980 	pci_conf_print_regs(regs, extcapoff + PCI_AER_HEADER_LOG,
 5150 	pci_conf_print_regs(regs, 0, 16);
 5195 	pci_conf_print_regs(regs, 16, endoff);
 5221 	pci_conf_print_regs(regs, endoff, PCI_CONF_SIZE);
 5244 	pci_conf_print_regs(regs, PCI_EXTCAPLIST_BASE, PCI_EXTCONF_SIZE);
 
 |