Home
last modified time | relevance | path

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

12

/netbsd/src/sys/arch/sparc/stand/ofwboot/
Dpromlib.c110 while ((l = OF_read(prom_stdin(), &ch, 1)) != 1) in openfirmware_getchar()
157 promops.po_read = OF_read; in prom_init()
Dopenfirm.h55 int OF_read(u_int handle, void *addr, int len);
/netbsd/src/sys/arch/macppc/stand/bootxx/
Dbootxx.c226 OF_read(int handle, void *addr, int len) in OF_read() function
359 OF_read(fd, addr, bbinfo.bbi_block_size); in startup()
/netbsd/src/sys/arch/shark/stand/ofwboot/
Dopenfirm.h50 int OF_read(int, void *, int);
DLocore.c327 OF_read(int handle, void *addr, int len) in OF_read() function
541 while ((l = OF_read(stdin, &ch, 1)) != 1) in getchar()
Dnetif_of.c189 len = OF_read(op->handle, pkt, maxlen); in netif_get()
Dofdev.c122 n = OF_read(dev->handle, buf, size); in strategy()
/netbsd/src/sys/arch/ofppc/stand/ofwboot/
Dopenfirm.h53 int OF_read(int, void *, int);
Dnetif_of.c189 len = OF_read(op->handle, pkt, maxlen); in netif_get()
DLocore.c300 OF_read(int handle, void *addr, int len) in OF_read() function
557 while ((l = OF_read(stdin, &ch, 1)) != 1) in getchar()
Dofdev.c140 n = OF_read(dev->handle, buf, size); in strategy()
/netbsd/src/sys/arch/macppc/stand/ofwboot/
Dopenfirm.h67 int OF_read(int, void *, int);
Dhfs.c72 len = OF_read(OF_fd, start, size); in hfs_read()
DLocore.c466 OF_read(int handle, void *addr, int len) in OF_read() function
814 while ((l = OF_read(ofw_stdin, &ch, 1)) != 1) in getchar()
Dnetif_of.c197 len = OF_read(op->handle, pkt, maxlen); in netif_get()
Dofdev.c84 n = OF_read(dev->handle, buf, size); in strategy()
/netbsd/src/sys/dev/ofw/
Dopenfirm.h95 int OF_read(int, void *, int);
Dofcons.c259 while (OF_read(stdin, &ch, 1) > 0) { in ofcons_pollin()
313 while ((l = OF_read(stdin, &ch, 1)) != 1) in ofcons_cngetc()
Dofnet.c155 len = OF_read(of->sc_ihandle, buf, sizeof buf); in ofnet_read()
Dofdisk.c299 OF_io = bp->b_flags & B_READ ? OF_read : in ofdisk_strategy()
/netbsd/src/sys/arch/powerpc/oea/
Dofw_consinit.c370 len = OF_read(ofkbd_ihandle, &c, 1); in ofkbd_cngetc()
/netbsd/src/sys/arch/arm/ofw/
Dopenfirm.c512 OF_read(int handle, void *addr, int len) in OF_read() function
/netbsd/src/sys/arch/powerpc/powerpc/
Dofw_machdep.c137 while ((l = OF_read(ofw_stdin, &ch, 1)) != 1) { in ofwbootcons_cngetc()
Dopenfirm.c612 OF_read(int handle, void *addr, int len) in OF_read() function
/netbsd/src/sys/arch/sparc/sparc/
Dopenfirm.c493 OF_read(int handle, void *addr, int len) in OF_read() function

12