Searched refs:prom_write (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_putchar.c | 43 * prom_write returns the number of bytes that were written 45 if (prom_write(prom_stdout_ihandle(), &c, 1, 0, BYTE) > 0)
|
H A D | prom_wrtestr.c | 44 if ((i = prom_write(istdin, (char *)buf,
|
H A D | prom_io.c | 137 * prom_write is the only prom_*() function we have to intercept 139 * into prom_write(). 143 prom_write(ihandle_t fd, caddr_t buf, size_t len, uint_t startblk, char devtype) function
|
H A D | prom_printf.c | 43 while (prom_write(prom_stdout_ihandle(),
|
/illumos-gate/usr/src/stand/lib/inet/ |
H A D | ibd.c | 67 * 1. prom_write() accepts the 20 byte destination address as the 169 (void) prom_write(mac_state.mac_dev, (caddr_t)out, 451 (void) prom_write(mac_state.mac_dev, 560 return (prom_write(mac_state.mac_dev, (char *)mp->b_rptr, size, 609 * the start before we invoke prom_write() to send
|
H A D | ethernet.c | 133 (void) prom_write(mac_state.mac_dev, (caddr_t)out, 458 (void) prom_write(mac_state.mac_dev, 586 return (prom_write(mac_state.mac_dev, (char *)mp->b_rptr, size,
|
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kmdb_promif_isadep.c | 58 return (prom_write(prom_stdout_ihandle(), buf, len, 0, 0));
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | promif.h | 170 extern int prom_write(int fd, caddr_t buf, uint_t len,
|
/illumos-gate/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,
|
Completed in 77 milliseconds