Searched defs:U16 (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_type.h74 typedef unsigned short U16; typedef
118 typedef U16 *PU16;
/illumos-gate/usr/src/uts/common/sys/
H A Dmdesc.h49 #define U16(_s) _s macro
54 #define U16(_s) ((uint16_t)(_s)) macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h124 typedef u16_t U16; typedef
175 typedef unsigned short U16; typedef
193 typedef unsigned short U16; typedef
203 typedef unsigned short U16; typedef
214 typedef unsigned short U16; typedef
230 typedef U16 u16_t;
241 typedef U16 u16;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c116 #define U16 uint16_t macro
122 U16 v;
173 { U16 v = A16(p); v = lz4_bswap16(v); d = (s) - v; }
175 { U16 v = (U16)(i); v = lz4_bswap16(v); A16(p) = v; p += 2; }
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c123 #define U16 uint16_t macro
133 U16 v;
188 { U16 v = A16(p); v = lz4_bswap16(v); d = (s) - v; }
190 { U16 v = (U16)(i); v = lz4_bswap16(v); A16(p) = v; p += 2; }
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c274 #define U16 unsigned __int16 macro
280 #define U16 uint16_t macro
291 U16 v;
364 { U16 v = A16(p); v = lz4_bswap16(v); d = (s) - v; }
366 { U16 v = (U16)(i); v = lz4_bswap16(v); A16(p) = v; p += 2; }
694 U16 *HashTable = (U16 *) (srt->hashTable);
696 U16 HashTable[HASH64KTABLESIZE] = { 0 };
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c291 #define U16 unsigned __int16 macro
297 #define U16 uint16_t macro
308 U16 v;
381 { U16 v = A16(p); v = lz4_bswap16(v); d = (s) - v; }
383 { U16 v = (U16)(i); v = lz4_bswap16(v); A16(p) = v; p += 2; }
717 U16 *HashTable = (U16 *) (srt->hashTable);
719 U16 HashTable[HASH64KTABLESIZE] = { 0 };
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dnic_cmn.h207 typedef uint16_t U16; typedef
378 /* changed to U16 to add mss */
636 U16 ICV;
637 U16 ICV1;
638 U16 ICV2;
639 U16 ICV3;
640 U16 ICV4;
641 U16 ICV5;
H A Dunm_inc.h51 typedef uint16_t U16; typedef
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dfusion.h23 #define U16 uint16_t macro
112 U16 Reserved1;
133 U16 PrimaryApplicationTag; /* 0x18 */
134 U16 PrimaryApplicationTagMask; /* 0x1A */
141 U16 Length;
163 U16 Reserved1;
208 U16 SMID; /* 0x02 */
209 U16 LMID; /* 0x04 */
210 U16 DescriptorTypeDependent; /* 0x06 */
221 U16 SMI
[all...]

Completed in 68 milliseconds