Searched refs:OF_call_method (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/sys/boot/ofw/libofw/ |
| D | ofw_copy.c | 88 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()
|
| D | ofw_net.c | 211 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()
|
| D | openfirm.h | 99 int OF_call_method(char *, ihandle_t, int, int, ...);
|
| D | openfirm.c | 452 OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...) in OF_call_method() function
|
| /freebsd-9-stable/sys/boot/sparc64/loader/ |
| D | main.c | 307 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/ |
| D | openfirm.h | 129 int OF_call_method(const char *method, ihandle_t instance,
|
| D | openfirm.c | 383 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, in OF_call_method() function
|
| /freebsd-9-stable/sys/powerpc/ofw/ |
| D | rtas.c | 128 result = OF_call_method("instantiate-rtas", rtasi, 1, 1, in rtas_setup()
|
| D | ofw_syscons.c | 421 OF_call_method("color!", ih, 4, 1, in ofwfb_set_mode()
|
| /freebsd-9-stable/sys/dev/vt/hw/fb/ |
| D | vt_early_fb.c | 113 OF_call_method("color!", ih, 4, 1, in vt_efb_initialize()
|
| /freebsd-9-stable/sys/dev/vt/hw/ofwfb/ |
| D | ofwfb.c | 181 OF_call_method("color!", ih, 4, 1, in ofwfb_initialize()
|