Home
last modified time | relevance | path

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

/openbsd/sys/arch/macppc/macppc/
H A Dofw_machdep.c75 static struct mem_region OFmem[OFMEM_REGIONS + 1], OFavail[OFMEM_REGIONS + 3]; variable
129 *memp = OFavail; in ppc_mem_regions()
132 *availp = OFavail; in ppc_mem_regions()
153 navail = OF_getprop(phandle, "available", OFavail, in ofw_read_mem_regions()
154 sizeof(OFavail[0]) * OFMEM_REGIONS) / sizeof(OFavail[0]); in ofw_read_mem_regions()