/src/sys/arch/atari/include/ |
disklabel.h | 62 struct bootblock { struct
|
/src/sys/arch/x68k/stand/installboot/ |
installboot.c | 58 u_int8_t bootblock[MAXBBSIZE]; variable in typeref:typename:u_int8_t[] 136 if (read(fd, bootblock, blocksize) != blocksize) 139 if (strncmp((const char *)bootblock, "X68SCSI1", 8) != 0) 160 lp = (struct disklabel *) &bootblock[LABELBYTEOFFSET]; 219 if (read(fd, bootblock + bboffset, bootprogsize) != bootprogsize) 223 memcpy(bootblock + LABELBYTEOFFSET, &label, sizeof(label)); 242 if (write(fd, bootblock, bootprogsize) != bootprogsize) { 258 fprintf(stderr, "The bootblock is kept in %s\n", target);
|
/src/sys/fs/filecorefs/ |
filecore_utils.c | 122 * int filecore_bbchecksum(u_char *bootblock) 156 u_char *bootblock = bb; local in function:filecore_bbchecksum 163 byte0 = bootblock[0]; 171 sum += bootblock[i]; 172 accum_diff |= bootblock[i] ^ byte0; 181 accum_diff |= bootblock[i] ^ byte0; 188 if (accum_diff == 0 || sum != bootblock[511])
|
/src/sbin/fsck_msdos/ |
dosfs.h | 41 struct bootblock { struct
|
/src/sys/arch/atari/stand/tostools/aptck/ |
ahdilbl.h | 52 struct bootblock { struct 69 #define AHDI_BBLOCK 0 /* AHDI bootblock (root sector) */ 94 /* in the AHDI bootblock (aka root)*/
|
/src/sys/arch/atari/stand/tostools/libtos/ |
ahdilbl.h | 52 struct bootblock { struct 69 #define AHDI_BBLOCK 0 /* AHDI bootblock (root sector) */ 94 /* in the AHDI bootblock (aka root)*/
|