HomeSort by: relevance | last modified time | path
    Searched refs:bootblk (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/sparc/stand/bootblk/
Makefile 12 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.text.tmp bootblk.tex
41 bootblk: bootblk.fth ffs.fth.h lfs.fth.h target
    [all...]
  /src/sys/arch/sparc/stand/
Makefile 4 SUBDIR= boot bootxx bootblk ofwboot binstall
  /src/sys/arch/hppa/stand/xxboot/
iplsum.c 30 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[SUMOFF]) - sum)
    [all...]
  /src/sys/arch/sparc64/stand/
Makefile 5 SUBDIR+=../../sparc/stand/bootblk
  /src/distrib/sparc64/liveimage/emuimage/
Makefile 11 PRIMARY_BOOT= bootblk
  /src/distrib/sparc64/bootfs/
Makefile 26 PRIMARYBOOT= ${DESTDIR}/usr/mdec/bootblk
  /src/tests/sbin/gpt/
t_gpt.sh 31 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/distrib/sparc64/xminiroot/
Makefile 17 ${DESTDIR}/usr/mdec/bootblk && \
  /src/sys/arch/sparc/stand/binstall/
binstall.sh 98 BOOTXX=${MDEC}/bootblk

Completed in 15 milliseconds