Home
last modified time | relevance | path

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

/titanic_54/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_console.c101 if (OF_read(stdin, &ch, 1) > 0) in ofw_cons_getchar()
115 if (OF_read(stdin, &ch, 1) > 0) { in ofw_cons_poll()
H A Dopenfirm.h105 int OF_read(ihandle_t, void *, int);
H A Dofw_disk.c109 n = OF_read(dp->d_handle, buf, size); in ofwd_strategy()
H A Dofw_net.c151 length = OF_read(netinstance, ptr, len); in ofwn_get()
H A Dopenfirm.c537 OF_read(ihandle_t instance, void *addr, int len) in OF_read() function