/netbsd-src/sys/arch/macppc/stand/ofwboot/ |
H A D | loadfile_machdep.c | 75 if (OF_call_method("claim", ofw_memory_ihandle, in ofw_claimphys() 121 if (OF_call_method("release", ofw_memory_ihandle, in ofw_releasephys() 142 if (OF_call_method("claim", ofw_mmu_ihandle, in ofw_claimvirt() 168 if (OF_call_method("release", ofw_mmu_ihandle, in ofw_releasevirt() 194 if (OF_call_method("map", ofw_mmu_ihandle, in ofw_map()
|
H A D | boot.c | 368 OF_call_method("eject", op->handle, 0, 0, NULL); 376 OF_call_method("close", op->handle, 0, 0, NULL); 377 OF_call_method("open", op->handle, 0, 0, NULL);
|
H A D | openfirm.h | 73 int OF_call_method(const char *, int, int, int, int *);
|
H A D | ofdev.c | 111 OF_call_method("dma-free", op->handle, 2, 0, (int *)cells); in devclose() 441 OF_call_method("dma-alloc", handle, 1, 1, (int *)cells); in devopen()
|
H A D | Locore.c | 654 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, in OF_call_method() function
|
/netbsd-src/sys/arch/powerpc/oea/ |
H A D | ofw_consinit.c | 300 if (OF_call_method("`usb-kbd-ihandles", kstdin, 0, 1, &ukbds) >= 0 && in ofwoea_cnprobe_keyboard() 309 if (OF_call_method("`usb-kbd-ihandle", kstdin, 0, 1, &ukbd) >= 0 && in ofwoea_cnprobe_keyboard() 321 if (OF_call_method("`adb-kbd-ihandle", kstdin, 0, 1, &akbd) >= 0 && in ofwoea_cnprobe_keyboard()
|
H A D | ofw_rascons.c | 207 OF_call_method("translate", mmu, 1, 3, romfont, &romfont, &m, &e); in copy_rom_font()
|
/netbsd-src/sys/arch/powerpc/pci/ |
H A D | pciconf_ofmethod.c | 108 if (OF_call_method("config-l@", pc->pc_ihandle, 1, 1, tag, &data) < 0) in genppc_pci_ofmethod_conf_read() 125 OF_call_method("config-l!", pc->pc_ihandle, 2, 0, data, tag); in genppc_pci_ofmethod_conf_write()
|
/netbsd-src/sys/dev/ofw/ |
H A D | ofrtc.c | 172 if (OF_call_method("get-time", of->sc_ihandle, 0, 6, in ofrtc_gettod() 200 if (OF_call_method("set-time", of->sc_ihandle, 6, 0, in ofrtc_settod()
|
H A D | openfirm.h | 75 int OF_call_method(const char *, int, int, int, ...);
|
/netbsd-src/sys/arch/arm/ofw/ |
H A D | openfirm.c | 352 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...) in OF_call_method() function 354 OF_call_method(method, ihandle, nargs, nreturns, va_alist) in OF_call_method()
|
/netbsd-src/sys/arch/shark/ofw/ |
H A D | vga_ofbus.c | 159 if (OF_call_method("text-mode3", stdout_ihandle, 0, 0) != 0) { in vga_ofbus_cnattach()
|
H A D | ofw.c | 1757 if (OF_call_method("translate", mmu_ihandle, 1, 3, va, &pa, &mode, in ofw_gettranslation() 1781 if (OF_call_method("map", mmu_ihandle, 4, 0, pa, va, size, mode) != 0) in ofw_settranslation() 1955 OF_call_method("install", console_ihandle, 0, 0); in reset_screen()
|
/netbsd-src/sys/arch/macppc/pci/ |
H A D | pci_machdep.c | 349 OF_call_method("load-ata", ih, 0, 0); in fix_cardbus_bridge()
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | openfirm.c | 454 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...) in OF_call_method() function
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | openfirm.c | 337 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...) in OF_call_method() function
|