Home
last modified time | relevance | path

Searched defs:fsinfo (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/msdosfs/
Dbpb.h177 struct fsinfo { struct
178 u_int8_t fsisig1[4];
179 u_int8_t fsifill1[480];
180 u_int8_t fsisig2[4];
181 u_int8_t fsinfree[4];
182 u_int8_t fsinxtfree[4];
183 u_int8_t fsifill2[12];
184 u_int8_t fsisig3[4];
185 u_int8_t fsifill3[508];
186 u_int8_t fsisig4[4];
/openbsd/src/sbin/fsck_msdos/
Dboot.c44 u_char *fsinfo = NULL; in readboot() local
306 u_char *fsinfo = NULL; in writefsinfo() local