Searched refs:OF_call_method (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/boot/ofw/libofw/
H A Dofw_copy.c88 if (OF_call_method("claim", memory, 3, 1, destp, dlen, 0, &addr)
98 if (OF_call_method("claim", mmu, 3, 1, destp, dlen, 0, &addr)
104 if (OF_call_method("map", mmu, 4, 0, destp, destp, dlen, 0)
H A Dopenfirm.h99 int OF_call_method(char *, ihandle_t, int, int, ...);
H A Dofw_net.c211 if (OF_call_method("dma-alloc", netinstance, 1, 1, (64 * 1024), &dmabuf)
235 OF_call_method("dma-free", netinstance, 2, 0, dmabuf, MAXPHYS);
H A Dopenfirm.c452 OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...) function
/freebsd-10.0-release/sys/dev/ofw/
H A Dopenfirm.h138 int OF_call_method(const char *method, ihandle_t instance,
H A Dopenfirm.c433 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, function
/freebsd-10.0-release/sys/powerpc/ofw/
H A Drtas.c128 result = OF_call_method("instantiate-rtas", rtasi, 1, 1,
H A Dofw_syscons.c464 OF_call_method("color!", ih, 4, 1,
/freebsd-10.0-release/sys/boot/sparc64/loader/
H A Dmain.c307 if (OF_call_method("claim", mmu, 3, 1, virt, size, align, &mva) == -1)
317 if (OF_call_method("claim", memory, 2, 2, size, align, &phys_low,
327 return (OF_call_method("map", mmu, 5, 0, (uint32_t)phys,
335 (void)OF_call_method("release", memory, 3, 0, (uint32_t)phys,
461 return (OF_call_method("SUNW,dtlb-load", mmu, 3, 0, index, data,
473 return (OF_call_method("SUNW,itlb-load", mmu, 3, 0, index, data,

Completed in 90 milliseconds