| /netbsd/src/sys/netinet/ |
| D | sctp_crc32.c | 155 u_int8_t byte0, byte1, byte2, byte3; in sctp_csum_finalize() local 168 byte3 = (result >> 24) & 0x000000ff; in sctp_csum_finalize() 169 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in sctp_csum_finalize()
|
| /netbsd/src/sys/dev/ata/ |
| D | ata_raid_via.c | 122 uint8_t checksum, checksum_alt, byte3, *ptr; in ata_raid_read_config_via() local 168 for (byte3 = 0, checksum = 0, ptr = (uint8_t *)info, count = 0; in ata_raid_read_config_via() 171 byte3 = *ptr++; in ata_raid_read_config_via() 174 checksum_alt = checksum + (byte3 & ~VIA_T_BOOTABLE); in ata_raid_read_config_via() 175 checksum += byte3; in ata_raid_read_config_via()
|
| /netbsd/src/sys/dev/scsipi/ |
| D | scsi_spc.h | 200 uint8_t byte3; member 264 uint8_t byte3; member 309 uint8_t byte3; member 327 uint8_t byte3; /* see SCSI PROTOCOL SPECIFIC LUN PAGE */ member
|
| D | scsi_ctron_ether.h | 35 u_int8_t byte3; member
|
| D | scsipi_cd.h | 89 u_int8_t byte3; member
|
| D | if_se.c | 847 set_media_cmd.byte3 = type; in se_set_media()
|
| D | if_dse.c | 159 uint8_t byte3; member
|
| D | cd.c | 1754 cmd.byte3 = SRS_SUBQ; in cd_read_subchannel()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | unwind-ia64.c | 665 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 676 byte3 = *dp++; in unw_decode_x4() 682 ytreg = byte3; in unw_decode_x4() 684 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4() 828 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local 837 byte3 = *dp++; in unw_decode_p2_p5() 839 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| D | unwind-ia64.c | 1127 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 1130 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_x4() 1136 ytreg = byte3; in unw_decode_x4() 1138 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4() 1227 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local 1229 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_p2_p5() 1231 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
|
| /netbsd/src/sbin/atactl/ |
| D | atactl.c | 104 uint8_t byte3; member 121 uint8_t byte3; member 668 c.cmd16.byte3 = b3; in satl_command() 686 c.cmd12.byte3 = b3; in satl_command()
|
| /netbsd/src/sys/dev/pci/ |
| D | arcmsrvar.h | 156 uint8_t byte3; member
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | evutil.c | 2058 unsigned byte1,byte2,byte3,byte4; in evutil_inet_pton() 2067 &byte1,&byte2,&byte3,&byte4,&more) != 4) in evutil_inet_pton() 2072 byte3 > 255 || in evutil_inet_pton() 2077 words[7] = (byte3<<8) | byte4; in evutil_inet_pton()
|
| /netbsd/src/external/bsd/libevent/dist/ |
| D | evutil.c | 2060 unsigned byte1,byte2,byte3,byte4; in evutil_inet_pton() 2069 &byte1,&byte2,&byte3,&byte4,&more) != 4) in evutil_inet_pton() 2074 byte3 > 255 || in evutil_inet_pton() 2079 words[7] = (byte3<<8) | byte4; in evutil_inet_pton()
|
| /netbsd/src/sys/dev/ic/ |
| D | advlib.h | 367 ASC_SCSI_INQ3 byte3; member
|
| D | advlib.c | 3024 if (inq->byte3.rsp_data_fmt >= 2 || inq->byte2.ansi_apr_ver >= 2) { in AscInquiryHandling()
|