Searched refs:bootblk (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/psm/stand/bootblks/
H A DMakefile.com38 # 'bootblk' is the basic target we build - in many flavours
40 PROG = bootblk
43 # base prefix for the usr/platform bootblk links
/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/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 118 milliseconds