Searched refs:OF_write (Results 1 – 5 of 5) sorted by relevance
| /titanic_54/usr/src/boot/sys/boot/ofw/libofw/ |
| H A D | ofw_console.c | 80 OF_write(stdout, &cbuf, 1); in ofw_cons_putchar() 84 OF_write(stdout, &cbuf, 1); in ofw_cons_putchar()
|
| H A D | openfirm.h | 106 int OF_write(ihandle_t, void *, int);
|
| H A D | ofw_net.c | 117 rv = OF_write(netinstance, pkt, len); in ofwn_put()
|
| H A D | openfirm.c | 575 OF_write(ihandle_t instance, void *addr, int len) in OF_write() function
|
| /titanic_54/usr/src/boot/sys/boot/ofw/common/ |
| H A D | main.c | 46 #define OF_puts(fd, text) OF_write(fd, text, strlen(text))
|