HomeSort by: relevance | last modified time | path
    Searched defs:bootblk (Results 1 - 4 of 4) 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...]
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/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...]
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...]

Completed in 25 milliseconds