/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_crc.c | 128 uint8_t byte0, byte1, byte2, byte3; in iscsi_crc32c() local 151 byte1 = (uint8_t)((result >> 8) & 0xFF); in iscsi_crc32c() 154 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in iscsi_crc32c() 171 uint8_t byte0, byte1, byte2, byte3; in iscsi_crc32c_continued() local 188 byte1 = (uint8_t)((crc >> 16) & 0xFF); in iscsi_crc32c_continued() 191 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0); in iscsi_crc32c_continued() 203 byte1 = (uint8_t)((result >> 8) & 0xFF); in iscsi_crc32c_continued() 206 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in iscsi_crc32c_continued()
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | rfc2047.c | 88 unqp(unsigned char byte1, unsigned char byte2) in unqp() argument 90 if (hexindex[byte1] == -1 || hexindex[byte2] == -1) in unqp() 92 return (hexindex[byte1] << 4 | hexindex[byte2]); in unqp()
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 1358 char byte1; in emulex_fcode_reader() local 1404 byte1 = image[i++]; in emulex_fcode_reader() 1432 buffer1[b++] = byte1; in emulex_fcode_reader() 1437 if (pattern[n++] != byte1) { in emulex_fcode_reader() 1463 byte1 = image[i++]; in emulex_fcode_reader() 1526 buffer1[b++] = byte1; in emulex_fcode_reader() 1532 if (pattern[n++] != byte1) { in emulex_fcode_reader() 1553 byte1 = buffer1[b++]; in emulex_fcode_reader() 1558 if (byte1 >= 33 && byte1 <= 126) { in emulex_fcode_reader() 1559 buffer2[i] = byte1; in emulex_fcode_reader()
|
/titanic_41/usr/src/lib/libnsl/des/ |
H A D | des_soft.c | 318 work1.byte1 = data[1]; in __des_encrypt() 377 S_tab[1][ER.byte1] + \ in __des_encrypt() 386 P_tab[1][R.byte1] + \ in __des_encrypt() 464 data[1] = work2.byte1; in __des_encrypt()
|
/titanic_41/usr/src/lib/libcrypt/common/ |
H A D | des_soft.c | 281 work1.byte1 = data[1]; in des_encrypt() 343 S_tab[1][ER.byte1] + \ in des_encrypt() 352 P_tab[1][R.byte1] + \ in des_encrypt() 429 data[1] = work2.byte1; in des_encrypt()
|
/titanic_41/usr/src/uts/common/des/ |
H A D | des_soft.c | 229 work1.byte1 = data[1]; in des_encrypt() 301 S_tab[1][ER.byte1] + \ in des_encrypt() 310 P_tab[1][R.byte1] + \ in des_encrypt() 387 data[1] = work2.byte1; in des_encrypt()
|
H A D | softdes.h | 91 #define byte1 _bytes._byte1 macro
|
/titanic_41/usr/src/uts/common/io/idm/ |
H A D | idm_impl.c | 915 uint8_t byte0, byte1, byte2, byte3; in idm_crc32c() local 938 byte1 = (uint8_t)((result >> 8) & 0xFF); in idm_crc32c() 941 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in idm_crc32c() 958 uint8_t byte0, byte1, byte2, byte3; in idm_crc32c_continued() local 976 byte1 = (uint8_t)((crc >> 16) & 0xFF); in idm_crc32c_continued() 979 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0); in idm_crc32c_continued() 991 byte1 = (uint8_t)((result >> 8) & 0xFF); in idm_crc32c_continued() 994 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in idm_crc32c_continued()
|
/titanic_41/usr/src/uts/common/sys/nxge/ |
H A D | nxge_espc.h | 107 uint32_t byte1 : 8; member 111 uint32_t byte1 : 8;
|
/titanic_41/usr/src/lib/efcode/fcdriver/ |
H A D | misc.c | 434 char *str1, *str2, byte1, byte2; in fcd_comp() local 444 byte1 = POP(DS); in fcd_comp() 448 if (byte1 > byte2) { in fcd_comp() 452 if (byte1 < byte2) { in fcd_comp()
|
/titanic_41/usr/src/uts/common/kiconv/kiconv_tc/ |
H A D | kiconv_tc.c | 88 static uint32_t get_unicode_from_UDA(size_t plane_no, uchar_t byte1, 863 uchar_t byte1; in utf8_to_euctw() local 876 byte1 = 0xA1 + (index % 8836) / 94; in utf8_to_euctw() 901 byte1 = (euctw_val & 0xFF00) >> 8; in utf8_to_euctw() 916 *ob++ = byte1; in utf8_to_euctw()
|
/titanic_41/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_scsi.h | 180 unsigned char byte1; member
|
/titanic_41/usr/src/lib/storage/libg_fc/common/ |
H A D | io.c | 102 cdb.byte1 = action & ACTION_MASK; in g_scsi_persistent_reserve_in_cmd() 238 cdb.byte1 |= sp; /* set the save bit */ in g_scsi_writebuffer_cmd() 382 cdb.byte1 = (sp & 1) | 0x10; /* 0x10 is the PF bit */ in g_scsi_mode_select_cmd()
|
/titanic_41/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_espc.c | 121 data[1] = mac0.bits.w0.byte1; in npi_espc_mac_addr_get()
|
/titanic_41/usr/src/uts/common/kiconv/kiconv_sc/ |
H A D | kiconv_sc.c | 47 static int8_t gb2312_to_utf8(uchar_t byte1, uchar_t byte2, uchar_t *ob,
|
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 166 dup C@ ( byte0 addr byte1 ) 167 rot ( addr byte1 byte0 )
|