Searched refs:OF_read (Results 1 – 9 of 9) sorted by relevance
/freebsd/stand/libofw/ |
H A D | ofw_console.c | 100 if (OF_read(stdin, &ch, 1) > 0 && ch != '\0') in ofw_cons_getchar() 114 if (OF_read(stdin, &ch, 1) > 0) { in ofw_cons_poll()
|
H A D | openfirm.h | 103 int OF_read(ihandle_t, void *, int);
|
H A D | ofw_disk.c | 113 n = OF_read(dp->d_handle, buf, size); in ofwd_strategy()
|
H A D | ofw_net.c | 154 length = OF_read(netinstance, ptr, len); in ofwn_get()
|
H A D | openfirm.c | 506 OF_read(ihandle_t instance, void *addr, int len) in OF_read() function
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_console.c | 212 if (OF_read(stdin, &ch, 1) > 0) { in ofw_cngetc()
|
H A D | openfirm.h | 157 ssize_t OF_read(ihandle_t instance, void *buf, size_t len);
|
H A D | ofw_disk.c | 85 r = OF_read(sc->ofwd_instance, (void *)bp->bio_data, in ofwd_startio()
|
H A D | openfirm.c | 779 OF_read(ihandle_t instance, void *addr, size_t len) in OF_read() function
|