Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/boot/installboot/
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()
/titanic_41/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c450 ig_device_t *curr_device = &curr_data.device; in handle_mirror() local
475 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror()
488 if (is_bootpar(curr_device->type) || is_bootpar(attach_device->type)) { in handle_mirror()
494 ret = read_stage2_from_disk(curr_device->part_fd, stage2_curr, in handle_mirror()
495 curr_device->type); in handle_mirror()
498 curr_device->path); in handle_mirror()
505 "stage2\n", curr_device->path); in handle_mirror()
523 cleanup_device(curr_device); in handle_mirror()