HomeSort by: relevance | last modified time | path
    Searched defs:type_printfn (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
pci_subr.c 5129 void (*type_printfn)(pci_chipset_tag_t, pcitag_t, const pcireg_t *); local in function:pci_conf_print
5131 void (*type_printfn)(const pcireg_t *); local in function:pci_conf_print
5166 type_printfn = &pci_conf_print_type0;
5173 type_printfn = &pci_conf_print_type1;
5180 type_printfn = &pci_conf_print_type2;
5186 type_printfn = 0;
5197 if (type_printfn) {
5199 (*type_printfn)(pc, tag, regs);
5201 (*type_printfn)(regs);

Completed in 14 milliseconds