OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ofw_malloc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/shark/ofw/
ofw.c
224
static void *
ofw_malloc
(vsize_t size);
534
bootpathv = (char *)
ofw_malloc
(bp_len);
535
bootargsv = (char *)
ofw_malloc
(ba_len);
693
(OFdmaranges = (struct dma_range *)
ofw_malloc
(size)) == 0 ||
701
shark_isa_dma_ranges =
ofw_malloc
(nOFdmaranges *
1463
(OFphysmem = (struct mem_region *)
ofw_malloc
(mem_len)) == 0 ||
1466
(OFphysavail = (struct mem_region *)
ofw_malloc
(avail_len)) == 0 ||
1559
(OFtranslations =
ofw_malloc
(len + over)) == 0 ||
1625
pNew =
ofw_malloc
(sizeof(VFREE));
1806
ofw_malloc
(vsize_t size
function in typeref:typename:void *
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025