Searched refs:attach_device (Results 1 - 3 of 3) sorted by relevance

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

Completed in 66 milliseconds