Searched refs:read_in (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/boot/common/ |
H A D | boot_utils.h | 53 int read_in(int, void *, size_t, off_t);
|
H A D | boot_utils.c | 90 read_in(int fd, void *buffer, size_t size, off_t off) function
|
/illumos-gate/usr/src/cmd/boot/installboot/sparc/ |
H A D | installboot.c | 196 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 D | installgrub.c | 1217 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 D | installboot.c | 260 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