Searched refs:ofw_readin (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dlibofw.h55 ssize_t ofw_readin(const int fd, vm_offset_t dest, const size_t len);
H A Dofw_copy.c136 ofw_readin(const int fd, vm_offset_t dest, const size_t len) function
148 printf("ofw_readin: buf malloc failed\n");
153 printf("ofw_readin: map error\n");
164 printf("ofw_readin: read failed\n");
/illumos-gate/usr/src/boot/sys/boot/ofw/common/
H A Dmain.c162 archsw.arch_readin = ofw_readin;

Completed in 59 milliseconds