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

/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_crc.c128 uint8_t byte0, byte1, byte2, byte3; local
150 byte0 = (uint8_t)(result & 0xFF);
154 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
171 uint8_t byte0, byte1, byte2, byte3; local
187 byte0 = (uint8_t)((crc >> 24) & 0xFF);
191 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0);
202 byte0 = (uint8_t)(result & 0xFF);
206 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
/opensolaris-onvv-gate/usr/src/uts/common/des/
H A Dsoftdes.h90 #define byte0 _bytes._byte0 macro
H A Ddes_soft.c237 work1.byte0 = data[0];
309 S_tab[0][ER.byte0] + \
318 P_tab[0][R.byte0] + \
395 data[0] = work2.byte0;
/opensolaris-onvv-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_espc.h108 uint32_t byte0 : 8; member in struct:_mac_addr_0_t::__anon8283::__anon8284
110 uint32_t byte0 : 8;
/opensolaris-onvv-gate/usr/src/lib/libcrypt/common/
H A Ddes_soft.c287 work1.byte0 = data[0];
349 S_tab[0][ER.byte0] + \
358 P_tab[0][R.byte0] + \
435 data[0] = work2.byte0;
/opensolaris-onvv-gate/usr/src/uts/common/io/idm/
H A Didm_impl.c915 uint8_t byte0, byte1, byte2, byte3; local
937 byte0 = (uint8_t)(result & 0xFF);
941 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
958 uint8_t byte0, byte1, byte2, byte3; local
975 byte0 = (uint8_t)((crc >> 24) & 0xFF);
979 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0);
990 byte0 = (uint8_t)(result & 0xFF);
994 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
/opensolaris-onvv-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c324 work1.byte0 = data[0];
383 S_tab[0][ER.byte0] + \
392 P_tab[0][R.byte0] + \
470 data[0] = work2.byte0;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dstmf.h406 uint32_t page_len, uint8_t byte0, uint32_t vpd_mask);
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c2225 uint8_t byte0; local
2234 byte0 = DTYPE_DIRECT;
2384 p[0] = byte0;
2408 p[0] = byte0;
2416 bsize, byte0, STMF_VPD_LU_ID|STMF_VPD_TARGET_ID|
2430 p[0] = byte0;
2471 p[0] = byte0;
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_espc.c120 data[0] = mac0.bits.w0.byte0;
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c6146 uint32_t page_len, uint8_t byte0, uint32_t vpd_mask)
6160 page[0] = byte0;
6145 stmf_scsilib_prepare_vpd_page83(scsi_task_t *task, uint8_t *page, uint32_t page_len, uint8_t byte0, uint32_t vpd_mask) argument

Completed in 205 milliseconds