Searched refs:ofw_read (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c95 static int ofw_read(ofwh_t, void *, size_t);
286 ofw_read(ofwh_t devh, void *buf, size_t len) function
299 printf("ofw_read: devh=0x%x buf=%p len=%u\n", devh, buf, len);
553 ofw_read(bootdev, buf, nblk * DEV_BSIZE);
/freebsd-12-stable/stand/sparc64/boot1/
H A Dboot1.c90 static int ofw_read(ofwh_t, void *, size_t);
214 ofw_read(ofwh_t devh, void *buf, size_t len) function
227 printf("ofw_read: devh=0x%x buf=%p len=%u\n", devh, buf, len);
527 ofw_read(bootdev, buf, nblk * DEV_BSIZE);
/freebsd-12-stable/sys/dev/ofw/
H A Dofw_standard.c132 OFWMETHOD(ofw_read, ofw_std_read),
/freebsd-12-stable/sys/powerpc/ofw/
H A Dofw_real.c137 OFWMETHOD(ofw_read, ofw_real_read),

Completed in 176 milliseconds