Home
last modified time | relevance | path

Searched refs:OF_write (Results 1 – 24 of 24) sorted by relevance

/netbsd/sys/arch/sparc/stand/ofwboot/
H A Dpromlib.c123 OF_write(prom_stdout(), &ch, 1); in openfirmware_putchar()
158 promops.po_write = OF_write; in prom_init()
H A Dopenfirm.h54 int OF_write(u_int handle, void *addr, int len);
H A DLocore.c330 OF_write(int handle, const void *addr, int len) in OF_write() function
/netbsd/sys/arch/macppc/stand/bootxx/
H A Dbootxx.c276 OF_write(int handle, const void *addr, int len) in OF_write() function
305 OF_write(stdout, s, n); in putstrn()
/netbsd/sys/arch/powerpc/powerpc/
H A Dofw_machdep.c121 OF_write(console_instance, buf, len); in ofprint()
124 OF_write(console_instance, "\r", 1); in ofprint()
154 OF_write(ofw_stdout, &ch, 1); in ofwbootcons_cnputc()
H A Dopenfirm.c659 OF_write(int handle, const void *addr, int len) in OF_write() function
/netbsd/sys/arch/shark/stand/ofwboot/
H A Dopenfirm.h49 int OF_write(int, void *, int);
H A DLocore.c290 OF_write(int handle, void *addr, int len) in OF_write() function
532 OF_write(stdout, &ch, 1); in putchar()
H A Dnetif_of.c158 rv = OF_write(op->handle, pkt, sendlen); in netif_put()
/netbsd/sys/arch/ofppc/stand/ofwboot/
H A Dopenfirm.h52 int OF_write(int, void *, int);
H A Dnetif_of.c158 rv = OF_write(op->handle, pkt, sendlen); in netif_put()
H A DLocore.c263 OF_write(int handle, void *addr, int len) in OF_write() function
548 OF_write(stdout, &ch, 1); in putchar()
/netbsd/sys/arch/macppc/stand/ofwboot/
H A Dopenfirm.h66 int OF_write(int, void *, int);
H A DLocore.c429 OF_write(int handle, void *addr, int len) in OF_write() function
805 OF_write(ofw_stdout, &ch, 1); in putchar()
H A Dnetif_of.c166 rv = OF_write(op->handle, pkt, sendlen); in netif_put()
/netbsd/sys/dev/ofw/
H A Dopenfirm.h100 int OF_write(int, const void *, int);
H A Dofcons.c233 OF_write(stdout, buf, len); in ofcons_start()
324 OF_write(stdout, &ch, 1); in ofcons_cnputc()
H A Dofnet.c323 if (OF_write(of->sc_ihandle, buf, len) != len) in ofnet_start()
H A Dofdisk.c300 (int(*)(int, void*, int))OF_write; in ofdisk_strategy()
/netbsd/sys/arch/powerpc/oea/
H A Dofw_rascons.c279 OF_write(console_instance, buffer, strlen(buffer)); in rascons_init_rasops()
/netbsd/sys/arch/arm/ofw/
H A Dopenfirm.c537 OF_write(int handle, const void *addr, int len) in OF_write() function
/netbsd/sys/arch/sparc/sparc/
H A Dpromlib.c208 OF_write(stdout_node, str, n); in notimplemented()
1392 promops.po_write = OF_write; in prom_init_opf()
H A Dopenfirm.c552 OF_write(int handle, const void *addr, int len) in OF_write() function
/netbsd/sys/arch/macppc/dev/
H A Dzs.c957 OF_write(stdout, &ch, 1); in zscnputc()