Home
last modified time | relevance | path

Searched refs:__uint16_t (Results 1 – 17 of 17) 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) in __bswap16_var()
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 Dtypes.h74 typedef __uint16_t u_int16_t;
141 typedef __uint16_t in_port_t;
311 #define __bitcount16(x) __builtin_popcount((__uint16_t)(x))
319 static __inline __uint16_t
320 __bitcount16(__uint16_t _x) in __bitcount16()
H A Dparam.h313 __uint16_t htons(__uint16_t);
315 __uint16_t ntohs(__uint16_t);
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 D_types.h49 typedef __uint16_t __mode_t; /* permissions */
52 typedef __uint16_t __nlink_t; /* link count */
H A Ddirent.h52 __uint16_t d_reclen; /* length of this record */
H A D_stdint.h59 typedef __uint16_t uint16_t;
H A Dendian.h42 typedef __uint16_t uint16_t;
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c508 UNM_NIC_PCI_WRITE_16 (*(__uint16_t *)data, addr); in unm_nic_hw_write_ioctl_128M()
573 UNM_NIC_PCI_WRITE_16 (*(__uint16_t *)data, addr); in unm_nic_hw_write_wx_128M()
720 UNM_NIC_PCI_WRITE_16(*(__uint16_t *)data, (void *) (uptr_t)off); in unm_nic_hw_write_wx_2M()
777 *(__uint16_t *)data = UNM_NIC_PCI_READ_16(addr); in unm_nic_hw_read_ioctl_128M()
884 *(__uint16_t *)data = UNM_NIC_PCI_READ_16(addr); in unm_nic_hw_read_wx_128M()
1156 *(__uint16_t *)data = UNM_NIC_PCI_READ_16(addr); in unm_nic_pci_mem_read_direct()
1220 UNM_NIC_PCI_WRITE_16(*(__uint16_t *)data, addr); in unm_nic_pci_mem_write_direct()
1273 tmpw = *((__uint16_t *)data); in unm_nic_pci_mem_write_128M()
1409 *(__uint16_t *)data = val; in unm_nic_pci_mem_read_128M()
1463 tmpw = *((__uint16_t *)data); in unm_nic_pci_mem_write_2M()
[all …]
H A Dnic_cmn.h490 __uint16_t vlan;
H A Dunm_inc.h44 typedef unsigned short __uint16_t; typedef
/illumos-gate/usr/src/compat/bhyve/x86/
H A D_types.h25 typedef unsigned short __uint16_t; typedef
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dtypes.h23 typedef __uint16_t u_int16_t;
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h73 typedef __uint16_t uint16_t;
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h55 typedef __uint16_t uint16_t;
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog151 (__uint16_t): Likewise.
407 (__uint16_t): Likewise.
731 (__uint16_t): Renamed to ...