Searched refs:u_int (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Ddosfs.h44 u_int bpbBytesPerSec; /* bytes per sector */
45 u_int bpbSecPerClust; /* sectors per cluster */
46 u_int bpbResSectors; /* number of reserved sectors */
47 u_int bpbFATs; /* number of bpbFATs */
48 u_int bpbRootDirEnts; /* number of root directory entries */
50 u_int bpbMedia; /* media descriptor */
51 u_int bpbFATsmall; /* number of sectors per FAT */
52 u_int SecPerTrack; /* sectors per track */
53 u_int bpbHeads; /* number of heads */
57 u_int bpbFSInf
[all...]
H A Dext.h94 int readfat(int, struct bootblock *, u_int, struct fatEntry **);
100 int comparefat(struct bootblock *, struct fatEntry *, struct fatEntry *, u_int);
H A Dfat.c35 static int checkclnum(struct bootblock *, u_int, cl_t, cl_t *);
36 static int clustdiffer(cl_t, cl_t *, cl_t *, u_int);
38 static int _readfat(int, struct bootblock *, u_int, u_char **);
125 checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next)
156 _readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer)
192 readfat(int fs, struct bootblock *boot, u_int no, struct fatEntry **fp)
328 clustdiffer(cl_t cl, cl_t *cp1, cl_t *cp2, u_int fatnum)
399 struct fatEntry *second, u_int fatnum)
452 u_int len;
554 u_int
[all...]
H A Dcheck.c42 u_int i;
H A Ddir.c445 u_int lidx = 0;
/fuchsia/zircon/kernel/include/sys/
H A Dtypes.h20 typedef unsigned int u_int; typedef
/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dtypes.h63 typedef unsigned u_int, uint; typedef
/fuchsia/zircon/kernel/dev/interrupt/arm_gic/v2/
H A Darm_gicv2.cpp174 static zx_status_t arm_gic_sgi(u_int irq, u_int flags, u_int cpu_mask) {
175 u_int val =
/fuchsia/zircon/kernel/dev/interrupt/arm_gic/v3/
H A Darm_gicv3.cpp200 static zx_status_t arm_gic_sgi(u_int irq, u_int flags, u_int cpu_mask) {
215 u_int mask = 0;

Completed in 42 milliseconds