Searched defs:range_p (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dupa64s.c973 upa64s_ranges_t *range_p, *rng_p; local
997 "ranges", (caddr_t)&range_p, &ranges_len) != DDI_SUCCESS) {
1015 for (i = 0, rng_p = range_p; i < n_ranges; i++, rng_p++) {
1028 kmem_free(range_p, ranges_len);
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c6036 pcic_ranges_t *range_p = pcic_range_p; local
6040 for (j = 0; j < range_entries; j++, range_p++) {
6041 uint64_t range_end = range_p->pcic_range_caddrlo +
6042 range_p->pcic_range_size;
6045 if ((range_p->pcic_range_caddrhi != pcic_p->phys_hi) ||
6046 (range_p->pcic_range_caddrlo > pcic_p->phys_lo) ||
6050 pci_p->pci_phys_hi = range_p->pcic_range_paddrhi;
6051 pci_p->pci_phys_mid = range_p->pcic_range_paddrmid;
6052 pci_p->pci_phys_low = range_p->pcic_range_paddrlo
6053 + (pcic_p->phys_lo - range_p
[all...]

Completed in 59 milliseconds