Searched refs:used_p (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/i86pc/io/ |
H A D | isa.c | 324 #define SET_RNGS(rng_p, used_p, ctyp, ptyp) do { \ argument 326 (rng_p)->child_low = (rng_p)->parent_low = (used_p)->base; \ 329 (rng_p)->size = (used_p)->len; \ 334 used_ranges_t *used_p; in isa_used_to_ranges() local 341 used_p = (used_ranges_t *)array; in isa_used_to_ranges() 342 SET_RNGS(rng_p, used_p, ctype, ptype); in isa_used_to_ranges() 343 for (i = 1, used_p++; i < size; i++, used_p++) { in isa_used_to_ranges() 345 if (rng_p->child_low + rng_p->size == used_p->base) in isa_used_to_ranges() 346 rng_p->size += used_p->len; in isa_used_to_ranges() 349 SET_RNGS(rng_p, used_p, ctype, ptype); in isa_used_to_ranges() [all …]
|