/src/sys/arch/macppc/stand/ofwboot/ |
openfirm.h | 73 int OF_call_method(const char *, int, int, int, int *);
|
loadfile_machdep.c | 75 if (OF_call_method("claim", ofw_memory_ihandle, 121 if (OF_call_method("release", ofw_memory_ihandle, 142 if (OF_call_method("claim", ofw_mmu_ihandle, 168 if (OF_call_method("release", ofw_mmu_ihandle, 194 if (OF_call_method("map", ofw_mmu_ihandle,
|
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);
|
ofdev.c | 111 OF_call_method("dma-free", op->handle, 2, 0, (int *)cells); 441 OF_call_method("dma-alloc", handle, 1, 1, (int *)cells);
|
Locore.c | 654 OF_call_method(const char *method, int ihandle, int nargs, int nreturns,
|
/src/sys/arch/powerpc/pci/ |
pciconf_ofmethod.c | 108 if (OF_call_method("config-l@", pc->pc_ihandle, 1, 1, tag, &data) < 0) 125 OF_call_method("config-l!", pc->pc_ihandle, 2, 0, data, tag);
|
/src/sys/arch/powerpc/oea/ |
ofw_consinit.c | 300 if (OF_call_method("`usb-kbd-ihandles", kstdin, 0, 1, &ukbds) >= 0 && 309 if (OF_call_method("`usb-kbd-ihandle", kstdin, 0, 1, &ukbd) >= 0 && 321 if (OF_call_method("`adb-kbd-ihandle", kstdin, 0, 1, &akbd) >= 0 &&
|
ofw_rascons.c | 207 OF_call_method("translate", mmu, 1, 3, romfont, &romfont, &m, &e);
|
/src/sys/dev/ofw/ |
openfirm.h | 75 int OF_call_method(const char *, int, int, int, ...);
|
ofrtc.c | 172 if (OF_call_method("get-time", of->sc_ihandle, 0, 6, 200 if (OF_call_method("set-time", of->sc_ihandle, 6, 0,
|
/src/sys/arch/shark/ofw/ |
vga_ofbus.c | 159 if (OF_call_method("text-mode3", stdout_ihandle, 0, 0) != 0) {
|
ofw.c | 1757 if (OF_call_method("translate", mmu_ihandle, 1, 3, va, &pa, &mode, 1781 if (OF_call_method("map", mmu_ihandle, 4, 0, pa, va, size, mode) != 0) 1955 OF_call_method("install", console_ihandle, 0, 0);
|
/src/sys/arch/arm/ofw/ |
openfirm.c | 352 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...) 354 OF_call_method(method, ihandle, nargs, nreturns, va_alist)
|
/src/sys/arch/macppc/pci/ |
pci_machdep.c | 349 OF_call_method("load-ata", ih, 0, 0);
|
/src/sys/arch/powerpc/powerpc/ |
openfirm.c | 454 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...)
|
/src/sys/arch/sparc/sparc/ |
openfirm.c | 337 OF_call_method(const char *method, int ihandle, int nargs, int nreturns, ...)
|