Searched refs:stage1_buf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.h64 char stage1_buf[SECTOR_SIZE]; member in struct:_ig_data
H A Dinstallgrub.c590 if (read_stage1_from_disk(src_device->part_fd, target->stage1_buf)
1044 if (write_out(device->part_fd, install->stage1_buf,
1045 sizeof (install->stage1_buf), 0) != BC_SUCCESS) {
1056 if (write_out(device->disk_fd, install->stage1_buf,
1057 sizeof (install->stage1_buf), 0) != BC_SUCCESS) {
1092 read(fd, dest->stage1_buf, SECTOR_SIZE) != SECTOR_SIZE) {
1191 install->stage1_buf + STAGE1_BPB_OFFSET, STAGE1_BPB_SIZE);
1195 bcopy(device->boot_sector + BOOTSZ, install->stage1_buf + BOOTSZ,
1198 *((unsigned char *)(install->stage1_buf + STAGE1_FORCE_LBA)) = 1;
1199 *((ulong_t *)(install->stage1_buf
1213 read_stage1_from_disk(int dev_fd, char *stage1_buf) argument
[all...]

Completed in 58 milliseconds