Searched defs:bootblk (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c553 struct mboot bootblk; local
593 (void) memcpy(&bootblk, bootsect, sizeof (bootblk));
595 if (les(bootblk.signature) != MBB_MAGIC) {
608 (void) memcpy(iparts, bootblk.parts, ISIZE);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c3364 create_sparc_archive(char *archive, char *tempname, char *bootblk, char *list) argument
3371 if (access(bootblk, R_OK) == 1) {
3372 bam_error(_("unable to access bootblk file : %s\n"), bootblk);
3380 "-path-list \"%s\" 2>&1", MKISOFS_PATH, MKISO_PARAMS, bootblk,
3394 * Prepare dd command line to copy the bootblk on the new archive and
3399 bootblk, tempname);
3677 char bootblk[PATH_MAX]; local
3706 ret = snprintf(bootblk, sizeof (bootblk),
[all...]

Completed in 72 milliseconds