Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/boot/ofw/libofw/
Dofw_console.c100 if (OF_read(stdin, &ch, 1) > 0) in ofw_cons_getchar()
114 if (OF_read(stdin, &ch, 1) > 0) { in ofw_cons_poll()
Dopenfirm.h104 int OF_read(ihandle_t, void *, int);
Dofw_disk.c109 n = OF_read(dp->d_handle, buf, size); in ofwd_strategy()
Dofw_net.c140 length = OF_read(netinstance, pkt, len); in ofwn_get()
Dopenfirm.c537 OF_read(ihandle_t instance, void *addr, int len) in OF_read() function
/freebsd-9-stable/sys/dev/ofw/
Dopenfirm.h123 ssize_t OF_read(ihandle_t instance, void *buf, size_t len);
Dofw_console.c212 if (OF_read(stdin, &ch, 1) > 0) { in ofw_cngetc()
Dofw_disk.c86 r = OF_read(sc->ofwd_instance, (void *)bp->bio_data, in ofwd_startio()
Dopenfirm.c435 OF_read(ihandle_t instance, void *addr, size_t len) in OF_read() function