/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | jfs.h | 100 typedef short s16; typedef 180 s16 s_l2bsize; /* 2: log2 of s_bsize */ 181 s16 s_l2bfactor; /* 2: log2(s_bsize/hardware block size) */ 183 s16 s_l2pbsize; /* 2: log2 of s_pbsize */ 184 s16 pad; /* 2: padding necessary for alignment */ 432 s16 nextindex; /* 2: next index = number of entries */ 433 s16 maxentry; /* 2: max number of entries */ 434 s16 rsrvd2; /* 2: */
|
/illumos-gate/usr/src/tools/smatch/src/validation/optim/ |
H A D | and-extend.c | 2 typedef short s16; typedef 14 s16 i = ((s16)x) & 0x7fff; in sfoo()
|
H A D | and-extendx.c | 2 typedef short s16; typedef
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | eepro100.c | 107 typedef signed short s16; typedef 230 volatile s16 status; 231 s16 command; 243 volatile s16 status; 244 s16 command; 264 s16 status; 265 s16 command;
|
H A D | pcnet32.c | 60 typedef signed short s16; typedef 200 s16 buf_length; 201 s16 status; 208 s16 length; 209 s16 status;
|
H A D | sis900.h | 369 typedef signed short s16; typedef
|
H A D | tlan.h | 46 typedef signed short s16; typedef
|
H A D | natsemi.c | 77 typedef int16_t s16; typedef
|
H A D | davicom.c | 55 typedef signed short s16; typedef
|
H A D | r8169.c | 58 typedef signed short s16; typedef
|
H A D | w89c840.c | 90 typedef signed short s16; typedef
|
H A D | sundance.c | 58 typedef signed short s16; typedef
|
H A D | forcedeth.c | 66 typedef signed short s16; typedef
|
H A D | ns83820.c | 59 typedef signed short s16; typedef
|
/illumos-gate/usr/src/uts/common/io/bnx/include/ |
H A D | bcmtype.h | 62 typedef s16 s16_t; 97 typedef int16_t s16; typedef 228 typedef S16 s16; typedef
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | bcmtype.h | 80 typedef s16 s16_t; 115 typedef int16_t s16; typedef 246 typedef S16 s16; typedef
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_types.h | 54 typedef int16_t s16; typedef
|
/illumos-gate/usr/src/cmd/od/ |
H A D | od.c | 111 typedef short s16; typedef 138 DECL_GET(s16) 166 DECL_OUT(sig_w, s16, " %6.05hd")
|
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/ |
H A D | osdep.h | 104 typedef int16_t s16; typedef
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_osdep.h | 140 typedef int16_t s16; typedef
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 164 typedef int16_t s16; typedef
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 95 typedef int16_t s16; typedef
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 199 typedef int16_t s16; typedef
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 453 s16 access; /* time (ms) to access mailbox */ 454 s16 execute; /* time (ms) to execute */
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_kernel_printf.c | 41 typedef signed short s16; typedef
|