Searched refs:prom_read (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_getchar.c | 49 rv = prom_read(prom_stdin_ihandle(), &c, 1, 0, BYTE);
|
H A D | prom_io.c | 95 prom_read(ihandle_t fd, caddr_t buf, size_t len, uint_t startblk, char devtype) function
|
/illumos-gate/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,
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | promif.h | 168 extern int prom_read(int fd, caddr_t buf, uint_t len,
|
/illumos-gate/usr/src/stand/lib/inet/ |
H A D | ibd.c | 81 * 4. prom_read() returns 20 byte 0'ed filler followed by 4 byte 177 len = prom_read(mac_state.mac_dev, mac_state.mac_buf, 298 uint32_t pre_pr, post_pr; /* prom_read interval */ 302 int total_attempts = 0; /* total prom_read */ 305 uint32_t tot_pr = 0; /* prom_read time */ 326 * where prom_read() returns a nonzero length, even when 335 * the timeout by calling the time spent in prom_read() "free". 336 * prom_read() returns the number of bytes actually read, but 341 len = prom_read(mac_state.mac_dev, mac_state.mac_buf,
|
H A D | ethernet.c | 141 len = prom_read(mac_state.mac_dev, mac_state.mac_buf, 299 uint32_t pre_pr, post_pr; /* prom_read interval */ 303 int total_attempts = 0; /* total prom_read */ 306 uint32_t tot_pr = 0; /* prom_read time */ 327 * where prom_read() returns a nonzero length, even when it's 335 * the timeout by calling the time spent in prom_read() "free". 336 * prom_read() returns the number of bytes actually read, but 341 len = prom_read(mac_state.mac_dev, mac_state.mac_buf,
|
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | util.c | 165 return (prom_read(fd, buf, len, 0, 0));
|
/illumos-gate/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,
|
Completed in 71 milliseconds