Lines Matching defs:bootblk
3361 create_sparc_archive(char *archive, char *tempname, char *bootblk, char *list)
3368 if (access(bootblk, R_OK) == 1) {
3369 bam_error(_("unable to access bootblk file : %s\n"), bootblk);
3377 "-path-list \"%s\" 2>&1", MKISOFS_PATH, MKISO_PARAMS, bootblk,
3391 * Prepare dd command line to copy the bootblk on the new archive and
3396 bootblk, tempname);
3674 char bootblk[PATH_MAX];
3703 ret = snprintf(bootblk, sizeof (bootblk),
3704 "%s/platform/%s/lib/fs/hsfs/bootblk", root, get_machine());
3705 if (ret >= sizeof (bootblk))
3708 ret = create_sparc_archive(boot_archive, temp, bootblk,