Searched refs:curr_device_path (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/boot/installboot/sparc/ |
H A D | installboot.c | 768 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()
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 460 char *curr_device_path; in handle_mirror() local 466 curr_device_path = strdup(argv[0]); 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() 480 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror() 482 "information for %s (current device)\n"), curr_device_path); in handle_mirror() 530 free(curr_device_path); in handle_mirror()
|
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 2271 char *curr_device_path = NULL; in handle_mirror() local 2276 curr_device_path = strdup(argv[0]); in handle_mirror() 2280 if (!curr_device_path || !attach_device_path) { in handle_mirror() 2281 free(curr_device_path); in handle_mirror() 2287 " %s\n", curr_device_path, attach_device_path); in handle_mirror() 2303 if (!probe_device(&src, curr_device_path)) { in handle_mirror() 2306 curr_device_path); in handle_mirror() 2375 free(curr_device_path); in handle_mirror()
|