Home
last modified time | relevance | path

Searched refs:__uint16_t (Results 1 – 16 of 16) sorted by relevance

/xnu-8020.121.3/osfmk/mach/i386/
H A D_structs.h290 __uint16_t __fpu_fop; /* x87 FPU Opcode */
292 __uint16_t __fpu_cs; /* x87 FPU Instruction Pointer Selector */
293 __uint16_t __fpu_rsrv2; /* reserved */
295 __uint16_t __fpu_ds; /* x87 FPU Instruction Operand(Data) Pointer Selector */
296 __uint16_t __fpu_rsrv3; /* reserved */
327 __uint16_t __fpu_fop; /* x87 FPU Opcode */
329 __uint16_t __fpu_cs; /* x87 FPU Instruction Pointer Selector */
330 __uint16_t __fpu_rsrv2; /* reserved */
332 __uint16_t __fpu_ds; /* x87 FPU Instruction Operand(Data) Pointer Selector */
333 __uint16_t __fpu_rsrv3; /* reserved */
[all …]
/xnu-8020.121.3/bsd/sys/
H A D_endian.h102 __uint16_t ntohs(__uint16_t);
103 __uint16_t htons(__uint16_t);
111 #define ntohs(x) ((__uint16_t)(x))
113 #define htons(x) ((__uint16_t)(x))
139 #define ntohs(x) ((__uint16_t)__builtin_bswap16((__uint16_t)(x)))
140 #define htons(x) ((__uint16_t)__builtin_bswap16((__uint16_t)(x)))
157 #define NTOHS(x) (x) = ntohs((__uint16_t)x)
160 #define HTONS(x) (x) = htons((__uint16_t)x)
H A Dipc.h128 __uint16_t cuid; /* Creator's user ID */
129 __uint16_t cgid; /* Creator's group ID */
130 __uint16_t uid; /* Owner's user ID */
131 __uint16_t gid; /* Owner's group ID */
133 __uint16_t seq; /* Reserved for internal use */
H A Ddirent.h91 __uint16_t d_reclen; /* length of this record */
105 __uint16_t d_reclen; /* length of this record */ \
106 __uint16_t d_namlen; /* length of string in d_name */ \
H A Dstat.h119 __uint16_t st_dev; /* inode's device */
123 __uint16_t st_uid; /* user ID of the file's owner */
124 __uint16_t st_gid; /* group ID of the file's group */
125 __uint16_t st_rdev; /* device type */
H A Dvsock.h52 __uint16_t svm_reserved1;
H A D_types.h71 typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */
H A Dsocket.h631 __uint16_t sp_family; /* address family */
632 __uint16_t sp_protocol; /* protocol */
1146 __uint16_t sa_family; /* address family */
/xnu-8020.121.3/libkern/libkern/
H A D_OSByteOrder.h44 ((__uint16_t)((((__uint16_t)(x) & 0xff00U) >> 8) | \
45 (((__uint16_t)(x) & 0x00ffU) << 8)))
85 ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
/xnu-8020.121.3/libkern/libkern/i386/
H A D_OSByteOrder.h45 __uint16_t
47 __uint16_t _data in _OSSwapInt16()
50 return (__uint16_t)((_data << 8) | (_data >> 8)); in _OSSwapInt16()
/xnu-8020.121.3/bsd/sys/_types/
H A D_in_port_t.h31 typedef __uint16_t in_port_t;
H A D_nlink_t.h31 typedef __uint16_t nlink_t; /* link count */
/xnu-8020.121.3/bsd/netinet/
H A Din_systm.h86 typedef __uint16_t n_short; /* short as received from the net */
/xnu-8020.121.3/bsd/i386/
H A D_types.h45 typedef unsigned short __uint16_t; typedef
/xnu-8020.121.3/bsd/arm/
H A D_types.h21 typedef unsigned short __uint16_t; typedef
/xnu-8020.121.3/bsd/netinet6/
H A Din6.h161 __uint16_t __u6_addr16[8];