Home
last modified time | relevance | path

Searched defs:bootblock (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sbin/fsck_msdos/
H A Ddosfs.h41 struct bootblock { struct
42 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 …]
/netbsd-src/sys/arch/atari/include/
H A Ddisklabel.h62 struct bootblock { struct
63 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];
/netbsd-src/sys/arch/atari/stand/tostools/aptck/
H A Dahdilbl.h52 struct bootblock { struct
69 #define AHDI_BBLOCK 0 /* AHDI bootblock (root sector) */ argument
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Dahdilbl.h52 struct bootblock { struct
69 #define AHDI_BBLOCK 0 /* AHDI bootblock (root sector) */ argument
/netbsd-src/sys/arch/acorn32/stand/lib/
H A Driscospart.c110 filecore_checksum(u_char *bootblock) in filecore_checksum()
/netbsd-src/sys/fs/filecorefs/
H A Dfilecore_utils.c156 u_char *bootblock = bb; in filecore_bbchecksum() local
/netbsd-src/sys/arch/arm/arm/
H A Ddisksubr_acorn.c142 filecore_checksum(u_char *bootblock) in filecore_checksum()
/netbsd-src/sys/arch/x68k/stand/installboot/
H A Dinstallboot.c58 u_int8_t bootblock[MAXBBSIZE]; variable
/netbsd-src/usr.sbin/sysinst/arch/acorn32/
H A Dmd.c313 filecore_checksum(u_char *bootblock) in filecore_checksum()
/netbsd-src/sbin/disklabel/
H A Dmain.c1059 filecore_checksum(u_char * bootblock) global() argument