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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt_wrap/
H A Dcipher_wrap.h40 typedef grub_uint16_t u16; typedef
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dtypes.h40 typedef uint16_t u16; typedef
61 typedef u16 __bitwise le16;
69 typedef u16 __bitwise sle16;
73 typedef u16 __bitwise be16;
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_init.c867 u_int16_t u16; local
876 u16 = getpid();
877 memcpy(statp->_u._ext._rnd + 12, &u16, 2);
884 u_int16_t u16; local
888 u16 = (u_int16_t) (now.tv_sec ^ now.tv_usec);
890 memcpy(statp->_u._ext._rnd + 14, &u16, 2);
900 memcpy(&u16, statp->_u._ext._rnd + 14, 2);
901 return ((u_int) u16);
/osnet-11/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;
H A Dforcedeth.c65 typedef unsigned short u16; typedef
288 u16 Length;
289 u16 Flags;
338 u16 tx_flags;
843 u16 nstype;
844 //u16 status;
855 nstype = htons((u16) t); /* type */
H A Dns83820.c58 typedef unsigned short u16; typedef
398 u16 next_rx, next_empty;
406 u16 tx_done_idx;
407 u16 tx_idx;
408 u16 tx_intr_idx;
724 u16 nstype;
733 nstype = htons((u16) t);
H A Dsis900.h368 typedef unsigned short u16; typedef
H A Dtlan.h45 typedef unsigned short u16; typedef
96 u16 vendorId;
97 u16 deviceId;
100 u16 addrOfs;
396 inline u8 TLan_DioRead8(u16 base_addr, u16 internal_addr)
406 inline u16 TLan_DioRead16(u16 base_addr, u16 internal_addr)
416 inline u32 TLan_DioRead32(u16 base_add
[all...]
H A Dtulip.c122 typedef uint16_t u16; typedef
131 #define get_u16(ptr) (*(u16 *)(ptr))
279 static u16 t21041_csr13[] = { 0xEF01, 0xEF09, 0xEF09, 0xEF01, 0xEF09, };
280 static u16 t21041_csr14[] = { 0xFFFF, 0xF7FD, 0xF7FD, 0x7F3F, 0x7F3D, };
281 static u16 t21041_csr15[] = { 0x0008, 0x0006, 0x000E, 0x0008, 0x0008, };
284 static u16 t21142_csr13[] = { 0x0001, 0x0009, 0x0009, 0x0000, 0x0001, };
286 static u16 t21142_csr14[] = { 0xFFFF, 0x0705, 0x0705, 0x0000, 0x7F3D, };
288 static u16 t21142_csr15[] = { 0x0008, 0x0006, 0x000E, 0x0008, 0x0008, };
326 u16 defaultmedia;
425 u16 sym_advertis
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_types.h62 typedef uint16_t u16; typedef
70 typedef u16 uint16;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Djfs.h99 typedef unsigned short u16; typedef
106 typedef u16 UniChar;
/osnet-11/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 */
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c4422 uint16_t u16; local
4443 u16 = vdp->vd_val;
4444 val = &u16;

Completed in 90 milliseconds