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

/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c768 char *curr_device_path; local
774 curr_device_path = strdup(argv[0]);
777 if (!curr_device_path || !attach_device_path) {
783 " %s\n", curr_device_path, attach_device_path);
794 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) {
797 curr_device_path);
835 free(curr_device_path);
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c460 char *curr_device_path; local
466 curr_device_path = strdup(argv[0]);
469 if (!curr_device_path || !attach_device_path) {
475 " %s\n", curr_device_path, attach_device_path);
480 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) {
482 "information for %s (current device)\n"), curr_device_path);
530 free(curr_device_path);
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1384 char *curr_device_path; local
1391 curr_device_path = strdup(argv[0]);
1394 if (!curr_device_path || !attach_device_path) {
1400 " %s\n", curr_device_path, attach_device_path);
1405 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) {
1408 curr_device_path);
1447 free(curr_device_path);

Completed in 78 milliseconds