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

/src/sys/arch/sparc/stand/bootblk/
H A DMakefile12 PROG= bootblk
13 SRCS= bootblk.fth
16 bootblk bootblk.text bootblk.text.tmp
36 bootblk.text: bootblk.fth ffs.fth.h lfs.fth.h
38 ${.CURDIR}/bootblk.fth | /usr/bin/cpp -P >bootblk.text.tmp &&
39 mv -f bootblk
41 bootblk: bootblk.fth ffs.fth.h lfs.fth.h target
[all...]
/src/sys/arch/sparc/stand/
H A DMakefile4 SUBDIR= boot bootxx bootblk ofwboot binstall
/src/sys/arch/hppa/stand/xxboot/
H A Diplsum.c30 uint32_t bootblk[BOOTSIZE / sizeof(uint32_t) + 1]; variable in typeref:typename:uint32_t[]
56 if ((len = fread(bootblk, 1, sizeof bootblk, fp)) <= IPLOFF) {
68 if ((ntohl(bootblk[0]) & 0xffff0000) != 0x80000000) {
72 iploff = ntohl(bootblk[0xf0 / sizeof(uint32_t)]);
73 iplsumsize = ntohl(bootblk[0xf4 / sizeof(uint32_t)]);
84 for (p = bootblk + IPLOFF / sizeof(uint32_t);
85 p < bootblk + (IPLOFF + IPL1SIZE) / sizeof(uint32_t); p++)
88 bootblk[SUMOFF] = htonl(ntohl(bootblk[SUMOF
[all...]
/src/sys/arch/sparc64/stand/
H A DMakefile5 SUBDIR+=../../sparc/stand/bootblk
/src/distrib/sparc64/liveimage/emuimage/
H A DMakefile11 PRIMARY_BOOT= bootblk
/src/distrib/sparc64/bootfs/
H A DMakefile26 PRIMARYBOOT= ${DESTDIR}/usr/mdec/bootblk
/src/tests/sbin/gpt/
H A Dt_gpt.sh31 bootblk=/usr/mdec/gptmbr.bin
277 atf_set "require.files" "$bootblk"
283 local bootsz="$(ls -l "$bootblk" | awk '{ print $5 }')"
284 silence dd msgfmt=quiet if="$disk" of=bootblk bs=1 count="$bootsz"
285 silence cmp "$bootblk" bootblk
/src/etc/etc.sparc64/
H A DMakefile.inc32 .for file in ofwboot bootblk
/src/distrib/sparc64/xminiroot/
H A DMakefile17 ${DESTDIR}/usr/mdec/bootblk && \
/src/sys/arch/sparc/stand/binstall/
H A Dbinstall.sh98 BOOTXX=${MDEC}/bootblk

Completed in 7 milliseconds