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

/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c283 char *stage2_path = NULL; local
288 stage2_path = strdup(argv[1]);
293 if (!stage1_path || !stage2_path || !device_path) {
300 stage1_path, stage2_path, device_path);
315 if (read_stage2_from_file(stage2_path, &install_data) != BC_SUCCESS) {
317 stage2_path);
352 free(stage2_path);

Completed in 59 milliseconds