Home
last modified time | relevance | path

Searched refs:__uint32_t (Results 1 – 25 of 36) sorted by relevance

12

/dflybsd-src/include/
H A Delf-hints.h38 __uint32_t magic; /* Magic number */
39 __uint32_t version; /* File version (1) */
40 __uint32_t strtab; /* Offset of string table in file */
41 __uint32_t strsize; /* Size of string table */
42 __uint32_t dirlist; /* Offset of directory list in
44 __uint32_t dirlistlen; /* strlen(dirlist) */
45 __uint32_t spare[26]; /* Room for expansion */
H A Dstdlib.h265 __uint32_t
270 __uint32_t
271 arc4random_uniform(__uint32_t);
H A Dpwd.h45 typedef __uint32_t gid_t;
60 typedef __uint32_t uid_t;
H A Dnetdb.h64 typedef __uint32_t in_addr_t; /* base type for internet address */
84 typedef __uint32_t uint32_t;
H A Dunistd.h52 typedef __uint32_t gid_t; /* XXX __gid_t */
77 typedef __uint32_t uid_t; /* XXX __uid_t */
83 typedef __uint32_t useconds_t; /* microseconds (unsigned) */
H A Dgrp.h47 typedef __uint32_t gid_t;
/dflybsd-src/sys/sys/
H A Dtypes.h61 typedef __uint32_t u_int32_t;
81 typedef __uint32_t u_daddr_t; /* unsigned disk address */
82 typedef __uint32_t fixpt_t; /* fixed point number */
84 typedef __uint32_t dev_t; /* device number */
96 typedef __uint32_t gid_t; /* group id */
104 typedef __uint32_t in_addr_t; /* base type for internet address */
124 typedef __uint32_t nlink_t; /* link count */
148 typedef __uint32_t uid_t; /* user id */
152 typedef __uint32_t useconds_t; /* microseconds (unsigned) */
H A Dendian.h66 #define htole32(x) ((__uint32_t)(x))
73 #define le32toh(x) ((__uint32_t)(x))
77 #define htobe32(x) ((__uint32_t)(x))
84 #define be32toh(x) ((__uint32_t)(x))
101 static __inline __uint32_t
125 static __inline __uint32_t
151 be32enc(void *pp, __uint32_t u) in be32enc()
180 le32enc(void *pp, __uint32_t u) in le32enc()
H A Dstat.h61 typedef __uint32_t dev_t; /* device number */
66 typedef __uint32_t gid_t; /* group id */
81 typedef __uint32_t nlink_t; /* link count */
96 typedef __uint32_t uid_t; /* user id */
114 __uint32_t __old_st_blksize; /* old ABI compatibility only */
115 __uint32_t st_flags; /* user defined flags for file */
116 __uint32_t st_gen; /* file generation number */
H A D_malloc.h64 __uint32_t magic;
65 __uint32_t orig_cpuid; /* originally allocated on */
152 __uint32_t ks_flags; /* KSF_x flags */
153 __uint32_t ks_magic; /* if it's not magic, don't touch it */
H A Din_cksum.h55 __uint32_t in_cksum_range(const struct mbuf *m, int nxt, int offset, int bytes);
56 __uint32_t asm_ones32(const void *buf, int count); /* in 32 bit words */
73 __uint32_t sum; in in_cksum_hdr()
H A Dglobaldata.h133 __uint32_t gd_reqflags; /* (see note above) */
137 __uint32_t gd_cpuid;
173 volatile __uint32_t gd_time_seconds; /* uptime in seconds */
H A Dipc.h53 typedef __uint32_t gid_t; /* group id */
68 typedef __uint32_t uid_t; /* user id */
H A Dstdint.h78 typedef __uint32_t uint32_t;
H A Ddirent.h73 __uint32_t d_unused2; /* reserved */
H A Duuid.h50 __uint32_t time_low;
H A Dcpumask.h53 typedef __uint32_t cpulock_t; /* count and exclusive lock */
H A Dstatvfs.h50 typedef __uint32_t uid_t; /* user id */
H A D_siginfo.h44 typedef __uint32_t uid_t; /* user id */
/dflybsd-src/sys/cpu/x86_64/include/
H A Dstdint.h54 typedef unsigned int __uint32_t; typedef
103 typedef __uint32_t __uint_fast8_t;
104 typedef __uint32_t __uint_fast16_t;
105 typedef __uint32_t __uint_fast32_t;
109 typedef __uint32_t __uint_least32_t;
138 typedef __uint32_t __socklen_t;
H A Dendian.h63 __extension__ ({ __uint32_t __X = (x); \
82 __extension__ ({ __uint32_t __X = (x); \
162 static __inline __always_inline __uint32_t
163 __bswap32(__uint32_t _x) in __bswap32()
/dflybsd-src/include/arpa/
H A Dinet.h69 typedef __uint32_t in_addr_t; /* base type for internet address */
83 typedef __uint32_t uint32_t;
/dflybsd-src/sys/vfs/ufs/
H A Dufs_types.h40 typedef __uint32_t ufs1_ino_t;
/dflybsd-src/sys/platform/pc64/icu/
H A Dicu_var.h38 typedef __uint32_t intrmask_t; /* Interrupt mask (spl, xxx_imask, etc) */
/dflybsd-src/sys/netinet/
H A Din.h50 typedef __uint32_t in_addr_t; /* base type for internet address */
69 typedef __uint32_t uint32_t;

12