/netbsd-src/sys/arch/macppc/macppc/ |
H A D | machdep.c | 147 OF_call_method_1("slew-high", clock_ih, 0); in initppc() 154 OF_call_method_1("smu-powertune-hi", smu_ih, 0); in initppc() 493 OF_call_method_1("color!", ih, 4, r, g, b, index); in of_set_palette() 514 OF_call_method_1("backlight-on", ih, 0); in of_set_backlight() 516 OF_call_method_1("backlight-off", ih, 0); in of_set_backlight() 543 OF_call_method_1("set-contrast", ih, 1, brightness_level); in of_set_brightness() 559 OF_call_method_1("set-contrast", ih, 1, brightness_level); in of_upd_brightness()
|
/netbsd-src/sys/arch/macppc/dev/ |
H A D | ofb.c | 421 OF_call_method_1("color!", sc->sc_ih, 4, *r, *g, *b, index); in ofb_putcmap() 433 OF_call_method_1("color!", sc->sc_ih, 4, r, g, b, idx); in ofb_putpalreg() 438 OF_call_method_1("color!", console_instance, 4, r, g, b, idx); in ofb_putpalreg()
|
H A D | psoc.c | 129 OF_call_method_1("fan-init", ih, 0); in psoc_attach()
|
/netbsd-src/sys/dev/ofw/ |
H A D | openfirm.h | 76 int OF_call_method_1(const char *, int, int, ...);
|
H A D | ofdisk.c | 225 of->max_transfer = OF_call_method_1("max-transfer", in ofdisk_open() 487 lp->d_secperunit = OF_call_method_1("#blocks", in ofdisk_getdefaultlabel()
|
/netbsd-src/sys/arch/arm/ofw/ |
H A D | openfirm.c | 417 OF_call_method_1(const char *method, int ihandle, int nargs, ...) in OF_call_method_1() function 419 OF_call_method_1(method, ihandle, nargs, va_alist) in OF_call_method_1()
|
/netbsd-src/sys/arch/shark/ofw/ |
H A D | ofw.c | 1701 pa = OF_call_method_1("claim", mem_ihandle, 3, pa, size, align); in ofw_claimphys() 1704 pa = OF_call_method_1("claim", mem_ihandle, 2, size, align); in ofw_claimphys() 1721 return (OF_call_method_1("release", mem_ihandle, 2, pa, size)); 1734 va = OF_call_method_1("claim", mmu_ihandle, 3, va, size, align); in ofw_claimvirt() 1737 va = OF_call_method_1("claim", mmu_ihandle, 2, size, align); in ofw_claimvirt()
|
/netbsd-src/sys/arch/powerpc/oea/ |
H A D | ofw_rascons.c | 296 OF_call_method_1("color!", console_instance, 4, in rascons_init_rasops()
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | rtas.c | 134 OF_call_method_1("instantiate-rtas", ih, 1, sc->ra_base_pa); in rtas_attach()
|
H A D | openfirm.c | 508 OF_call_method_1(const char *method, int ihandle, int nargs, ...) in OF_call_method_1() function
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | openfirm.c | 375 OF_call_method_1(const char *method, int ihandle, int nargs, ...) in OF_call_method_1() function
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | autoconf.c | 1584 OF_call_method_1("color!", ih, 4, r, g, b, index); in of_set_palette()
|