/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | ostypes.h | 44 typedef unsigned short u16; typedef
|
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/ |
H A D | tag_list.c | 28 #define u16 unsigned short macro
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acwin.h | 67 typedef unsigned short u16; typedef
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_ndd.c | 193 uint16_t u16; local 247 value = (uchar_t *)&u16; 275 new_value = u16; 335 uint16_t u16; local 387 u16 = (uint16_t)new_value; 388 vp = (uchar_t *)&u16;
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_init.c | 777 u_int16_t u16; local 786 u16 = getpid(); 787 memcpy(statp->_u._ext._rnd + 12, &u16, 2); 794 u_int16_t u16; local 798 u16 = (u_int16_t) (now.tv_sec ^ now.tv_usec); 800 memcpy(statp->_u._ext._rnd + 14, &u16, 2); 810 memcpy(&u16, statp->_u._ext._rnd + 14, 2); 811 return ((u_int) u16);
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | bcmtype.h | 75 typedef u16 u16_t; 110 typedef u_int16_t u16; typedef 241 typedef U16 u16; typedef
|
/illumos-gate/usr/src/uts/sun4u/io/px/ |
H A D | px_tools_4u.c | 81 uint16_t u16; member in union:__anon9796 146 *value_p = (uint64_t)peek_value.u16; 185 poke_value.u16 = (uint16_t)value;
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_osdep.h | 137 typedef uint16_t u16; typedef 143 #define __le16 u16 146 #define __be16 u16
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 203 typedef uint16_t u16; typedef 208 #define __le16 u16
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 103 typedef uint16_t u16; typedef 112 #define __le16 u16 115 #define __be16 u16
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 159 #define __le16 u16 168 typedef uint16_t u16; typedef
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | davicom.c | 54 typedef unsigned short u16; typedef 169 static void phy_write(int, u16); 214 u16 phy_data; 256 static void phy_write(int location, u16 phy_data) 258 u16 i, phy_addr=1;
|
H A D | natsemi.c | 76 typedef uint16_t u16; typedef 85 #define get_u16(ptr) (*(u16 *)(ptr))
|
H A D | eepro100.c | 106 typedef unsigned short u16; typedef 247 u16 count; 248 u16 size; 555 u16 intr_status;
|
H A D | pcnet32.c | 59 typedef unsigned short u16; typedef 216 u16 mode; 217 u16 tlen_rlen; 219 u16 reserved; 227 u16(*read_csr) (unsigned long, int); 228 void (*write_csr) (unsigned long, int, u16); 229 u16(*read_bcr) (unsigned long, int); 230 void (*write_bcr) (unsigned long, int, u16); 231 u16(*read_rap) (unsigned long); 232 void (*write_rap) (unsigned long, u16); [all...] |
H A D | r8169.c | 57 typedef unsigned short u16; typedef 321 static const u16 rtl8169_intr_mask = 507 u16 nstype; 516 nstype = htons((u16) t);
|
H A D | sundance.c | 57 typedef unsigned short u16; typedef 400 u16 addr16; 520 u16 nstype; 528 nstype = htons((u16) t); 589 u16 mii_ctl; 603 ((u16 *) ee_data)[i] = 711 u16 mii_advertise, mii_lpa; 870 u16 mc_filter[4]; /* Multicast hash filter */
|
H A D | w89c840.c | 89 typedef unsigned short u16; typedef 253 u16 advertising; /* NWay media advertisement */ 521 w840private.tx_q_bytes = (u16) s; 615 u16 sum = 0;
|
/illumos-gate/usr/src/cmd/od/ |
H A D | od.c | 103 typedef unsigned short u16; typedef 130 DECL_GET(u16) 154 DECL_OUT(oct_w, u16, " %06ho") 158 DECL_OUT(dec_w, u16, " %05hu") 166 DECL_OUT(hex_w, u16, " %04hx")
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_tools.c | 80 uint16_t u16; member in union:__anon9790 170 *value_p = (uint64_t)peek_value.u16; 209 poke_value.u16 = (uint16_t)value;
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | osdep.h | 151 typedef uint16_t u16; typedef
|
/illumos-gate/usr/src/uts/common/io/xge/drv/ |
H A D | xge_osdep.h | 98 #define u16 uint16_t macro
|
/illumos-gate/usr/src/uts/common/sys/rsm/ |
H A D | rsm_common.h | 194 uint16_t u16[4]; member in union:__anon8869
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | jfs.h | 99 typedef unsigned short u16; typedef 106 typedef u16 UniChar;
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | sqliteInt.h | 125 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */ typedef 272 u16 flags; /* Flags associated with this database */
|