Home
last modified time | relevance | path

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

/openbsd/sys/arch/macppc/stand/
H A DLocore.c288 OF_read(int handle, void *addr, int len) in OF_read() function
542 l = OF_read(stdin, &ch, 1); in ofc_getc()
556 while ((l = OF_read(stdin, &ch, 1)) != 1) in ofc_getc()
H A Dopenfirm.h49 int OF_read(int handle, void *addr, int len);
H A Dhfs.c73 len = OF_read(OF_fd, start, size); in hfs_read()
H A Dnetif_of.c208 len = OF_read(op->handle, pkt, maxlen); in netif_get()
H A Dofdev.c106 n = OF_read(dev->handle, buf, size); in strategy()
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Dopenfirm.h51 int OF_read(u_int handle, void *addr, int len);
H A Dnetif_of.c177 len = OF_read(op->handle, pkt, maxlen); in netif_get()
H A DLocore.c221 OF_read(int handle, void *addr, int len) in OF_read() function
684 while ((l = OF_read(stdin, &ch, 1)) != 1) in getchar()
H A Dofdev.c153 n = OF_read(dev->handle, buf, size); in strategy()
/openbsd/sys/dev/ofw/
H A Dopenfirm.h66 int OF_read(int handle, void *addr, int len);
/openbsd/sys/arch/sparc64/dev/
H A Dconsinit.c108 while ((l = OF_read(stdin, &ch, 1)) != 1) in prom_cngetc()
H A Dpcons.c355 while (OF_read(stdin, &ch, 1) > 0) { in pcons_poll()
/openbsd/sys/arch/macppc/macppc/
H A Dopendev.c209 OF_read(int handle, void *addr, int len) in OF_read() function
H A Dofw_machdep.c613 while ((l = OF_read(OF_stdin, &ch, 1)) != 1) in ofwcngetc()
/openbsd/sys/arch/sparc64/sparc64/
H A Dopenfirm.c458 OF_read(int handle, void *addr, int len) in OF_read() function
/openbsd/sys/arch/macppc/dev/
H A Dzs.c946 OF_read(stdin, &ch, 1); in zscngetc()