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

/freebsd-10.1-release/sys/boot/powerpc/boot1.chrp/
H A Dboot1.c97 static int ofw_write(ofwh_t, const void *, size_t);
305 ofw_write(ofwh_t devh, const void *buf, size_t len) function
318 printf("ofw_write: devh=0x%x buf=%p len=%u\n", devh, buf, len);
584 ofw_write(stdouth, &buf, 1);
587 ofw_write(stdouth, &buf, 1);
/freebsd-10.1-release/sys/boot/sparc64/boot1/
H A Dboot1.c91 static int ofw_write(ofwh_t, const void *, size_t);
234 ofw_write(ofwh_t devh, const void *buf, size_t len) function
247 printf("ofw_write: devh=0x%x buf=%p len=%u\n", devh, buf, len);
564 ofw_write(stdouth, &buf, 1);
567 ofw_write(stdouth, &buf, 1);
/freebsd-10.1-release/sys/dev/ofw/
H A Dofw_standard.c131 OFWMETHOD(ofw_write, ofw_std_write),
/freebsd-10.1-release/sys/powerpc/ofw/
H A Dofw_real.c137 OFWMETHOD(ofw_write, ofw_real_write),

Completed in 101 milliseconds