Searched refs:OF_call_method (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/stand/libofw/
H A Dofw_copy.c88 if (OF_call_method("claim", memory, 3, 1, destp, dlen, 0, &addr)
98 if (OF_call_method("claim", mmu, 3, 1, destp, dlen, 0, &addr)
104 if (OF_call_method("map", mmu, 4, 0, destp, destp, dlen, 0)
H A Dopenfirm.h100 int OF_call_method(char *, ihandle_t, int, int, ...);
H A Dofw_net.c220 if (OF_call_method("dma-alloc", netinstance, 1, 1, (64 * 1024), &dmabuf)
242 OF_call_method("dma-free", netinstance, 2, 0, dmabuf, MAXPHYS);
H A Dopenfirm.c452 OF_call_method(char *method, ihandle_t instance, int nargs, int nreturns, ...) function
/freebsd-13-stable/stand/powerpc/ofw/
H A Dcas.c221 if (rc = OF_call_method("ibm,client-architecture-support",
H A Dofwfdt.c123 OF_call_method("instantiate-rtas", rtas, 1, 1, (cell_t)rtasmem,
/freebsd-13-stable/sys/dev/ofw/
H A Dopenfirm.h164 int OF_call_method(const char *method, ihandle_t instance,
H A Dopenfirm.c711 OF_call_method(const char *method, ihandle_t instance, int nargs, int nreturns, function
/freebsd-13-stable/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c119 OF_call_method("color!", ih, 4, 1,
/freebsd-13-stable/sys/powerpc/ofw/
H A Drtas.c138 result = OF_call_method("instantiate-rtas", rtasi, 1, 1,
H A Dofw_syscons.c471 OF_call_method("color!", ih, 4, 1,
/freebsd-13-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c327 err = OF_call_method("color!", sc->sc_handle, 4, 1,
442 OF_call_method("set-depth", sc->sc_handle, 1, 1, (cell_t)32, &i);

Completed in 134 milliseconds