Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ofw/
H A Dofw_console.c143 OF_write(stdout, buf, len); in ofwtty_outwakeup()
231 OF_write(stdout, &cbuf, 1); in ofw_cnputc()
235 OF_write(stdout, &cbuf, 1); in ofw_cnputc()
H A Dopenfirm.c263 OF_write(stdout, &cbuf, 1); in OF_putchar()
267 OF_write(stdout, &cbuf, 1); in OF_putchar()
774 OF_write(ihandle_t instance, const void *addr, size_t len) in OF_write() function
H A Dopenfirm.h159 ssize_t OF_write(ihandle_t instance, const void *buf, size_t len);
H A Dofw_disk.c92 r = OF_write(sc->ofwd_instance, (void *)bp->bio_data, in ofwd_startio()
/freebsd-13.1/stand/libofw/
H A Dofw_console.c79 OF_write(stdout, &cbuf, 1); in ofw_cons_putchar()
83 OF_write(stdout, &cbuf, 1); in ofw_cons_putchar()
H A Dopenfirm.h107 int OF_write(ihandle_t, void *, int);
H A Dofw_net.c118 rv = OF_write(netinstance, pkt, len); in ofwn_put()
H A Dopenfirm.c545 OF_write(ihandle_t instance, void *addr, int len) in OF_write() function
/freebsd-13.1/stand/powerpc/ofw/
H A Dmain.c52 #define OF_puts(fd, text) OF_write(fd, text, strlen(text))