Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_prd_i86pc.c64 static uint_t hrt_entry_cnt = 0; variable
584 hrt_entry_cnt = (uint_t)hrtp->hrt_entry_cnt; in hrt_probe()
585 dprintf("No. of PCI hot-plug slot entries = 0x%x\n", hrt_entry_cnt); in hrt_probe()
597 if (hrt_hpep == NULL || hrt_entry_cnt == 0) in hrt_find_bus_res()
601 for (uint_t i = 0; i < hrt_entry_cnt; i++, hpep++) { in hrt_find_bus_res()
H A Dpcihrt.h42 uchar_t hrt_entry_cnt; /* no. of PCI hot-plug slot entries */ member