Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c124 static char *boot_dir = "/boot"; variable
2102 if (asprintf(&stage1, "%s/%s", boot_dir, STAGE1) < 0) { in handle_install()
2106 if (asprintf(&stage2, "%s/%s", boot_dir, STAGE2) < 0) { in handle_install()
2110 if (asprintf(&efi32, "%s/%s", boot_dir, LOADER32) < 0) { in handle_install()
2114 if (asprintf(&efi64, "%s/%s", boot_dir, LOADER64) < 0) { in handle_install()
2132 if (asprintf(&efi32, "%s/%s", boot_dir, LOADER32) < 0) { in handle_install()
2136 if (asprintf(&efi64, "%s/%s", boot_dir, LOADER64) < 0) { in handle_install()
2421 boot_dir = strdup(optarg); in main()
2422 if (boot_dir == NULL) { in main()
2426 if (lstat(boot_dir, &sb) != 0) { in main()
[all …]