Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/boot/installboot/
H A Dinstallboot.c768 char *curr_device_path; in handle_mirror() local
774 curr_device_path = strdup(argv[0]); 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()
794 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror()
797 curr_device_path); in handle_mirror()
835 free(curr_device_path); in handle_mirror()
/titanic_44/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c455 char *curr_device_path; in handle_mirror() local
461 curr_device_path = strdup(argv[0]); 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()
475 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror()
477 "information for %s (current device)\n"), curr_device_path); in handle_mirror()
525 free(curr_device_path); in handle_mirror()