Home
last modified time | relevance | path

Searched refs:prom_read (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/psm/promif/ieee1275/common/
H A Dprom_getchar.c49 rv = prom_read(prom_stdin_ihandle(), &c, 1, 0, BYTE); in prom_mayget()
H A Dprom_io.c95 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 Ddiskread.c72 if ((err = prom_read(devp->di_dcookie, filep->fi_memp, filep->fi_count, in diskread()
/titanic_41/usr/src/uts/intel/sys/
H A Dpromif.h168 extern int prom_read(int fd, caddr_t buf, uint_t len,
/titanic_41/usr/src/stand/lib/inet/
H A Dibd.c177 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 Dethernet.c141 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 Dpromif.h276 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 Dutil.c165 return (prom_read(fd, buf, len, 0, 0)); in cpr_read()