Searched refs:prom_write (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/sys/arch/mipsco/stand/common/ |
| H A D | prom.S | 79 LEAF(prom_write) 83 END(prom_write)
|
| H A D | common.h | 39 int prom_write(int, void *, int);
|
| /netbsd-src/sys/arch/pmax/stand/common/ |
| H A D | start.S | 148 LEAF(prom_write) 151 END(prom_write)
|
| H A D | common.h | 49 int prom_write(int, void *, int);
|
| H A D | if_prom.c | 197 s = prom_write(sc_fd, pkt, len); in prom_put()
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | consinit.c | 133 prom_write(prom_stdout(), &c0, 1); in prom_cnputc()
|
| H A D | kd.c | 394 prom_write(prom_stdout(), buf, len); in kd_putfb() 590 prom_write(prom_stdout(), &c0, 1); in kdcnputc()
|
| H A D | pcons.c | 244 prom_write(prom_stdout(), buf, len); in pconsstart()
|
| /netbsd-src/sys/arch/alpha/include/ |
| H A D | prom.h | 108 #define prom_write(chan, len, buf, blkno) \ macro
|
| /netbsd-src/sys/arch/sparc/stand/ofwboot/ |
| H A D | netif_of.c | 167 rv = prom_write(op->handle, pkt, sendlen); in netif_put()
|
| /netbsd-src/sys/arch/mipsco/include/ |
| H A D | prom.h | 80 int (*prom_write)(int, void *, int); member
|
| /netbsd-src/sys/arch/alpha/stand/netboot/ |
| H A D | if_prom.c | 90 prom_write(booted_dev_fd, len, pkt, 0); in prom_put()
|
| /netbsd-src/sys/arch/sparc/stand/common/ |
| H A D | promdev.c | 368 : prom_write(fd, buf, size); in oldmon_strategy() 482 return (prom_write(pd->fd, buf, len)); in oldmon_xmit()
|
| /netbsd-src/sys/arch/sparc/include/ |
| H A D | promlib.h | 197 #define prom_write(fd,b,n) ((*promops.po_write)(fd,b,n)) macro
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | promlib.c | 853 prom_write(prom_stdout(), str, len); in obp_v2_putstr()
|