Searched refs:OF_write (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/ofw/ |
H A D | ofw_console.c | 141 OF_write(stdout, buf, len); in ofwtty_outwakeup() 229 OF_write(stdout, &cbuf, 1); in ofw_cnputc() 233 OF_write(stdout, &cbuf, 1); in ofw_cnputc()
|
H A D | openfirm.c | 261 OF_write(stdout, &cbuf, 1); in OF_putchar() 265 OF_write(stdout, &cbuf, 1); in OF_putchar() 772 OF_write(ihandle_t instance, const void *addr, size_t len) in OF_write() function
|
H A D | openfirm.h | 157 ssize_t OF_write(ihandle_t instance, const void *buf, size_t len);
|
H A D | ofw_disk.c | 89 r = OF_write(sc->ofwd_instance, (void *)bp->bio_data, in ofwd_startio()
|
/freebsd/stand/libofw/ |
H A D | ofw_console.c | 75 OF_write(stdout, &cbuf, 1); in ofw_cons_putchar() 79 OF_write(stdout, &cbuf, 1); in ofw_cons_putchar()
|
H A D | openfirm.h | 104 int OF_write(ihandle_t, void *, int);
|
H A D | ofw_net.c | 120 rv = OF_write(netinstance, pkt, len); in ofwn_put()
|
H A D | openfirm.c | 542 OF_write(ihandle_t instance, void *addr, int len) in OF_write() function
|
/freebsd/stand/powerpc/ofw/ |
H A D | main.c | 49 #define OF_puts(fd, text) OF_write(fd, text, strlen(text))
|