Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c553 struct mboot bootblk; in get_parts() local
593 (void) memcpy(&bootblk, bootsect, sizeof (bootblk)); in get_parts()
595 if (les(bootblk.signature) != MBB_MAGIC) { in get_parts()
608 (void) memcpy(iparts, bootblk.parts, ISIZE); in get_parts()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_srt0.S66 ! Enter here for all disk/secondary booters loaded by a bootblk program or
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c3405 create_sparc_archive(char *archive, char *tempname, char *bootblk, char *list) in create_sparc_archive() argument
3412 if (access(bootblk, R_OK) == 1) { in create_sparc_archive()
3413 bam_error(_("unable to access bootblk file : %s\n"), bootblk); in create_sparc_archive()
3421 "-path-list \"%s\" 2>&1", MKISOFS_PATH, MKISO_PARAMS, bootblk, in create_sparc_archive()
3440 bootblk, tempname); in create_sparc_archive()
3719 char bootblk[PATH_MAX]; in mkisofs_archive() local
3741 ret = snprintf(bootblk, sizeof (bootblk), in mkisofs_archive()
3743 if (ret >= sizeof (bootblk)) in mkisofs_archive()
3746 ret = create_sparc_archive(boot_archive, temp, bootblk, in mkisofs_archive()