Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/boot/installboot/
H A Dinstallboot.c769 char *attach_device_path; in handle_mirror() local
775 attach_device_path = strdup(argv[1]); in handle_mirror()
777 if (!curr_device_path || !attach_device_path) { in handle_mirror()
783 " %s\n", curr_device_path, attach_device_path); in handle_mirror()
801 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror()
804 attach_device_path); in handle_mirror()
836 free(attach_device_path); in handle_mirror()
/titanic_44/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c456 char *attach_device_path; in handle_mirror() local
462 attach_device_path = strdup(argv[1]); in handle_mirror()
464 if (!curr_device_path || !attach_device_path) { in handle_mirror()
470 " %s\n", curr_device_path, attach_device_path); in handle_mirror()
481 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror()
484 attach_device_path); in handle_mirror()
526 free(attach_device_path); in handle_mirror()