Home | History | Annotate | Download | only in fsck_msdos

Lines Matching refs:u_char

55 	u_char block[DOSBOOTBLOCKSIZE];
56 u_char fsinfo[2 * DOSBOOTBLOCKSIZE];
57 u_char backup[DOSBOOTBLOCKSIZE];
259 u_char fsinfo[2 * DOSBOOTBLOCKSIZE];
267 fsinfo[0x1e8] = (u_char)boot->FSFree;
268 fsinfo[0x1e9] = (u_char)(boot->FSFree >> 8);
269 fsinfo[0x1ea] = (u_char)(boot->FSFree >> 16);
270 fsinfo[0x1eb] = (u_char)(boot->FSFree >> 24);
271 fsinfo[0x1ec] = (u_char)boot->FSNext;
272 fsinfo[0x1ed] = (u_char)(boot->FSNext >> 8);
273 fsinfo[0x1ee] = (u_char)(boot->FSNext >> 16);
274 fsinfo[0x1ef] = (u_char)(boot->FSNext >> 24);