Home
last modified time | relevance | path

Searched refs:OF_read (Results 1 – 9 of 9) sorted by relevance

/freebsd/stand/libofw/
H A Dofw_console.c100 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 Dopenfirm.h103 int OF_read(ihandle_t, void *, int);
H A Dofw_disk.c113 n = OF_read(dp->d_handle, buf, size); in ofwd_strategy()
H A Dofw_net.c154 length = OF_read(netinstance, ptr, len); in ofwn_get()
H A Dopenfirm.c506 OF_read(ihandle_t instance, void *addr, int len) in OF_read() function
/freebsd/sys/dev/ofw/
H A Dofw_console.c212 if (OF_read(stdin, &ch, 1) > 0) { in ofw_cngetc()
H A Dopenfirm.h157 ssize_t OF_read(ihandle_t instance, void *buf, size_t len);
H A Dofw_disk.c85 r = OF_read(sc->ofwd_instance, (void *)bp->bio_data, in ofwd_startio()
H A Dopenfirm.c779 OF_read(ihandle_t instance, void *addr, size_t len) in OF_read() function