Searched defs:bootblock (Results 1 – 10 of 10) sorted by relevance
41 struct bootblock { struct42 u_int BytesPerSec; /* bytes per sector */43 u_int SecPerClust; /* sectors per cluster */44 u_int ResSectors; /* number of reserved sectors */45 u_int FATs; /* number of FATs */46 u_int RootDirEnts; /* number of root directory entries */47 u_int Media; /* media descriptor */48 u_int FATsmall; /* number of sectors per FAT */49 u_int SecPerTrack; /* sectors per track */50 u_int Heads; /* number of heads */[all …]
62 struct bootblock { struct63 u_int8_t bb_xxboot[LABELOFFSET - sizeof(u_int32_t)];65 u_int32_t bb_magic; /* boot block magic number */68 u_int8_t bb_label[LABELMAXSIZE]; /* disk pack label */69 u_int8_t bb_bootxx[BBMINSIZE - LABELOFFSET - LABELMAXSIZE];
52 struct bootblock { struct69 #define AHDI_BBLOCK 0 /* AHDI bootblock (root sector) */ argument
110 filecore_checksum(u_char *bootblock) in filecore_checksum()
156 u_char *bootblock = bb; in filecore_bbchecksum() local
142 filecore_checksum(u_char *bootblock) in filecore_checksum()
58 u_int8_t bootblock[MAXBBSIZE]; variable
313 filecore_checksum(u_char *bootblock) in filecore_checksum()
1059 filecore_checksum(u_char * bootblock) global() argument