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.c123 static char *boot_dir = "/boot"; variable
2088 if (asprintf(&stage1, "%s/%s", boot_dir, STAGE1) < 0) { in handle_install()
2092 if (asprintf(&stage2, "%s/%s", boot_dir, STAGE2) < 0) { in handle_install()
2096 if (asprintf(&efi32, "%s/%s", boot_dir, LOADER32) < 0) { in handle_install()
2100 if (asprintf(&efi64, "%s/%s", boot_dir, LOADER64) < 0) { in handle_install()
2118 if (asprintf(&efi32, "%s/%s", boot_dir, LOADER32) < 0) { in handle_install()
2405 boot_dir = strdup(optarg); in main()
2406 if (boot_dir == NULL) { in main()
2410 if (lstat(boot_dir, &sb) != 0) { in main()
2411 err(BC_ERROR, boot_dir); in main()
[all …]