| /xnu-8020.121.3/osfmk/mach/arm/ |
| H A D | _structs.h | 43 __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 */ 70 __uint32_t esr; /* Exception syndrome */ 71 __uint32_t exception; /* number of arm exception taken */ [all …]
|
| /xnu-8020.121.3/bsd/sys/ |
| H A D | _endian.h | 104 __uint32_t ntohl(__uint32_t); 105 __uint32_t htonl(__uint32_t); 110 #define ntohl(x) ((__uint32_t)(x)) 112 #define htonl(x) ((__uint32_t)(x)) 142 #define ntohl(x) ((__uint32_t)__builtin_bswap32((__uint32_t)(x))) 143 #define htonl(x) ((__uint32_t)__builtin_bswap32((__uint32_t)(x))) 156 #define NTOHL(x) (x) = ntohl((__uint32_t)x) 159 #define HTONL(x) (x) = htonl((__uint32_t)x)
|
| H A D | stat.h | 132 __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 | socket.h | 486 typedef __uint32_t sae_associd_t; 490 typedef __uint32_t sae_connid_t; 1110 __DARWIN_ALIGN32((__uint32_t)(cmsg)->cmsg_len) + \ 1116 __DARWIN_ALIGN32((__uint32_t)(cmsg)->cmsg_len)))) 1221 __uint32_t sar_cnt; /* number of associations */ 1227 __uint32_t sar_cnt; 1232 __uint32_t sar_cnt; 1242 __uint32_t scr_cnt; /* number of connections */ 1249 __uint32_t scr_cnt; 1255 __uint32_t scr_cnt; [all …]
|
| H A D | _types.h | 61 typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ 62 typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ 67 typedef __uint32_t __darwin_ino_t; /* [???] Used for inodes */ 74 typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ 76 typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ 77 typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */
|
| H A D | types.h | 139 major(__uint32_t _x) in major() 141 return (__int32_t)(((__uint32_t)_x >> 24) & 0xff); in major() 145 minor(__uint32_t _x) in minor() 151 makedev(__uint32_t _major, __uint32_t _minor) in makedev()
|
| H A D | ioccom.h | 81 #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 D | termios.h | 299 __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 D | mman.h | 283 int mremap_encrypted(void *, size_t, __uint32_t, __uint32_t, __uint32_t);
|
| H A D | vsock.h | 53 __uint32_t svm_port; /* Port # in host byte order */ 54 __uint32_t svm_cid; /* Address in host byte order */
|
| /xnu-8020.121.3/osfmk/mach/i386/ |
| H A D | _structs.h | 291 __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-8020.121.3/bsd/netinet6/ |
| H A D | in6.h | 162 __uint32_t __u6_addr32[4]; 185 __uint32_t sin6_flowinfo; /* IP6 flow information */ 187 __uint32_t sin6_scope_id; /* scope zone index */ 325 ((*(const __uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \ 326 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) && \ 327 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[8]) == 0) && \ 328 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[12]) == 0)) 334 ((*(const __uint32_t *)(const void *)(&(a)->s6_addr[0]) == 0) && \ 335 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[4]) == 0) && \ 336 (*(const __uint32_t *)(const void *)(&(a)->s6_addr[8]) == 0) && \ [all …]
|
| /xnu-8020.121.3/libkern/libkern/ |
| H A D | _OSByteOrder.h | 48 ((__uint32_t)((((__uint32_t)(x) & 0xff000000U) >> 24) | \ 49 (((__uint32_t)(x) & 0x00ff0000U) >> 8) | \ 50 (((__uint32_t)(x) & 0x0000ff00U) << 8) | \ 51 (((__uint32_t)(x) & 0x000000ffU) << 24)))
|
| /xnu-8020.121.3/bsd/i386/ |
| H A D | types.h | 136 typedef __uint32_t user32_addr_t; 137 typedef __uint32_t user32_size_t; 140 typedef __uint32_t user32_ulong_t;
|
| H A D | _types.h | 47 typedef unsigned int __uint32_t; typedef 120 typedef __uint32_t __darwin_socklen_t; /* socklen_t (duh) */
|
| H A D | _param.h | 44 #define __DARWIN_ALIGNBYTES32 (sizeof(__uint32_t) - 1)
|
| /xnu-8020.121.3/bsd/arm/ |
| H A D | types.h | 128 typedef __uint32_t user32_addr_t; 129 typedef __uint32_t user32_size_t; 132 typedef __uint32_t user32_ulong_t;
|
| H A D | _types.h | 23 typedef unsigned int __uint32_t; typedef 96 typedef __uint32_t __darwin_socklen_t; /* socklen_t (duh) */
|
| H A D | _param.h | 20 #define __DARWIN_ALIGNBYTES32 (sizeof(__uint32_t) - 1)
|
| /xnu-8020.121.3/bsd/netinet/ |
| H A D | in_systm.h | 87 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 D | tcp.h | 80 typedef __uint32_t tcp_seq; 81 typedef __uint32_t tcp_cc; /* connection count per rfc1644 */
|
| /xnu-8020.121.3/libkern/libkern/i386/ |
| H A D | _OSByteOrder.h | 54 __uint32_t 56 __uint32_t _data in _OSSwapInt32()
|
| /xnu-8020.121.3/bsd/sys/_types/ |
| H A D | _in_addr_t.h | 31 typedef __uint32_t in_addr_t; /* base type for internet address */
|
| /xnu-8020.121.3/tests/ipc/ |
| H A D | kernel_signed_pac_thread_state.c | 178 __uint32_t __cpsr; /* Current program status register */ 179 __uint32_t __opaque_flags; /* Flags describing structure format */
|
| /xnu-8020.121.3/osfmk/arm/ |
| H A D | status.c | 39 __uint32_t __r[32]; 40 __uint32_t __fpscr;
|