| /src/sys/netinet/ |
| sctp_crc32.c | 155 u_int8_t byte0, byte1, byte2, byte3; local 168 byte3 = (result >> 24) & 0x000000ff; 169 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
|
| /src/sys/dev/ata/ |
| ata_raid_via.c | 122 uint8_t checksum, checksum_alt, byte3, *ptr; local 168 for (byte3 = 0, checksum = 0, ptr = (uint8_t *)info, count = 0; 171 byte3 = *ptr++; 174 checksum_alt = checksum + (byte3 & ~VIA_T_BOOTABLE); 175 checksum += byte3;
|
| /src/sys/dev/scsipi/ |
| scsi_ctron_ether.h | 35 u_int8_t byte3; member in struct:scsi_ctron_ether_generic
|
| if_dse.c | 159 uint8_t byte3; member in struct:__anon3633
|
| scsi_spc.h | 200 uint8_t byte3; member in struct:scsi_control_mode_page 264 uint8_t byte3; member in struct:scsi_informational_exceptions_control_page 309 uint8_t byte3; member in struct:scsi_protocol_specific_lun_page 327 uint8_t byte3; /* see SCSI PROTOCOL SPECIFIC LUN PAGE */ member in struct:scsi_protocol_specific_port_page
|
| scsipi_cd.h | 89 u_int8_t byte3; member in struct:scsipi_read_subchannel
|
| /src/external/gpl3/binutils/dist/binutils/ |
| unwind-ia64.c | 665 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local 676 byte3 = *dp++; 682 ytreg = byte3; 684 if ((byte2 & 0x80) == 0 && byte3 == 0) 828 unw_word grmask, frmask, byte1, byte2, byte3; local 837 byte3 = *dp++; 839 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3;
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| unwind-ia64.c | 665 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local 676 byte3 = *dp++; 682 ytreg = byte3; 684 if ((byte2 & 0x80) == 0 && byte3 == 0) 828 unw_word grmask, frmask, byte1, byte2, byte3; local 837 byte3 = *dp++; 839 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3;
|
| /src/sbin/atactl/ |
| atactl.c | 105 uint8_t byte3; member in struct:scsi_ata_pass_through_16 122 uint8_t byte3; member in struct:scsi_ata_pass_through_12 669 c.cmd16.byte3 = b3; 687 c.cmd12.byte3 = b3;
|
| /src/sys/dev/pci/ |
| arcmsrvar.h | 156 uint8_t byte3; member in struct:arc_fw_hdr
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
| dc_dp_types.h | 341 } byte3; member in struct:dwnstream_portxcaps::__anon4547
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| unwind-ia64.c | 1131 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; 1134 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; 1140 ytreg = byte3; 1142 if ((byte2 & 0x80) == 0 && byte3 == 0) 1231 unw_word grmask, frmask, byte1, byte2, byte3; 1233 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; 1235 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; 1127 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local 1227 unw_word grmask, frmask, byte1, byte2, byte3; local
|
| /src/sys/dev/ic/ |
| advlib.h | 367 ASC_SCSI_INQ3 byte3; member in struct:__anon2636
|