Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installboot/sparc/
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()
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c461 char *attach_device_path; in handle_mirror() local
467 attach_device_path = strdup(argv[1]); in handle_mirror()
469 if (!curr_device_path || !attach_device_path) { in handle_mirror()
475 " %s\n", curr_device_path, attach_device_path); in handle_mirror()
486 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror()
489 attach_device_path); in handle_mirror()
531 free(attach_device_path); in handle_mirror()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c2259 char *attach_device_path = NULL; in handle_mirror() local
2264 attach_device_path = strdup(argv[1]); in handle_mirror()
2267 if (!curr_device_path || !attach_device_path) { in handle_mirror()
2269 free(attach_device_path); in handle_mirror()
2274 " %s\n", curr_device_path, attach_device_path); in handle_mirror()
2297 if (!probe_device(&dest, attach_device_path) != BC_SUCCESS) { in handle_mirror()
2300 attach_device_path); in handle_mirror()
2363 free(attach_device_path); in handle_mirror()