Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Disa.c330 (rng_p)->size = (used_p)->len; \
335 used_ranges_t *used_p; in isa_used_to_ranges() local
342 used_p = (used_ranges_t *)array; in isa_used_to_ranges()
343 SET_RNGS(rng_p, used_p, ctype, ptype); in isa_used_to_ranges()
344 for (i = 1, used_p++; i < size; i++, used_p++) { in isa_used_to_ranges()
347 rng_p->size += used_p->len; in isa_used_to_ranges()
350 SET_RNGS(rng_p, used_p, ctype, ptype); in isa_used_to_ranges()
360 used_ranges_t *used_p; in isa_remove_res_from_pci() local
363 used_p = (used_ranges_t *)array; in isa_remove_res_from_pci()
364 for (i = 0; i < size; i++, used_p++) in isa_remove_res_from_pci()
[all …]