Lines Matching refs:u_char
48 u_char block[DOSBOOTBLOCKSIZE];
49 u_char fsinfo[2 * DOSBOOTBLOCKSIZE];
339 u_char fsinfo[2 * DOSBOOTBLOCKSIZE];
347 fsinfo[0x1e8] = (u_char)boot->FSFree;
348 fsinfo[0x1e9] = (u_char)(boot->FSFree >> 8);
349 fsinfo[0x1ea] = (u_char)(boot->FSFree >> 16);
350 fsinfo[0x1eb] = (u_char)(boot->FSFree >> 24);
351 fsinfo[0x1ec] = (u_char)boot->FSNext;
352 fsinfo[0x1ed] = (u_char)(boot->FSNext >> 8);
353 fsinfo[0x1ee] = (u_char)(boot->FSNext >> 16);
354 fsinfo[0x1ef] = (u_char)(boot->FSNext >> 24);