Searched refs:byte3 (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_crc.c128 uint8_t byte0, byte1, byte2, byte3; local
153 byte3 = (uint8_t)((result >> 24) & 0xFF);
154 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
171 uint8_t byte0, byte1, byte2, byte3; local
190 byte3 = (uint8_t)(crc & 0xFF);
191 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0);
205 byte3 = (uint8_t)((result >> 24) & 0xFF);
206 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
/illumos-gate/usr/src/uts/common/des/
H A Dsoftdes.h93 #define byte3 _bytes._byte3 macro
H A Ddes_soft.c231 work1.byte3 = data[3];
303 S_tab[3][ER.byte3] + \
312 P_tab[3][R.byte3]; \
389 data[3] = work2.byte3;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_espc.h105 uint32_t byte3 : 8; member in struct:_mac_addr_0_t::__anon8199::__anon8200
113 uint32_t byte3 : 8;
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_soft.c283 work1.byte3 = data[3];
345 S_tab[3][ER.byte3] + \
354 P_tab[3][R.byte3]; \
431 data[3] = work2.byte3;
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h182 unsigned char byte3; member in struct:__anon4391
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_impl.c915 uint8_t byte0, byte1, byte2, byte3; local
940 byte3 = (uint8_t)((result >> 24) & 0xFF);
941 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
958 uint8_t byte0, byte1, byte2, byte3; local
978 byte3 = (uint8_t)(crc & 0xFF);
979 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0);
993 byte3 = (uint8_t)((result >> 24) & 0xFF);
994 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c320 work1.byte3 = data[3];
379 S_tab[3][ER.byte3] + \
388 P_tab[3][R.byte3]; \
466 data[3] = work2.byte3;
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c1360 char byte3; local
1465 byte3 = image[i++];
1488 buffer1[b++] = byte3;
1494 if (pattern[n++] != byte3) {
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dio.c240 cdb.byte3 = off>>16; /* bytes 3-5 contain file offset */
274 cdb.byte3 = (code_off >> 16) & 0xff;
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_espc.c123 data[3] = mac0.bits.w0.byte3;

Completed in 88 milliseconds