Searched refs:u_char (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/kernel/include/sys/
H A Dtypes.h18 typedef unsigned char u_char; typedef
/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Ddir.c85 static u_char calcShortSum(u_char *);
88 static int removede(int, struct bootblock *, struct fatEntry *, u_char *,
89 u_char *, cl_t, cl_t, cl_t, char *, int);
90 static int checksize(struct bootblock *, struct fatEntry *, u_char *,
180 static u_char
181 calcShortSum(u_char *p)
183 u_char sum = 0;
198 static u_char *buffer = NULL;
199 static u_char *delbu
[all...]
H A Dboot.c37 u_char block[DOSBOOTBLOCKSIZE];
38 u_char fsinfo[2 * DOSBOOTBLOCKSIZE];
39 u_char backup[DOSBOOTBLOCKSIZE];
254 u_char fsinfo[2 * DOSBOOTBLOCKSIZE];
262 fsinfo[0x1e8] = (u_char)boot->FSFree;
263 fsinfo[0x1e9] = (u_char)(boot->FSFree >> 8);
264 fsinfo[0x1ea] = (u_char)(boot->FSFree >> 16);
265 fsinfo[0x1eb] = (u_char)(boot->FSFree >> 24);
266 fsinfo[0x1ec] = (u_char)boot->FSNext;
267 fsinfo[0x1ed] = (u_char)(boo
[all...]
H A Dfat.c38 static int _readfat(int, struct bootblock *, u_int, u_char **);
62 u_char *buffer;
156 _readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer)
195 u_char *buffer, *p;
552 u_char *buffer, *p;
568 *p++ = (u_char)boot->bpbMedia;
586 u_char *old_fat;
616 *p++ = (u_char)fat[cl].next;
617 *p++ = (u_char)(fat[cl].next >> 8);
618 *p++ = (u_char)(fa
[all...]
/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dtypes.h61 typedef unsigned char u_char; typedef

Completed in 34 milliseconds