Searched refs:read_in (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/boot/common/
H A Dboot_utils.h53 int read_in(int, void *, size_t, off_t);
H A Dboot_utils.c90 read_in(int fd, void *buffer, size_t size, off_t off) function
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c196 if (read_in(dev_fd, mboot_scan, sizeof (mboot_scan),
232 if (read_in(dev_fd, dest, size, SECTOR_SIZE) != BC_SUCCESS) {
243 if (read_in(dev_fd, dest, size, BBLK_ZFS_EXTRA_OFF) != BC_SUCCESS) {
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c1217 if (read_in(dev_fd, stage1_buf, SECTOR_SIZE, 0) != BC_SUCCESS) {
1235 if (read_in(dev_fd, mboot_scan, sizeof (mboot_scan),
1272 if (read_in(dev_fd, stage2->buf, buf_size, STAGE2_BLKOFF(type) *
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c260 if (read_in(dev_fd, mboot_scan, sizeof (mboot_scan), offset)
300 if (read_in(dev_fd, bblock->buf, buf_size, offset) != BC_SUCCESS) {

Completed in 63 milliseconds