Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/shark/ofw/
H A Dofw.c224 static void *ofw_malloc(vsize_t size);
534 bootpathv = (char *)ofw_malloc(bp_len); in ofw_getbootinfo()
535 bootargsv = (char *)ofw_malloc(ba_len); in ofw_getbootinfo()
693 (OFdmaranges = (struct dma_range *)ofw_malloc(size)) == 0 || in ofw_configisadma()
701 shark_isa_dma_ranges = ofw_malloc(nOFdmaranges * in ofw_configisadma()
1463 (OFphysmem = (struct mem_region *)ofw_malloc(mem_len)) == 0 || in ofw_getphysmeminfo()
1466 (OFphysavail = (struct mem_region *)ofw_malloc(avail_len)) == 0 || in ofw_getphysmeminfo()
1559 (OFtranslations = ofw_malloc(len + over)) == 0 || in ofw_getvirttranslations()
1625 pNew = ofw_malloc(sizeof(VFREE)); in ofw_valloc()
1806 ofw_malloc(vsize_t size) in ofw_malloc() function