Home
last modified time | relevance | path

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

/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library-processor.mf81 # the user can recover from a pre-existing copy of the bootblk
83 $(sparc_ONLY)file path=platform/sun4u/lib/fs/hsfs/bootblk group=sys mode=0444 \
85 $(sparc_ONLY)file path=platform/sun4u/lib/fs/ufs/bootblk group=sys mode=0444 \
87 $(sparc_ONLY)file path=platform/sun4u/lib/fs/zfs/bootblk group=sys mode=0444 \
90 # the user can recover from a pre-existing copy of the bootblk
92 $(sparc_ONLY)file path=platform/sun4v/lib/fs/hsfs/bootblk group=sys mode=0444 \
94 $(sparc_ONLY)file path=platform/sun4v/lib/fs/ufs/bootblk group=sys mode=0444 \
96 $(sparc_ONLY)file path=platform/sun4v/lib/fs/zfs/bootblk group=sys mode=0444 \
H A Dsystem-library-platform.mf562 $(sparc_ONLY)link path=usr/platform/sun4u/lib/fs/hsfs/bootblk \
563 target=../../../../../../platform/sun4u/lib/fs/hsfs/bootblk
564 $(sparc_ONLY)link path=usr/platform/sun4u/lib/fs/ufs/bootblk \
565 target=../../../../../../platform/sun4u/lib/fs/ufs/bootblk
566 $(sparc_ONLY)link path=usr/platform/sun4u/lib/fs/zfs/bootblk \
567 target=../../../../../../platform/sun4u/lib/fs/zfs/bootblk
572 $(sparc_ONLY)link path=usr/platform/sun4v/lib/fs/hsfs/bootblk \
573 target=../../../../../../platform/sun4v/lib/fs/hsfs/bootblk
574 $(sparc_ONLY)link path=usr/platform/sun4v/lib/fs/ufs/bootblk \
575 target=../../../../../../platform/sun4v/lib/fs/ufs/bootblk
[all …]
/titanic_50/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()
/titanic_50/usr/src/psm/stand/bootblks/
H A DMakefile.com40 PROG = bootblk
/titanic_50/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
/titanic_50/usr/src/psm/stand/bootblks/zfs/common/
H A Dboot-zfs.fth30 \ big bootblk
/titanic_50/usr/src/psm/stand/
H A DREADME59 Thus, inetboot has to be packaged accordingly. Note that the bootblk
/titanic_50/usr/src/psm/stand/bootblks/common/
H A Dboot.fth214 : >bootblk ( adr -- adr' ) d# 512 + ;
222 >bootblk
653 is-archive? if >bootblk then ( virt' )
H A Dutil.fth185 \ put ramdisk fcode 256 bytes from end of bootblk
/titanic_50/usr/src/cmd/boot/bootadm/
H A Dbootadm.c3286 create_sparc_archive(char *archive, char *tempname, char *bootblk, char *list) in create_sparc_archive() argument
3293 if (access(bootblk, R_OK) == 1) { in create_sparc_archive()
3294 bam_error(BOOTBLK_FAIL, bootblk); in create_sparc_archive()
3302 "-path-list \"%s\" 2>&1", MKISOFS_PATH, MKISO_PARAMS, bootblk, in create_sparc_archive()
3321 bootblk, tempname); in create_sparc_archive()
3551 char bootblk[PATH_MAX]; in mkisofs_archive() local
3580 ret = snprintf(bootblk, sizeof (bootblk), in mkisofs_archive()
3582 if (ret >= sizeof (bootblk)) in mkisofs_archive()
3585 ret = create_sparc_archive(boot_archive, temp, bootblk, in mkisofs_archive()