Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c457 ig_device_t *curr_device = &curr_data.device; in handle_mirror() local
482 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror()
495 if (is_bootpar(curr_device->type) || is_bootpar(attach_device->type)) { in handle_mirror()
501 ret = read_stage2_from_disk(curr_device->part_fd, stage2_curr, in handle_mirror()
502 curr_device->type); in handle_mirror()
505 curr_device->path); in handle_mirror()
512 "stage2\n", curr_device->path); in handle_mirror()
530 cleanup_device(curr_device); in handle_mirror()