/titanic_44/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 152 byte2 = (uint8_t)((result >> 16) & 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 189 byte2 = (uint8_t)((crc >> 8) & 0xFF); in iscsi_crc32c_continued() 191 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0); in iscsi_crc32c_continued() 204 byte2 = (uint8_t)((result >> 16) & 0xFF); in iscsi_crc32c_continued() 206 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in iscsi_crc32c_continued()
|
/titanic_44/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_44/usr/src/lib/libnsl/des/ |
H A D | des_soft.c | 319 work1.byte2 = data[2]; in __des_encrypt() 378 S_tab[2][ER.byte2] + \ in __des_encrypt() 387 P_tab[2][R.byte2] + \ in __des_encrypt() 465 data[2] = work2.byte2; in __des_encrypt()
|
/titanic_44/usr/src/lib/libcrypt/common/ |
H A D | des_soft.c | 282 work1.byte2 = data[2]; in des_encrypt() 344 S_tab[2][ER.byte2] + \ in des_encrypt() 353 P_tab[2][R.byte2] + \ in des_encrypt() 430 data[2] = work2.byte2; in des_encrypt()
|
/titanic_44/usr/src/uts/common/des/ |
H A D | des_soft.c | 230 work1.byte2 = data[2]; in des_encrypt() 302 S_tab[2][ER.byte2] + \ in des_encrypt() 311 P_tab[2][R.byte2] + \ in des_encrypt() 388 data[2] = work2.byte2; in des_encrypt()
|
H A D | softdes.h | 92 #define byte2 _bytes._byte2 macro
|
/titanic_44/usr/src/uts/common/io/idm/ |
H A D | idm_impl.c | 915 uint8_t byte0, byte1, byte2, byte3; in idm_crc32c() local 939 byte2 = (uint8_t)((result >> 16) & 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 977 byte2 = (uint8_t)((crc >> 8) & 0xFF); in idm_crc32c_continued() 979 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0); in idm_crc32c_continued() 992 byte2 = (uint8_t)((result >> 16) & 0xFF); in idm_crc32c_continued() 994 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in idm_crc32c_continued()
|
/titanic_44/usr/src/uts/common/sys/nxge/ |
H A D | nxge_espc.h | 106 uint32_t byte2 : 8; member 112 uint32_t byte2 : 8;
|
/titanic_44/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 1359 char byte2; in emulex_fcode_reader() local 1405 byte2 = image[i++]; in emulex_fcode_reader() 1410 buffer1[b++] = byte2; in emulex_fcode_reader() 1416 if (pattern[n++] != byte2) { in emulex_fcode_reader() 1464 byte2 = image[i++]; in emulex_fcode_reader() 1507 buffer1[b++] = byte2; in emulex_fcode_reader() 1513 if (pattern[n++] != byte2) { in emulex_fcode_reader()
|
/titanic_44/usr/src/lib/efcode/fcdriver/ |
H A D | misc.c | 434 char *str1, *str2, byte1, byte2; in fcd_comp() local 447 byte2 = POP(DS); in fcd_comp() 448 if (byte1 > byte2) { in fcd_comp() 452 if (byte1 < byte2) { in fcd_comp()
|
/titanic_44/usr/src/cmd/hal/utils/ |
H A D | cdutils.c | 163 uchar_t byte2; in get_mode_page() local 167 byte2 = (uchar_t)(((pc << 6) & 0xC0) | (page_no & 0x3f)); in get_mode_page() 170 if ((ret = mode_sense(fd, byte2, 1, 254, buf)) == 0) { in get_mode_page()
|
/titanic_44/usr/src/uts/common/kiconv/kiconv_tc/ |
H A D | kiconv_tc.c | 89 uchar_t byte2); 864 uchar_t byte2; in utf8_to_euctw() local 877 byte2 = 0xA1 + index % 94; in utf8_to_euctw() 902 byte2 = euctw_val & 0xFF; in utf8_to_euctw() 917 *ob = byte2; in utf8_to_euctw()
|
/titanic_44/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_scsi.h | 181 unsigned char byte2; member
|
/titanic_44/usr/src/lib/storage/libg_fc/common/ |
H A D | io.c | 239 cdb.byte2 = (char)(bid & 0xff); in g_scsi_writebuffer_cmd() 348 cdb.byte2 |= page_code; /* requested page */ in g_scsi_log_sense_cmd() 430 cdb.byte2 = (pc << 6) + page_code; in g_scsi_mode_sense_cmd()
|
/titanic_44/usr/src/cmd/cdrw/ |
H A D | misc_scsi.c | 103 uchar_t byte2, *buf; in get_mode_page() local 106 byte2 = (uchar_t)(((pc << 6) & 0xC0) | (page_no & 0x3f)); in get_mode_page() 110 ret = mode_sense(fd, byte2, 1, 254, buf); in get_mode_page()
|
/titanic_44/usr/src/cmd/rmformat/ |
H A D | rmf_misc.c | 1778 uchar_t byte2, *buf; in get_mode_page() local 1781 byte2 = (uchar_t)(((pc << 6) & 0xC0) | (page_no & 0x3f)); in get_mode_page() 1785 ret = mode_sense(fd, byte2, 1, 254, buf); in get_mode_page()
|
/titanic_44/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_espc.c | 122 data[2] = mac0.bits.w0.byte2; in npi_espc_mac_addr_get()
|
/titanic_44/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_44/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 170 dup C@ 8 lshift ( d addr byte2 ) 171 swap 1+ ( d byte2 addr++ ) 172 dup C@ swap 1+ ( d byte2 byte3 addr++ ) 173 -rot ( d s_addr byte2 byte3 )
|