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

12