Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/boot/installboot/
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()
/titanic_41/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c451 ig_device_t *attach_device = &attach_data.device; in handle_mirror() local
481 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror()
488 if (is_bootpar(curr_device->type) || is_bootpar(attach_device->type)) { in handle_mirror()
521 cleanup_device(attach_device); in handle_mirror()