Symbol: __uint16_t
usr/src/boot/include/arpa/inet.h
73
typedef __uint16_t uint16_t;
usr/src/boot/include/netinet/in.h
55
typedef __uint16_t uint16_t;
usr/src/boot/sys/sys/_stdint.h
59
typedef __uint16_t uint16_t;
usr/src/boot/sys/sys/_types.h
49
typedef __uint16_t __mode_t; /* permissions */
usr/src/boot/sys/sys/_types.h
52
typedef __uint16_t __nlink_t; /* link count */
usr/src/boot/sys/sys/dirent.h
52
__uint16_t d_reclen; /* length of this record */
usr/src/boot/sys/sys/endian.h
42
typedef __uint16_t uint16_t;
usr/src/boot/sys/sys/param.h
313
__uint16_t htons(__uint16_t);
usr/src/boot/sys/sys/param.h
315
__uint16_t ntohs(__uint16_t);
usr/src/boot/sys/sys/stat.h
104
__uint16_t st_dev; /* inode's device */
usr/src/boot/sys/sys/stat.h
108
__uint16_t st_uid; /* user ID of the file's owner */
usr/src/boot/sys/sys/stat.h
109
__uint16_t st_gid; /* group ID of the file's group */
usr/src/boot/sys/sys/stat.h
110
__uint16_t st_rdev; /* device type */
usr/src/boot/sys/sys/types.h
141
typedef __uint16_t in_port_t;
usr/src/boot/sys/sys/types.h
311
#define __bitcount16(x) __builtin_popcount((__uint16_t)(x))
usr/src/boot/sys/sys/types.h
319
static __inline __uint16_t
usr/src/boot/sys/sys/types.h
320
__bitcount16(__uint16_t _x)
usr/src/boot/sys/sys/types.h
74
typedef __uint16_t u_int16_t;
usr/src/boot/sys/x86/include/_types.h
125
typedef __uint16_t __uint_least16_t;
usr/src/boot/sys/x86/include/endian.h
66
#define __bswap16_gen(x) (__uint16_t)((x) << 8 | (x) >> 8)
usr/src/boot/sys/x86/include/endian.h
74
((__uint16_t)(__builtin_constant_p(x) ? \
usr/src/boot/sys/x86/include/endian.h
75
__bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
usr/src/boot/sys/x86/include/endian.h
91
static __inline __uint16_t
usr/src/boot/sys/x86/include/endian.h
92
__bswap16_var(__uint16_t _x)
usr/src/compat/bhyve/sys/types.h
23
typedef __uint16_t u_int16_t;
usr/src/uts/common/io/ntxn/nic_cmn.h
490
__uint16_t vlan;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1156
*(__uint16_t *)data = UNM_NIC_PCI_READ_16(addr);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1220
UNM_NIC_PCI_WRITE_16(*(__uint16_t *)data, addr);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1273
tmpw = *((__uint16_t *)data);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1409
*(__uint16_t *)data = val;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1463
tmpw = *((__uint16_t *)data);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1616
*(__uint16_t *)data = val;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
508
UNM_NIC_PCI_WRITE_16 (*(__uint16_t *)data, addr);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
573
UNM_NIC_PCI_WRITE_16 (*(__uint16_t *)data, addr);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
720
UNM_NIC_PCI_WRITE_16(*(__uint16_t *)data, (void *) (uptr_t)off);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
777
*(__uint16_t *)data = UNM_NIC_PCI_READ_16(addr);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
828
*(__uint16_t *)data = UNM_NIC_PCI_READ_16((void *) (uptr_t)off);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
884
*(__uint16_t *)data = UNM_NIC_PCI_READ_16(addr);