Searched refs:read_in (Results 1 – 4 of 4) sorted by relevance
/titanic_41/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) in read_in() function
|
/titanic_41/usr/src/cmd/boot/installboot/ |
H A D | installboot.c | 196 if (read_in(dev_fd, mboot_scan, sizeof (mboot_scan), in read_bootblock_from_disk() 232 if (read_in(dev_fd, dest, size, SECTOR_SIZE) != BC_SUCCESS) { in read_bootblock_from_disk() 243 if (read_in(dev_fd, dest, size, BBLK_ZFS_EXTRA_OFF) != BC_SUCCESS) { in read_bootblock_from_disk()
|
/titanic_41/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 1209 if (read_in(dev_fd, stage1_buf, SECTOR_SIZE, 0) != BC_SUCCESS) { in read_stage1_from_disk() 1227 if (read_in(dev_fd, mboot_scan, sizeof (mboot_scan), in read_stage2_from_disk() 1264 if (read_in(dev_fd, stage2->buf, buf_size, STAGE2_BLKOFF(type) * in read_stage2_from_disk()
|