| /freebsd-12.1/stand/ofw/libofw/ |
| H A 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()
|
| H A D | ofw_net.c | 226 if (OF_call_method("dma-alloc", netinstance, 1, 1, (64 * 1024), &dmabuf) in ofwn_init() 250 OF_call_method("dma-free", netinstance, 2, 0, dmabuf, MAXPHYS); in ofwn_end()
|
| H A D | openfirm.h | 100 int OF_call_method(char *, ihandle_t, int, int, ...);
|
| H A D | openfirm.c | 452 OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...) in OF_call_method() function
|
| /freebsd-12.1/stand/sparc64/loader/ |
| H A D | main.c | 304 if (OF_call_method("claim", mmu, 3, 1, virt, size, align, &mva) == -1) in claim_virt() 314 if (OF_call_method("claim", memory, 2, 2, size, align, &phys_low, in alloc_phys() 324 return (OF_call_method("map", mmu, 5, 0, (uint32_t)phys, in map_phys() 332 (void)OF_call_method("release", memory, 3, 0, (uint32_t)phys, in release_phys() 458 return (OF_call_method("SUNW,dtlb-load", mmu, 3, 0, index, data, in dtlb_enter_sun4u() 470 return (OF_call_method("SUNW,itlb-load", mmu, 3, 0, index, data, in itlb_enter_sun4u()
|
| /freebsd-12.1/sys/dev/ofw/ |
| H A D | openfirm.h | 164 int OF_call_method(const char *method, ihandle_t instance,
|
| H A D | openfirm.c | 711 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, in OF_call_method() function
|
| /freebsd-12.1/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 315 err = OF_call_method("color!", sc->sc_handle, 4, 1, in ofwfb_initialize() 404 OF_call_method("set-depth", sc->sc_handle, 1, 1, (cell_t)32, &i); in ofwfb_init()
|
| /freebsd-12.1/stand/powerpc/ofw/ |
| H A D | ofwfdt.c | 123 OF_call_method("instantiate-rtas", rtas, 1, 1, (cell_t)rtas, in ofwfdt_fixups()
|
| /freebsd-12.1/sys/powerpc/ofw/ |
| H A D | rtas.c | 137 result = OF_call_method("instantiate-rtas", rtasi, 1, 1, in rtas_setup()
|
| H A D | ofw_syscons.c | 470 OF_call_method("color!", ih, 4, 1, in ofwfb_set_mode()
|
| /freebsd-12.1/sys/dev/vt/hw/fb/ |
| H A D | vt_early_fb.c | 119 OF_call_method("color!", ih, 4, 1, in vt_efb_initialize()
|