/src/sys/arch/ofppc/stand/ofwboot/ |
openfirm.h | 52 int OF_write(int, void *, int);
|
netif_of.c | 158 rv = OF_write(op->handle, pkt, sendlen);
|
Locore.c | 263 OF_write(int handle, void *addr, int len) 281 printf("OF_write(%d, %p, %x) -> ", handle, addr, len); 548 OF_write(stdout, &ch, 1);
|
/src/sys/arch/shark/stand/ofwboot/ |
openfirm.h | 49 int OF_write(int, void *, int);
|
netif_of.c | 158 rv = OF_write(op->handle, pkt, sendlen);
|
Locore.c | 290 OF_write(int handle, void *addr, int len) 308 printf("OF_write(%d, %x, %x) -> ", handle, addr, len); 532 OF_write(stdout, &ch, 1);
|
/src/sys/arch/macppc/stand/ofwboot/ |
openfirm.h | 66 int OF_write(int, void *, int);
|
netif_of.c | 166 rv = OF_write(op->handle, pkt, sendlen);
|
Locore.c | 429 OF_write(int handle, void *addr, int len) 447 printf("OF_write(%d, %p, %x) -> ", handle, addr, len); 805 OF_write(ofw_stdout, &ch, 1);
|
/src/sys/arch/sparc/stand/ofwboot/ |
promlib.c | 123 OF_write(prom_stdout(), &ch, 1); 158 promops.po_write = OF_write;
|
openfirm.h | 54 int OF_write(u_int handle, void *addr, int len);
|
Locore.c | 330 OF_write(int handle, const void *addr, int len)
|
/src/sys/dev/ofw/ |
openfirm.h | 100 int OF_write(int, const void *, int);
|
ofcons.c | 233 OF_write(stdout, buf, len); 324 OF_write(stdout, &ch, 1);
|
ofnet.c | 323 if (OF_write(of->sc_ihandle, buf, len) != len)
|
ofdisk.c | 300 (int(*)(int, void*, int))OF_write;
|
/src/sys/arch/macppc/stand/bootxx/ |
bootxx.c | 276 OF_write(int handle, const void *addr, int len) 305 OF_write(stdout, s, n);
|
/src/sys/arch/powerpc/powerpc/ |
ofw_machdep.c | 121 OF_write(console_instance, buf, len); 124 OF_write(console_instance, "\r", 1); 154 OF_write(ofw_stdout, &ch, 1);
|
openfirm.c | 659 OF_write(int handle, const void *addr, int len)
|
/src/sys/arch/powerpc/oea/ |
ofw_rascons.c | 279 OF_write(console_instance, buffer, strlen(buffer));
|
/src/sys/arch/arm/ofw/ |
openfirm.c | 537 OF_write(int handle, const void *addr, int len)
|
/src/sys/arch/sparc/sparc/ |
promlib.c | 209 OF_write(stdout_node, str, n); 1525 promops.po_write = OF_write;
|
openfirm.c | 53 * addr parameter in the OF_write() call which can be truncated to a 32-bit 552 OF_write(int handle, const void *addr, int len) 566 panic("OF_write(len = %d)\n", len); 572 panic("OF_write(len = %d) exceedes bounce buffer\n", len);
|
/src/sys/arch/macppc/dev/ |
zs.c | 957 OF_write(stdout, &ch, 1);
|