Searched refs:OF_call_method (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/sys/arch/macppc/stand/ |
H A D | openfirm.h | 55 int OF_call_method(char *method, int ihandle, int nargs, int nreturns, ...);
|
H A D | ofdev.c | 125 OF_call_method("dma-free", op->handle, 2, 0, in devclose() 333 OF_call_method("dma-alloc", handle, 1, 1, MAXBSIZE, &ofdev->dmabuf); in devopen()
|
H A D | Locore.c | 441 OF_call_method(char *method, int ihandle, int nargs, int nreturns, ...) in OF_call_method() function
|
/openbsd-src/sys/dev/ofw/ |
H A D | openfirm.h | 63 int OF_call_method(char *method, int ihandle, int nargs, int nreturns, ...);
|
/openbsd-src/sys/arch/sparc64/dev/ |
H A D | vgafb.c | 306 OF_call_method("color!", sc->sc_ofhandle, 4, 0, *r, *g, *b, in vgafb_putcmap() 321 OF_call_method("color!", sc->sc_ofhandle, 4, 0, r, g, b, index); in vgafb_setcolor()
|
/openbsd-src/sys/arch/macppc/macppc/ |
H A D | opendev.c | 73 OF_call_method(char *method, int ihandle, int nargs, int nreturns, ...) in OF_package_to_path() 110 OF_call_method(char *method, int ihandle, int nargs, int nreturns, ...) OF_call_method() function
|
/openbsd-src/sys/arch/sparc64/sparc64/ |
H A D | openfirm.c | 302 OF_call_method(char *method, int ihandle, int nargs, int nreturns, ...) in OF_call_method() function
|