Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c764 ib_device_t *attach_device = &attach_data.device; in handle_mirror() local
801 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror()
831 cleanup_device(attach_device); in handle_mirror()
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c456 ig_device_t *attach_device = &attach_data.device; in handle_mirror() local
486 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror()
493 if (is_bootpar(curr_device->type) || is_bootpar(attach_device->type)) { in handle_mirror()
526 cleanup_device(attach_device); in handle_mirror()