Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/boot/ofw/libofw/
Dofw_copy.c88 if (OF_call_method("claim", memory, 3, 1, destp, dlen, 0, &addr) in ofw_mapmem()
98 if (OF_call_method("claim", mmu, 3, 1, destp, dlen, 0, &addr) in ofw_mapmem()
104 if (OF_call_method("map", mmu, 4, 0, destp, destp, dlen, 0) in ofw_mapmem()
Dofw_net.c211 if (OF_call_method("dma-alloc", netinstance, 1, 1, (64 * 1024), &dmabuf) in ofwn_init()
235 OF_call_method("dma-free", netinstance, 2, 0, dmabuf, MAXPHYS); in ofwn_end()
Dopenfirm.h99 int OF_call_method(char *, ihandle_t, int, int, ...);
Dopenfirm.c452 OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...) in OF_call_method() function
/freebsd-9-stable/sys/boot/sparc64/loader/
Dmain.c307 if (OF_call_method("claim", mmu, 3, 1, virt, size, align, &mva) == -1) in claim_virt()
317 if (OF_call_method("claim", memory, 2, 2, size, align, &phys_low, in alloc_phys()
327 return (OF_call_method("map", mmu, 5, 0, (uint32_t)phys, in map_phys()
335 (void)OF_call_method("release", memory, 3, 0, (uint32_t)phys, in release_phys()
461 return (OF_call_method("SUNW,dtlb-load", mmu, 3, 0, index, data, in dtlb_enter_sun4u()
473 return (OF_call_method("SUNW,itlb-load", mmu, 3, 0, index, data, in itlb_enter_sun4u()
/freebsd-9-stable/sys/dev/ofw/
Dopenfirm.h129 int OF_call_method(const char *method, ihandle_t instance,
Dopenfirm.c383 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, in OF_call_method() function
/freebsd-9-stable/sys/powerpc/ofw/
Drtas.c128 result = OF_call_method("instantiate-rtas", rtasi, 1, 1, in rtas_setup()
Dofw_syscons.c421 OF_call_method("color!", ih, 4, 1, in ofwfb_set_mode()
/freebsd-9-stable/sys/dev/vt/hw/fb/
Dvt_early_fb.c113 OF_call_method("color!", ih, 4, 1, in vt_efb_initialize()
/freebsd-9-stable/sys/dev/vt/hw/ofwfb/
Dofwfb.c181 OF_call_method("color!", ih, 4, 1, in ofwfb_initialize()