Home
last modified time | relevance | path

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

/freebsd/sys/dev/ofw/
H A Dofw_console.c141 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 Dopenfirm.c261 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 Dopenfirm.h157 ssize_t OF_write(ihandle_t instance, const void *buf, size_t len);
H A Dofw_disk.c89 r = OF_write(sc->ofwd_instance, (void *)bp->bio_data, in ofwd_startio()
/freebsd/stand/libofw/
H A Dofw_console.c75 OF_write(stdout, &cbuf, 1); in ofw_cons_putchar()
79 OF_write(stdout, &cbuf, 1); in ofw_cons_putchar()
H A Dopenfirm.h104 int OF_write(ihandle_t, void *, int);
H A Dofw_net.c120 rv = OF_write(netinstance, pkt, len); in ofwn_put()
H A Dopenfirm.c542 OF_write(ihandle_t instance, void *addr, int len) in OF_write() function
/freebsd/stand/powerpc/ofw/
H A Dmain.c49 #define OF_puts(fd, text) OF_write(fd, text, strlen(text))