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

12

/netbsd-current/sys/arch/shark/stand/ofwboot/
H A Dopenfirm.h50 int OF_read(int, void *, int);
H A Dnetif_of.c189 len = OF_read(op->handle, pkt, maxlen);
H A DLocore.c327 OF_read(int handle, void *addr, int len) function
345 printf("OF_read(%d, %x, %x) -> ", handle, addr, len);
541 while ((l = OF_read(stdin, &ch, 1)) != 1)
H A Dofdev.c122 n = OF_read(dev->handle, buf, size);
/netbsd-current/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);
H A DLocore.c300 OF_read(int handle, void *addr, int len) function
318 printf("OF_read(%d, %p, %x) -> ", handle, addr, len);
557 while ((l = OF_read(stdin, &ch, 1)) != 1)
H A Dofdev.c140 n = OF_read(dev->handle, buf, size);
/netbsd-current/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);
H A Dnetif_of.c197 len = OF_read(op->handle, pkt, maxlen);
H A DLocore.c466 OF_read(int handle, void *addr, int len) function
484 printf("OF_read(%d, %p, %x) -> ", handle, addr, len);
814 while ((l = OF_read(ofw_stdin, &ch, 1)) != 1)
H A Dofdev.c84 n = OF_read(dev->handle, buf, size);
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dpromlib.c110 while ((l = OF_read(prom_stdin(), &ch, 1)) != 1)
157 promops.po_read = OF_read;
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) function
/netbsd-current/sys/dev/ofw/
H A Dopenfirm.h95 int OF_read(int, void *, int);
H A Dofcons.c259 while (OF_read(stdin, &ch, 1) > 0) {
313 while ((l = OF_read(stdin, &ch, 1)) != 1)
H A Dofnet.c155 len = OF_read(of->sc_ihandle, buf, sizeof buf);
H A Dofdisk.c299 OF_io = bp->b_flags & B_READ ? OF_read :
/netbsd-current/sys/arch/macppc/stand/bootxx/
H A Dbootxx.c226 OF_read(int handle, void *addr, int len) function
359 OF_read(fd, addr, bbinfo.bbi_block_size);
/netbsd-current/sys/arch/powerpc/oea/
H A Dofw_consinit.c370 len = OF_read(ofkbd_ihandle, &c, 1);
/netbsd-current/sys/arch/arm/ofw/
H A Dopenfirm.c512 OF_read(int handle, void *addr, int len) function
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dofw_machdep.c137 while ((l = OF_read(ofw_stdin, &ch, 1)) != 1) {
H A Dopenfirm.c612 OF_read(int handle, void *addr, int len) function

Completed in 188 milliseconds

12