/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | ostypes.h | 45 typedef unsigned char u8; typedef
|
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/ |
H A D | tag_list.c | 29 #define u8 unsigned char macro
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acwin.h | 66 typedef unsigned char u8; typedef
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kiconv_cck_common.h | 109 uchar_t u8[4]; member in struct:__anon8035
|
H A D | kiconv.h | 117 uchar_t u8[3]; member in struct:__anon8032 121 uint32_t u8:24; member in struct:__anon8033
|
/illumos-gate/usr/src/uts/common/kiconv/kiconv_sc/ |
H A D | kiconv_cck_common.c | 87 uint32_t u8; local 154 u8 = *ib++; 156 if (KICONV_IS_INVALID_UTF8_SECOND_BYTE(*ib, u8)) 158 u8 = (u8 << 8) | *ib++; 169 u8 = (u8 << 8) | *ib++; 173 sz = ptr_utf8tocck(u8, &ib, ibtail, ob, obtail, &ret_val); 200 uint32_t u8; local 241 u8 [all...] |
H A D | kiconv_sc.c | 702 uchar_t *u8; local 710 u8 = kiconv_gb2312_utf8[index]; 711 sz = u8_number_of_bytes[u8[0]]; 719 *ob++ = u8[index]; 726 u8[0] == KICONV_UTF8_REPLACEMENT_CHAR1 && 727 u8[1] == KICONV_UTF8_REPLACEMENT_CHAR2 && 728 u8[2] == KICONV_UTF8_REPLACEMENT_CHAR3) 746 uchar_t *u8; local 767 u8 = u8array; 772 u8 [all...] |
/illumos-gate/usr/src/lib/libast/common/features/ |
H A D | align.c | 45 void* u8; member in union:_u_
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_ndd.c | 192 uint8_t u8; local 244 value = (uchar_t *)&u8; 272 new_value = u8; 334 uint8_t u8; local 383 u8 = (uint8_t)new_value; 384 vp = (uchar_t *)&u8;
|
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aes_amd64.s | 237 #define u8(x) [f2(x)], [x], [x], [f3(x)], [f2(x)], [x], [x], [f3(x)] define 697 enc_vals(u8)
|
/illumos-gate/usr/src/common/crypto/chacha/ |
H A D | chacha.c | 12 typedef unsigned char u8; typedef 19 #define U8V(v) ((u8)(v) & U8C(0xFF)) 54 chacha_keysetup(chacha_ctx_t *x,const u8 *k,u32 kbits,u32 ivbits) 79 chacha_ivsetup(chacha_ctx_t *x,const u8 *iv) 88 chacha_encrypt_bytes(chacha_ctx_t *x,const u8 *m,u8 *c,u32 bytes) 92 u8 *ctarget = NULL; 93 u8 tmp[64];
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | bcmtype.h | 76 typedef u8 u8_t; 111 typedef u_int8_t u8; typedef 242 typedef U8 u8; typedef
|
/illumos-gate/usr/src/uts/common/kiconv/kiconv_ko/ |
H A D | kiconv_ko.c | 543 uchar_t *u8; local 554 u8 = udc; 558 u8 = table[index].u8; 561 sz = u8_number_of_bytes[u8[0]]; 572 *ob++ = u8[index];
|
/illumos-gate/usr/src/uts/sun4u/io/px/ |
H A D | px_tools_4u.c | 82 uint8_t u8; member in union:__anon9796 149 *value_p = (uint64_t)peek_value.u8; 188 poke_value.u8 = (uint8_t)value;
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_osdep.h | 136 typedef uint8_t u8; typedef
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | kiconv.c | 193 uint32_t u8; local 296 u8 = *ib++; 300 if (*ib < u8_valid_min_2nd_byte[u8] || 301 *ib > u8_valid_max_2nd_byte[u8]) { 314 u8 = (u8 << 8) | ((uint32_t)*ib); 322 if (to_sb_tbl[id][i].u8 == u8) 324 else if (to_sb_tbl[id][i].u8 < u8) 461 uint32_t u8; local [all...] |
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 202 typedef uint8_t u8; typedef
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_gld.c | 853 uint8_t *u8; local 886 u8 = pr_val; 887 *u8 = 1; 919 u8 = pr_val; 920 *u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_100MB) != 0; 928 u8 = pr_val; 929 *u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_1GB) != 0; 937 u8 = pr_val; 938 *u8 = (i40e->i40e_phy.link_speed & I40E_LINK_SPEED_10GB) != 0; 946 u8 [all...] |
H A D | i40e_osdep.h | 101 typedef uint8_t u8; typedef
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 167 typedef uint8_t u8; typedef
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | davicom.c | 52 typedef unsigned char u8; typedef
|
H A D | natsemi.c | 74 typedef uint8_t u8; typedef
|
/illumos-gate/usr/src/cmd/od/ |
H A D | od.c | 102 typedef unsigned char u8; typedef 129 DECL_GET(u8) 153 DECL_OUT(oct_b, u8, " %03o") 157 DECL_OUT(dec_b, u8, " %03u") 165 DECL_OUT(hex_b, u8, " %02x")
|
/illumos-gate/usr/src/uts/common/kiconv/kiconv_tc/ |
H A D | kiconv_tc.c | 657 uchar_t *u8; local 660 u8 = table[index].u8; 661 sz = u8_number_of_bytes[u8[0]]; 672 *ob++ = u8[index]; 729 uchar_t *u8; local 735 u8 = kiconv_cns1_utf8[index].u8; 740 u8 = kiconv_cns2_utf8[index].u8; 820 uchar_t *u8; local [all...] |
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_tools.c | 81 uint8_t u8; member in union:__anon9790 173 *value_p = (uint64_t)peek_value.u8; 212 poke_value.u8 = (uint8_t)value;
|