Searched refs:__uint16_t (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/boot/sys/x86/include/
H A Dendian.h66 #define __bswap16_gen(x) (__uint16_t)((x) << 8 | (x) >> 8)
74 ((__uint16_t)(__builtin_constant_p(x) ? \
75 __bswap16_gen((__uint16_t)(x)) : __bswap16_var(x)))
91 static __inline __uint16_t
92 __bswap16_var(__uint16_t _x)
H A D_types.h54 typedef unsigned short __uint16_t; typedef
125 typedef __uint16_t __uint_least16_t;
/illumos-gate/usr/src/boot/sys/sys/
H A D_types.h49 typedef __uint16_t __mode_t; /* permissions */
52 typedef __uint16_t __nlink_t; /* link count */
H A D_stdint.h59 typedef __uint16_t uint16_t;
H A Ddirent.h52 __uint16_t d_reclen; /* length of this record */
H A Dparam.h313 __uint16_t htons(__uint16_t);
315 __uint16_t ntohs(__uint16_t);
H A Dtypes.h66 typedef __uint16_t u_int16_t;
133 typedef __uint16_t in_port_t;
299 #define __bitcount16(x) __builtin_popcount((__uint16_t)(x))
307 static __inline __uint16_t
308 __bitcount16(__uint16_t _x)
H A Dstat.h104 __uint16_t st_dev; /* inode's device */
108 __uint16_t st_uid; /* user ID of the file's owner */
109 __uint16_t st_gid; /* group ID of the file's group */
110 __uint16_t st_rdev; /* device type */
H A Dendian.h42 typedef __uint16_t uint16_t;
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h73 typedef __uint16_t uint16_t;
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c503 UNM_NIC_PCI_WRITE_16 (*(__uint16_t *)data, addr);
568 UNM_NIC_PCI_WRITE_16 (*(__uint16_t *)data, addr);
716 UNM_NIC_PCI_WRITE_16(*(__uint16_t *)data, (void *) (uptr_t)off);
773 *(__uint16_t *)data = UNM_NIC_PCI_READ_16(addr);
825 *(__uint16_t *)data = UNM_NIC_PCI_READ_16((void *) (uptr_t)off);
881 *(__uint16_t *)data = UNM_NIC_PCI_READ_16(addr);
1154 *(__uint16_t *)data = UNM_NIC_PCI_READ_16(addr);
1218 UNM_NIC_PCI_WRITE_16(*(__uint16_t *)data, addr);
1271 tmpw = *((__uint16_t *)data);
1407 *(__uint16_t *)dat
[all...]
H A Dnic_cmn.h490 __uint16_t vlan;
H A Dunm_inc.h44 typedef unsigned short __uint16_t; typedef
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h55 typedef __uint16_t uint16_t;

Completed in 91 milliseconds