Home
last modified time | relevance | path

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

12

/xnu-11417.101.15/osfmk/mach/arm/ !
H A D_structs.h43 __uint32_t __exception; /* number of arm exception taken */
44 __uint32_t __fsr; /* Fault status */
45 __uint32_t __far; /* Virtual Fault Address */
51 __uint32_t exception; /* number of arm exception taken */
52 __uint32_t fsr; /* Fault status */
53 __uint32_t far; /* Virtual Fault Address */
62 __uint32_t __esr; /* Exception syndrome */
63 __uint32_t __exception; /* number of arm exception taken */
76 __uint32_t esr; /* Exception syndrome */
77 __uint32_t exception; /* number of arm exception taken */
[all …]
/xnu-11417.101.15/bsd/sys/ !
H A D_endian.h105 __uint32_t ntohl(__uint32_t);
106 __uint32_t htonl(__uint32_t);
111 #define ntohl(x) ((__uint32_t)(x))
113 #define htonl(x) ((__uint32_t)(x))
143 #define ntohl(x) ((__uint32_t)__builtin_bswap32((__uint32_t)(x)))
144 #define htonl(x) ((__uint32_t)__builtin_bswap32((__uint32_t)(x)))
157 #define NTOHL(x) (x) = ntohl((__uint32_t)x)
160 #define HTONL(x) (x) = htonl((__uint32_t)x)
H A Dsocket_private.h604 __uint32_t sar_cnt; /* number of associations */
610 __uint32_t sar_cnt;
615 __uint32_t sar_cnt;
625 __uint32_t scr_cnt; /* number of connections */
632 __uint32_t scr_cnt;
638 __uint32_t scr_cnt;
648 __uint32_t scir_flags; /* see flags below */
649 __uint32_t scir_ifindex; /* (last) outbound interface */
655 __uint32_t scir_aux_type; /* aux data type (CIAUX) */
657 __uint32_t scir_aux_len; /* aux data len */
[all …]
H A Dstat.h132 __uint32_t st_flags; /* user defined flags for file */
133 __uint32_t st_gen; /* file generation number */
178 __uint32_t st_flags; /* user defined flags for file */ \
179 __uint32_t st_gen; /* file generation number */ \
217 __uint32_t st_flags; /* user defined flags for file */
218 __uint32_t st_gen; /* file generation number */
266 __uint32_t st_flags; /* user defined flags for file */
267 __uint32_t st_gen; /* file generation number */
299 __uint32_t st_flags; /* user defined flags for file */
300 __uint32_t st_gen; /* file generation number */
[all …]
H A D_types.h83 typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
84 typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/
89 typedef __uint32_t __darwin_ino_t; /* [???] Used for inodes */
96 typedef __uint32_t __darwin_sigset_t; /* [???] signal set */
98 typedef __uint32_t __darwin_uid_t; /* [???] user IDs */
99 typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
H A Dtypes.h142 major(__uint32_t _x) in major()
144 return (__int32_t)(((__uint32_t)_x >> 24) & 0xff); in major()
148 minor(__uint32_t _x) in minor()
154 makedev(__uint32_t _major, __uint32_t _minor) in makedev()
H A Dioccom.h81 #define IOC_VOID (__uint32_t)0x20000000
83 #define IOC_OUT (__uint32_t)0x40000000
85 #define IOC_IN (__uint32_t)0x80000000
89 #define IOC_DIRMASK (__uint32_t)0xe0000000
H A Dtermios.h299 __uint32_t c_iflag; /* input flags */
300 __uint32_t c_oflag; /* output flags */
301 __uint32_t c_cflag; /* control flags */
302 __uint32_t c_lflag; /* local flags */
304 __uint32_t c_ispeed; /* input speed */
305 __uint32_t c_ospeed; /* output speed */
H A Dmman.h294 int mremap_encrypted(void *, size_t, __uint32_t, __uint32_t, __uint32_t);
H A Dvsock.h53 __uint32_t svm_port; /* Port # in host byte order */
54 __uint32_t svm_cid; /* Address in host byte order */
H A Dsocket.h322 typedef __uint32_t sae_associd_t;
326 typedef __uint32_t sae_connid_t;
707 __DARWIN_ALIGN32((__uint32_t)(cmsg)->cmsg_len) + \
713 __DARWIN_ALIGN32((__uint32_t)(cmsg)->cmsg_len))))
/xnu-11417.101.15/osfmk/mach/i386/ !
H A D_structs.h291 __uint32_t __fpu_ip; /* x87 FPU Instruction Pointer offset */
294 __uint32_t __fpu_dp; /* x87 FPU Instruction Operand(Data) Pointer offset */
297 __uint32_t __fpu_mxcsr; /* MXCSR Register state */
298 __uint32_t __fpu_mxcsrmask; /* MXCSR mask */
328 __uint32_t __fpu_ip; /* x87 FPU Instruction Pointer offset */
331 __uint32_t __fpu_dp; /* x87 FPU Instruction Operand(Data) Pointer offset */
334 __uint32_t __fpu_mxcsr; /* MXCSR Register state */
335 __uint32_t __fpu_mxcsrmask; /* MXCSR mask */
374 __uint32_t __fpu_ip; /* x87 FPU Instruction Pointer offset */
377 __uint32_t __fpu_dp; /* x87 FPU Instruction Operand(Data) Pointer offset */
[all …]
/xnu-11417.101.15/bsd/netinet6/ !
H A Din6.h162 __uint32_t __u6_addr32[4];
185 __uint32_t sin6_flowinfo; /* IP6 flow information */
187 __uint32_t sin6_scope_id; /* scope zone index */
308 ((*(const __uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \
309 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) && \
310 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[8]) == 0) && \
311 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[12]) == 0))
317 ((*(const __uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \
318 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) && \
319 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[8]) == 0) && \
[all …]
/xnu-11417.101.15/libkern/libkern/ !
H A D_OSByteOrder.h40 ((__uint32_t)((((__uint32_t)(x) & 0xff000000U) >> 24) | \
41 (((__uint32_t)(x) & 0x00ff0000U) >> 8) | \
42 (((__uint32_t)(x) & 0x0000ff00U) << 8) | \
43 (((__uint32_t)(x) & 0x000000ffU) << 24)))
99 __uint32_t
101 __uint32_t data in _OSSwapInt32()
/xnu-11417.101.15/libkern/libkern/arm/ !
H A D_OSByteOrder.h59 __uint32_t
61 __uint32_t _data in _OSSwapInt32()
85 __uint32_t _ul[2]; in _OSSwapInt64()
89 _u._ul[0] = (__uint32_t)(_data >> 32); in _OSSwapInt64()
90 _u._ul[1] = (__uint32_t)(_data & 0xffffffff); in _OSSwapInt64()
/xnu-11417.101.15/bsd/i386/ !
H A Dtypes.h144 typedef __uint32_t user32_addr_t;
145 typedef __uint32_t user32_size_t;
148 typedef __uint32_t user32_ulong_t;
H A D_types.h70 typedef unsigned int __uint32_t; typedef
151 typedef __uint32_t __darwin_socklen_t; /* socklen_t (duh) */
/xnu-11417.101.15/bsd/arm/ !
H A Dtypes.h135 typedef __uint32_t user32_addr_t;
136 typedef __uint32_t user32_size_t;
139 typedef __uint32_t user32_ulong_t;
H A D_types.h46 typedef unsigned int __uint32_t; typedef
127 typedef __uint32_t __darwin_socklen_t; /* socklen_t (duh) */
H A D_param.h20 #define __DARWIN_ALIGNBYTES32 (sizeof(__uint32_t) - 1)
/xnu-11417.101.15/bsd/netinet/ !
H A Din_systm.h87 typedef __uint32_t n_long; /* long as received from the net */
89 typedef __uint32_t n_time; /* ms since 00:00 GMT, byte rev */
H A Dtcp_log.h112 ((*(const __uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \
113 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) && \
114 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[8]) == ntohl(0x0000ffff)) && \
115 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[12]) == ntohl(INADDR_LOOPBACK)))
H A Dtcp.h83 typedef __uint32_t tcp_seq;
84 typedef __uint32_t tcp_cc; /* connection count per rfc1644 */
/xnu-11417.101.15/libkern/libkern/i386/ !
H A D_OSByteOrder.h58 __uint32_t
60 __uint32_t _data in _OSSwapInt32()
/xnu-11417.101.15/bsd/sys/_types/ !
H A D_in_addr_t.h31 typedef __uint32_t in_addr_t; /* base type for internet address */

12