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

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpcihrt.h44 uchar_t hrt_entry_cnt; /* no. of PCI hot-plug slot entries */ member in struct:hrt_hdr
H A Dpci_resource.c49 static int hrt_entry_cnt = 0; variable
526 hrt_entry_cnt = (int)hrtp->hrt_entry_cnt;
527 dprintf("No. of PCI hot-plug slot entries = 0x%x\n", hrt_entry_cnt);
537 if (hrt_hpep == NULL || hrt_entry_cnt == 0)
541 for (i = 0; i < hrt_entry_cnt; i++, hpep++) {
645 if (hrt_hpep == NULL || hrt_entry_cnt == 0) {
650 for (i = 0; i < hrt_entry_cnt; i++, hpep++) {

Completed in 85 milliseconds