Searched refs:OF_read (Results 1 – 16 of 16) sorted by relevance
/openbsd/sys/arch/macppc/stand/ |
H A D | Locore.c | 288 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 D | openfirm.h | 49 int OF_read(int handle, void *addr, int len);
|
H A D | hfs.c | 73 len = OF_read(OF_fd, start, size); in hfs_read()
|
H A D | netif_of.c | 208 len = OF_read(op->handle, pkt, maxlen); in netif_get()
|
H A D | ofdev.c | 106 n = OF_read(dev->handle, buf, size); in strategy()
|
/openbsd/sys/arch/sparc64/stand/ofwboot/ |
H A D | openfirm.h | 51 int OF_read(u_int handle, void *addr, int len);
|
H A D | netif_of.c | 177 len = OF_read(op->handle, pkt, maxlen); in netif_get()
|
H A D | Locore.c | 221 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 D | ofdev.c | 153 n = OF_read(dev->handle, buf, size); in strategy()
|
/openbsd/sys/dev/ofw/ |
H A D | openfirm.h | 66 int OF_read(int handle, void *addr, int len);
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | consinit.c | 108 while ((l = OF_read(stdin, &ch, 1)) != 1) in prom_cngetc()
|
H A D | pcons.c | 355 while (OF_read(stdin, &ch, 1) > 0) { in pcons_poll()
|
/openbsd/sys/arch/macppc/macppc/ |
H A D | opendev.c | 209 OF_read(int handle, void *addr, int len) in OF_read() function
|
H A D | ofw_machdep.c | 613 while ((l = OF_read(OF_stdin, &ch, 1)) != 1) in ofwcngetc()
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | openfirm.c | 458 OF_read(int handle, void *addr, int len) in OF_read() function
|
/openbsd/sys/arch/macppc/dev/ |
H A D | zs.c | 946 OF_read(stdin, &ch, 1); in zscngetc()
|