Home
last modified time | relevance | path

Searched refs:curr_device (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c763 ib_device_t *curr_device = &curr_data.device; in handle_mirror() local
794 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror()
808 ret = read_bootblock_from_disk(curr_device->fd, bblock_curr); in handle_mirror()
811 curr_device->path); in handle_mirror()
818 " the bootblock\n", curr_device->path); in handle_mirror()
833 cleanup_device(curr_device); in handle_mirror()
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c455 ig_device_t *curr_device = &curr_data.device; in handle_mirror() local
480 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror()
493 if (is_bootpar(curr_device->type) || is_bootpar(attach_device->type)) { in handle_mirror()
499 ret = read_stage2_from_disk(curr_device->part_fd, stage2_curr, in handle_mirror()
500 curr_device->type); in handle_mirror()
503 curr_device->path); in handle_mirror()
510 "stage2\n", curr_device->path); in handle_mirror()
528 cleanup_device(curr_device); in handle_mirror()