Searched defs:u16 (Results 1 - 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dostypes.h44 typedef unsigned short u16; typedef
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dtag_list.c28 #define u16 unsigned short macro
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacwin.h67 typedef unsigned short u16; typedef
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_ndd.c193 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 Dres_init.c777 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 Dbcmtype.h75 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 Dpx_tools_4u.c81 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 Dixgbe_osdep.h137 typedef uint16_t u16; typedef
143 #define __le16 u16
146 #define __be16 u16
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h203 typedef uint16_t u16; typedef
208 #define __le16 u16
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h103 typedef uint16_t u16; typedef
112 #define __le16 u16
115 #define __be16 u16
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h159 #define __le16 u16
168 typedef uint16_t u16; typedef
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddavicom.c54 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 Dnatsemi.c76 typedef uint16_t u16; typedef
85 #define get_u16(ptr) (*(u16 *)(ptr))
H A Deepro100.c106 typedef unsigned short u16; typedef
247 u16 count;
248 u16 size;
555 u16 intr_status;
H A Dpcnet32.c59 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 Dr8169.c57 typedef unsigned short u16; typedef
321 static const u16 rtl8169_intr_mask =
507 u16 nstype;
516 nstype = htons((u16) t);
H A Dsundance.c57 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 Dw89c840.c89 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 Dod.c103 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 Dpci_tools.c80 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 Dosdep.h151 typedef uint16_t u16; typedef
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h98 #define u16 uint16_t macro
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_common.h194 uint16_t u16[4]; member in union:__anon8869
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Djfs.h99 typedef unsigned short u16; typedef
106 typedef u16 UniChar;
/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h125 typedef UINT16_TYPE u16; /* 2-byte unsigned integer */ typedef
272 u16 flags; /* Flags associated with this database */

Completed in 114 milliseconds

12