Searched refs:prom_read (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_getchar.c | 49 rv = prom_read(prom_stdin_ihandle(), &c, 1, 0, BYTE); in prom_mayget()
|
H A D | prom_io.c | 95 prom_read(ihandle_t fd, caddr_t buf, size_t len, uint_t startblk, char devtype) in prom_read() function
|
/titanic_41/usr/src/stand/lib/fs/common/ |
H A D | diskread.c | 72 if ((err = prom_read(devp->di_dcookie, filep->fi_memp, filep->fi_count, in diskread()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | promif.h | 168 extern int prom_read(int fd, caddr_t buf, uint_t len,
|
/titanic_41/usr/src/stand/lib/inet/ |
H A D | ibd.c | 177 len = prom_read(mac_state.mac_dev, mac_state.mac_buf, in ibd_comarp() 341 len = prom_read(mac_state.mac_dev, mac_state.mac_buf, in ibd_input()
|
H A D | ethernet.c | 141 len = prom_read(mac_state.mac_dev, mac_state.mac_buf, in ether_comarp() 341 len = prom_read(mac_state.mac_dev, mac_state.mac_buf, in ether_input()
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | promif.h | 276 extern ssize_t prom_read(ihandle_t fd, caddr_t buf, size_t len,
|
/titanic_41/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | util.c | 165 return (prom_read(fd, buf, len, 0, 0)); in cpr_read()
|