Searched refs:memarray (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/i86pc/io/ |
H A D | isa.c | 371 int *ioarray, *memarray, status; in isa_create_ranges_prop() local 389 DDI_PROP_DONTPASS, "device-memory", &memarray, &nmem); in isa_create_ranges_prop() 405 nrng += isa_used_to_ranges(ISA_ADDR_MEM, memarray, nmem, in isa_create_ranges_prop() 407 isa_remove_res_from_pci(ISA_ADDR_MEM, memarray, nmem); in isa_create_ranges_prop() 408 ddi_prop_free(memarray); in isa_create_ranges_prop()
|