HomeSort by: relevance | last modified time | path
    Searched refs:byte3 (Results 1 - 20 of 20) sorted by relevancy

  /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/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_linux.cpp 420 uint8_t byte3 = *((u8 *)(pc + 2));
422 uint32_t ebreak = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24));
437 byte3 = *((u8 *)(pc + 2));
440 uint32_t instr = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24));
477 uint8_t byte3 = (uint8_t)(*(exception_source + 2)); local
479 uint32_t faulted = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24));
  /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/scsipi/
scsi_ctron_ether.h 35 u_int8_t byte3; member in struct:scsi_ctron_ether_generic
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
if_dse.c 159 uint8_t byte3; member in struct:__anon3633
if_se.c 847 set_media_cmd.byte3 = type;
cd.c 1754 cmd.byte3 = SRS_SUBQ;
  /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/external/gpl3/gcc/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/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/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/bsd/libevent/dist/
evutil.c 2060 unsigned byte1,byte2,byte3,byte4;
2069 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2074 byte3 > 255 ||
2079 words[7] = (byte3<<8) | byte4;
  /src/external/bsd/ntp/dist/sntp/libevent/
evutil.c 2058 unsigned byte1,byte2,byte3,byte4;
2067 &byte1,&byte2,&byte3,&byte4,&more) != 4)
2072 byte3 > 255 ||
2077 words[7] = (byte3<<8) | byte4;
  /src/sys/dev/ic/
advlib.h 367 ASC_SCSI_INQ3 byte3; member in struct:__anon2636
advlib.c 3024 if (inq->byte3.rsp_data_fmt >= 2 || inq->byte2.ansi_apr_ver >= 2) {

Completed in 85 milliseconds