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

  /src/sys/arch/i386/pci/
pcibios.h 69 struct pcibios_pir_header { struct
87 extern struct pcibios_pir_header pcibios_pir_header;
pcibios.h 69 struct pcibios_pir_header { struct
87 extern struct pcibios_pir_header pcibios_pir_header;
pcibios.c 99 struct pcibios_pir_header pcibios_pir_header; variable in typeref:struct:pcibios_pir_header
276 memcpy(&pcibios_pir_header, p, 32);
283 pcibios_pir_header.router_bus,
284 PIR_DEVFUNC_DEVICE(pcibios_pir_header.router_devfunc),
285 PIR_DEVFUNC_FUNCTION(pcibios_pir_header.router_devfunc));
286 if (pcibios_pir_header.compat_router != 0) {
288 pci_devinfo(pcibios_pir_header.compat_router,
321 &pcibios_pir_header.exclusive_irq) != PCIBIOS_SUCCESS) {
470 if (pcibios_pir_header.exclusive_irq)
    [all...]
pcibios.c 99 struct pcibios_pir_header pcibios_pir_header; variable in typeref:struct:pcibios_pir_header
276 memcpy(&pcibios_pir_header, p, 32);
283 pcibios_pir_header.router_bus,
284 PIR_DEVFUNC_DEVICE(pcibios_pir_header.router_devfunc),
285 PIR_DEVFUNC_FUNCTION(pcibios_pir_header.router_devfunc));
286 if (pcibios_pir_header.compat_router != 0) {
288 pci_devinfo(pcibios_pir_header.compat_router,
321 &pcibios_pir_header.exclusive_irq) != PCIBIOS_SUCCESS) {
470 if (pcibios_pir_header.exclusive_irq)
    [all...]

Completed in 22 milliseconds