Searched refs:prom_write (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_putchar.c | 45 if (prom_write(prom_stdout_ihandle(), &c, 1, 0, BYTE) > 0) in prom_mayput()
|
H A D | prom_wrtestr.c | 44 if ((i = prom_write(istdin, (char *)buf, in prom_writestr()
|
H A D | prom_io.c | 143 prom_write(ihandle_t fd, caddr_t buf, size_t len, uint_t startblk, char devtype) in prom_write() function
|
H A D | prom_printf.c | 43 while (prom_write(prom_stdout_ihandle(), in _pput_flush()
|
/titanic_41/usr/src/stand/lib/inet/ |
H A D | ibd.c | 169 (void) prom_write(mac_state.mac_dev, (caddr_t)out, in ibd_comarp() 451 (void) prom_write(mac_state.mac_dev, in ibd_input() 560 return (prom_write(mac_state.mac_dev, (char *)mp->b_rptr, size, in ibd_output()
|
H A D | ethernet.c | 133 (void) prom_write(mac_state.mac_dev, (caddr_t)out, in ether_comarp() 458 (void) prom_write(mac_state.mac_dev, in ether_input() 586 return (prom_write(mac_state.mac_dev, (char *)mp->b_rptr, size, in ether_output()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | promif.h | 170 extern int prom_write(int fd, caddr_t buf, uint_t len,
|
/titanic_41/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kmdb_promif_isadep.c | 58 return (prom_write(prom_stdout_ihandle(), buf, len, 0, 0)); in kmdb_prom_obp_writer()
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | promif.h | 278 extern ssize_t prom_write(ihandle_t fd, caddr_t buf, size_t len,
|