Home
last modified time | relevance | path

Searched refs:byte2 (Results 1 – 19 of 19) sorted by relevance

/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_crc.c128 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 Drfc2047.c88 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 Ddes_soft.c319 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 Ddes_soft.c282 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 Ddes_soft.c230 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 Dsoftdes.h92 #define byte2 _bytes._byte2 macro
/titanic_44/usr/src/uts/common/io/idm/
H A Didm_impl.c915 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 Dnxge_espc.h106 uint32_t byte2 : 8; member
112 uint32_t byte2 : 8;
/titanic_44/usr/src/cmd/luxadm/
H A Dqlgcupdate.c1359 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 Dmisc.c434 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 Dcdutils.c163 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 Dkiconv_tc.c89 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 Dg_scsi.h181 unsigned char byte2; member
/titanic_44/usr/src/lib/storage/libg_fc/common/
H A Dio.c239 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 Dmisc_scsi.c103 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 Drmf_misc.c1778 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 Dnpi_espc.c122 data[2] = mac0.bits.w0.byte2; in npi_espc_mac_addr_get()
/titanic_44/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_sc.c47 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 Dzfs.fth170 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 )