Home
last modified time | relevance | path

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

/pciutils/lib/
H A Decam.c84 } allocations[0]; member
119 …mcfg->sdt.length - ((unsigned char *)&mcfg->allocations - (unsigned char *)mcfg)) / sizeof(mcfg->a… in get_mcfg_allocations_count()
588 …int buses = (int)mcfg->allocations[i].end_bus_number - (int)mcfg->allocations[i].start_bus_number …
591 *domain = mcfg->allocations[i].pci_segment;
593 *start_bus = mcfg->allocations[i].start_bus_number;
595 *end_bus = mcfg->allocations[i].end_bus_number;
597 *addr = mcfg->allocations[i].address;
1112 …segments[eacc->mcfg->allocations[i].pci_segment / 32] |= 1 << (eacc->mcfg->allocations[i].pci_segm…
H A Dwin32-kldbg.c623 } allocations[0]; member
698 … = (mcfg->length - ((unsigned char *)&mcfg->allocations - (unsigned char *)mcfg)) / sizeof(mcfg->a… in win32_kldbg_scan()
700 segments[mcfg->allocations[i].pci_segment / 8] |= 1 << (mcfg->allocations[i].pci_segment % 8); in win32_kldbg_scan()