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

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_resource.c535 struct php_entry *hpep; local
539 hpep = hrt_hpep;
541 for (i = 0; i < hrt_entry_cnt; i++, hpep++) {
542 if (hpep->php_pri_bus != bus)
545 if (hpep->php_io_start == 0 || hpep->php_io_size == 0)
547 memlist_insert(res, (uint64_t)hpep->php_io_start,
548 (uint64_t)hpep->php_io_size);
551 if (hpep->php_mem_start == 0 || hpep
643 struct php_entry *hpep; local
[all...]

Completed in 49 milliseconds