Symbol: bootblock
sbin/disklabel/main.c
1060
filecore_checksum(u_char *bootblock)
sbin/disklabel/main.c
1068
byte0 = bootblock[0];
sbin/disklabel/main.c
1076
sum += bootblock[i];
sbin/disklabel/main.c
1077
accum_diff |= bootblock[i] ^ byte0;
sbin/disklabel/main.c
1086
accum_diff |= bootblock[i] ^ byte0;
sbin/fsck_msdos/boot.c
301
writefsinfo(int dosfs, struct bootblock *boot)
sbin/fsck_msdos/boot.c
46
readboot(int dosfs, struct bootblock *boot)
sbin/fsck_msdos/check.c
48
struct bootblock boot;
sbin/fsck_msdos/dir.c
101
static int readDosDirSection(int, struct bootblock *, struct fatEntry *,
sbin/fsck_msdos/dir.c
218
resetDosDirSection(struct bootblock *boot, struct fatEntry *fat)
sbin/fsck_msdos/dir.c
314
delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl,
sbin/fsck_msdos/dir.c
354
removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start,
sbin/fsck_msdos/dir.c
391
checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p,
sbin/fsck_msdos/dir.c
465
readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat,
sbin/fsck_msdos/dir.c
888
handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat)
sbin/fsck_msdos/dir.c
929
reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head)
sbin/fsck_msdos/dir.c
95
static int delete(int, struct bootblock *, struct fatEntry *, cl_t, int,
sbin/fsck_msdos/dir.c
97
static int removede(int, struct bootblock *, struct fatEntry *, u_char *,
sbin/fsck_msdos/dir.c
99
static int checksize(struct bootblock *, struct fatEntry *, u_char *,
sbin/fsck_msdos/ext.h
102
int writefat(int, struct bootblock *, struct fatEntry *, int);
sbin/fsck_msdos/ext.h
107
int resetDosDirSection(struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/ext.h
109
int handleDirTree(int, struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/ext.h
117
int checklost(int, struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/ext.h
121
int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
sbin/fsck_msdos/ext.h
135
void clearchain(struct bootblock *, struct fatEntry *, cl_t);
sbin/fsck_msdos/ext.h
75
int readboot(int, struct bootblock *);
sbin/fsck_msdos/ext.h
80
int writefsinfo(int, struct bootblock *);
sbin/fsck_msdos/ext.h
86
int readfat(int, struct bootblock *, u_int, struct fatEntry **);
sbin/fsck_msdos/ext.h
92
int comparefat(struct bootblock *, struct fatEntry *, struct fatEntry *, u_int);
sbin/fsck_msdos/ext.h
97
int checkfat(struct bootblock *, struct fatEntry *);
sbin/fsck_msdos/fat.c
119
readfat(int fs, struct bootblock *boot, u_int no, struct fatEntry **fp)
sbin/fsck_msdos/fat.c
325
comparefat(struct bootblock *boot, struct fatEntry *first,
sbin/fsck_msdos/fat.c
338
clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head)
sbin/fsck_msdos/fat.c
352
tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *truncp)
sbin/fsck_msdos/fat.c
376
checkfat(struct bootblock *boot, struct fatEntry *fat)
sbin/fsck_msdos/fat.c
43
static int checkclnum(struct bootblock *, u_int, cl_t, cl_t *);
sbin/fsck_msdos/fat.c
45
static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
sbin/fsck_msdos/fat.c
46
static int _readfat(int, struct bootblock *, u_int, u_char **);
sbin/fsck_msdos/fat.c
477
writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat)
sbin/fsck_msdos/fat.c
52
checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next)
sbin/fsck_msdos/fat.c
587
checklost(int dosfs, struct bootblock *boot, struct fatEntry *fat)
sbin/fsck_msdos/fat.c
83
_readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer)
sys/arch/acorn32/stand/lib/riscospart.c
110
filecore_checksum(u_char *bootblock)
sys/arch/acorn32/stand/lib/riscospart.c
118
byte0 = bootblock[0];
sys/arch/acorn32/stand/lib/riscospart.c
126
sum += bootblock[i];
sys/arch/acorn32/stand/lib/riscospart.c
127
accum_diff |= bootblock[i] ^ byte0;
sys/arch/acorn32/stand/lib/riscospart.c
136
accum_diff |= bootblock[i] ^ byte0;
sys/arch/arm/arm/disksubr_acorn.c
142
filecore_checksum(u_char *bootblock)
sys/arch/arm/arm/disksubr_acorn.c
150
byte0 = bootblock[0];
sys/arch/arm/arm/disksubr_acorn.c
158
sum += bootblock[i];
sys/arch/arm/arm/disksubr_acorn.c
159
accum_diff |= bootblock[i] ^ byte0;
sys/arch/arm/arm/disksubr_acorn.c
168
accum_diff |= bootblock[i] ^ byte0;
sys/arch/atari/atari/disksubr.c
161
struct bootblock *bb = (struct bootblock *)bp->b_data;
sys/arch/atari/atari/disksubr.c
212
struct bootblock *bb;
sys/arch/atari/atari/disksubr.c
216
bb = (struct bootblock *)bp->b_data;
sys/arch/atari/stand/ahdilabel/write.c
315
struct bootblock *bb;
sys/arch/atari/stand/installboot/disklabel.c
105
struct bootblock bb;
sys/arch/atari/stand/installboot/installboot.c
409
mkbootblock(struct bootblock *bb, char *xxb, char *bxx,
sys/arch/atari/stand/installboot/installboot.c
63
static void mkbootblock(struct bootblock *, char *,
sys/arch/atari/stand/installboot/installboot.c
70
static struct bootblock bootarea;
sys/arch/x68k/stand/installboot/installboot.c
136
if (read(fd, bootblock, blocksize) != blocksize)
sys/arch/x68k/stand/installboot/installboot.c
139
if (strncmp((const char *)bootblock, "X68SCSI1", 8) != 0)
sys/arch/x68k/stand/installboot/installboot.c
160
lp = (struct disklabel *) &bootblock[LABELBYTEOFFSET];
sys/arch/x68k/stand/installboot/installboot.c
219
if (read(fd, bootblock + bboffset, bootprogsize) != bootprogsize)
sys/arch/x68k/stand/installboot/installboot.c
223
memcpy(bootblock + LABELBYTEOFFSET, &label, sizeof(label));
sys/arch/x68k/stand/installboot/installboot.c
242
if (write(fd, bootblock, bootprogsize) != bootprogsize) {
sys/arch/x68k/stand/installboot/installboot.c
58
u_int8_t bootblock[MAXBBSIZE];
sys/fs/filecorefs/filecore_utils.c
156
u_char *bootblock = bb;
sys/fs/filecorefs/filecore_utils.c
163
byte0 = bootblock[0];
sys/fs/filecorefs/filecore_utils.c
171
sum += bootblock[i];
sys/fs/filecorefs/filecore_utils.c
172
accum_diff |= bootblock[i] ^ byte0;
sys/fs/filecorefs/filecore_utils.c
181
accum_diff |= bootblock[i] ^ byte0;
sys/fs/filecorefs/filecore_utils.c
188
if (accum_diff == 0 || sum != bootblock[511])
usr.sbin/sysinst/arch/acorn32/md.c
313
filecore_checksum(u_char *bootblock)
usr.sbin/sysinst/arch/acorn32/md.c
321
byte0 = bootblock[0];
usr.sbin/sysinst/arch/acorn32/md.c
329
sum += bootblock[i];
usr.sbin/sysinst/arch/acorn32/md.c
330
accum_diff |= bootblock[i] ^ byte0;
usr.sbin/sysinst/arch/acorn32/md.c
339
accum_diff |= bootblock[i] ^ byte0;