Symbol: __uint32_t
include/arpa/inet.h
69
typedef __uint32_t in_addr_t; /* base type for internet address */
include/arpa/inet.h
83
typedef __uint32_t uint32_t;
include/elf-hints.h
38
__uint32_t magic; /* Magic number */
include/elf-hints.h
39
__uint32_t version; /* File version (1) */
include/elf-hints.h
40
__uint32_t strtab; /* Offset of string table in file */
include/elf-hints.h
41
__uint32_t strsize; /* Size of string table */
include/elf-hints.h
42
__uint32_t dirlist; /* Offset of directory list in
include/elf-hints.h
44
__uint32_t dirlistlen; /* strlen(dirlist) */
include/elf-hints.h
45
__uint32_t spare[26]; /* Room for expansion */
include/grp.h
47
typedef __uint32_t gid_t;
include/iconv.h
75
size_t *, __uint32_t, size_t *);
include/netdb.h
64
typedef __uint32_t in_addr_t; /* base type for internet address */
include/netdb.h
84
typedef __uint32_t uint32_t;
include/pwd.h
45
typedef __uint32_t gid_t;
include/pwd.h
60
typedef __uint32_t uid_t;
include/stdint.h
46
typedef __uint32_t uint32_t;
include/stdlib.h
265
__uint32_t
include/stdlib.h
270
__uint32_t
include/stdlib.h
271
arc4random_uniform(__uint32_t);
include/unistd.h
52
typedef __uint32_t gid_t; /* XXX __gid_t */
include/unistd.h
77
typedef __uint32_t uid_t; /* XXX __uid_t */
include/unistd.h
83
typedef __uint32_t useconds_t; /* microseconds (unsigned) */
sys/bus/isa/isavar.h
49
typedef __uint32_t intrmask_t; /* Interrupt mask (spl, xxx_imask, etc) */
sys/cpu/x86_64/include/endian.h
162
static __always_inline __uint32_t
sys/cpu/x86_64/include/endian.h
163
__bswap32(__uint32_t _x)
sys/cpu/x86_64/include/endian.h
63
__extension__ ({ __uint32_t __X = (x); \
sys/cpu/x86_64/include/endian.h
82
__extension__ ({ __uint32_t __X = (x); \
sys/cpu/x86_64/include/stdint.h
100
typedef __uint32_t __uint_fast32_t;
sys/cpu/x86_64/include/stdint.h
104
typedef __uint32_t __uint_least32_t;
sys/cpu/x86_64/include/stdint.h
133
typedef __uint32_t __socklen_t;
sys/cpu/x86_64/include/stdint.h
98
typedef __uint32_t __uint_fast8_t;
sys/cpu/x86_64/include/stdint.h
99
typedef __uint32_t __uint_fast16_t;
sys/dev/misc/evdev/freebsd-bitstring.h
87
static __inline __uint32_t
sys/dev/misc/evdev/freebsd-bitstring.h
88
__bitcount32(__uint32_t _x)
sys/kern/kern_clock.c
256
__uint32_t time_second;
sys/netinet/in.h
50
typedef __uint32_t in_addr_t; /* base type for internet address */
sys/netinet/in.h
69
typedef __uint32_t uint32_t;
sys/netinet6/in6.h
105
typedef __uint32_t uint32_t;
sys/platform/pc64/icu/icu_var.h
38
typedef __uint32_t intrmask_t; /* Interrupt mask (spl, xxx_imask, etc) */
sys/sys/_malloc.h
152
__uint32_t ks_flags; /* KSF_x flags */
sys/sys/_malloc.h
153
__uint32_t ks_magic; /* if it's not magic, don't touch it */
sys/sys/_malloc.h
64
__uint32_t magic;
sys/sys/_malloc.h
65
__uint32_t orig_cpuid; /* originally allocated on */
sys/sys/_siginfo.h
44
typedef __uint32_t uid_t; /* user id */
sys/sys/cpumask.h
53
typedef __uint32_t cpulock_t; /* count and exclusive lock */
sys/sys/dirent.h
73
__uint32_t d_unused2; /* reserved */
sys/sys/endian.h
101
static __inline __uint32_t
sys/sys/endian.h
125
static __inline __uint32_t
sys/sys/endian.h
151
be32enc(void *pp, __uint32_t u)
sys/sys/endian.h
180
le32enc(void *pp, __uint32_t u)
sys/sys/endian.h
66
#define htole32(x) ((__uint32_t)(x))
sys/sys/endian.h
73
#define le32toh(x) ((__uint32_t)(x))
sys/sys/endian.h
77
#define htobe32(x) ((__uint32_t)(x))
sys/sys/endian.h
84
#define be32toh(x) ((__uint32_t)(x))
sys/sys/globaldata.h
133
__uint32_t gd_reqflags; /* (see note above) */
sys/sys/globaldata.h
137
__uint32_t gd_cpuid;
sys/sys/globaldata.h
173
volatile __uint32_t gd_time_seconds; /* uptime in seconds */
sys/sys/in_cksum.h
55
__uint32_t in_cksum_range(const struct mbuf *m, int nxt, int offset, int bytes);
sys/sys/in_cksum.h
56
__uint32_t asm_ones32(const void *buf, int count); /* in 32 bit words */
sys/sys/in_cksum.h
73
__uint32_t sum;
sys/sys/ipc.h
53
typedef __uint32_t gid_t; /* group id */
sys/sys/ipc.h
68
typedef __uint32_t uid_t; /* user id */
sys/sys/signal.h
57
typedef __uint32_t uid_t;
sys/sys/slaballoc.h
117
__uint32_t z_Bitmap[]; /* bitmap of free chunks for sanity check */
sys/sys/socket.h
54
typedef __uint32_t gid_t; /* group id */
sys/sys/socket.h
59
typedef __uint32_t uid_t; /* user id */
sys/sys/stat.h
114
__uint32_t __old_st_blksize; /* old ABI compatibility only */
sys/sys/stat.h
115
__uint32_t st_flags; /* user defined flags for file */
sys/sys/stat.h
116
__uint32_t st_gen; /* file generation number */
sys/sys/stat.h
61
typedef __uint32_t dev_t; /* device number */
sys/sys/stat.h
66
typedef __uint32_t gid_t; /* group id */
sys/sys/stat.h
81
typedef __uint32_t nlink_t; /* link count */
sys/sys/stat.h
96
typedef __uint32_t uid_t; /* user id */
sys/sys/statvfs.h
50
typedef __uint32_t uid_t; /* user id */
sys/sys/stdint.h
82
typedef __uint32_t uint32_t;
sys/sys/types.h
104
typedef __uint32_t in_addr_t; /* base type for internet address */
sys/sys/types.h
124
typedef __uint32_t nlink_t; /* link count */
sys/sys/types.h
148
typedef __uint32_t uid_t; /* user id */
sys/sys/types.h
152
typedef __uint32_t useconds_t; /* microseconds (unsigned) */
sys/sys/types.h
61
typedef __uint32_t u_int32_t;
sys/sys/types.h
81
typedef __uint32_t u_daddr_t; /* unsigned disk address */
sys/sys/types.h
82
typedef __uint32_t fixpt_t; /* fixed point number */
sys/sys/types.h
84
typedef __uint32_t dev_t; /* device number */
sys/sys/types.h
96
typedef __uint32_t gid_t; /* group id */
sys/sys/uuid.h
50
__uint32_t time_low;
sys/vfs/ufs/ufs_types.h
40
typedef __uint32_t ufs1_ino_t;