/openbsd/usr.sbin/vmd/ |
H A D | vioscsi.h | 173 u_int8_t byte3; member 181 u_int8_t byte3; member 188 u_int8_t byte3; member 200 u_int8_t byte3; member 212 u_int8_t byte3; member 224 u_int8_t byte3; member
|
H A D | vioscsi.c | 1564 config_generic_desc->byte3 = CONFIG_PROFILELIST_BYTE3; in vioscsi_handle_get_config() 1568 config_profile_desc->byte3 = CONFIG_PROFILE_BYTE3; in vioscsi_handle_get_config() 1572 config_core_desc->byte3 = CONFIG_CORE_BYTE3; in vioscsi_handle_get_config() 1579 config_morphing_desc->byte3 = CONFIG_MORPHING_BYTE3; in vioscsi_handle_get_config() 1586 config_remove_media_desc->byte3 = CONFIG_REMOVE_MEDIA_BYTE3; in vioscsi_handle_get_config() 1593 config_random_read_desc->byte3 = CONFIG_RANDOM_READ_BYTE3; in vioscsi_handle_get_config()
|
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_linux.cpp | 413 uint8_t byte3 = *((u8 *)(pc + 2)); in GetAccessInfo() 415 uint32_t ebreak = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24)); in GetAccessInfo() 430 byte3 = *((u8 *)(pc + 2)); in GetAccessInfo() 433 uint32_t instr = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24)); in GetAccessInfo() 470 uint8_t byte3 = (uint8_t)(*(exception_source + 2)); in HwasanOnSIGTRAP() local 472 uint32_t faulted = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24)); in HwasanOnSIGTRAP()
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | utf8_warn_base.pl | 814 for my $byte3 (@bytes) { 815 last if $byte3 && ! $byte2; 816 last if $byte3 && $byte1 < 0xE0; # Only test 3 bytes for 825 && $byte3 >= $min_cont 826 && ($byte3 & $min_cont_mask) != $min_cont; 829 last if $byte4 && ! $byte3; 836 next if ($byte2 >= 0xC0 || $byte3 >= 0xC0) 849 || $byte3 >= 0xC0 857 $string .= chr $byte3 if $byte3;
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | unwind-ia64.c | 650 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 655 byte3 = *dp++; in unw_decode_x4() 661 ytreg = byte3; in unw_decode_x4() 663 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4() 780 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local 784 byte3 = *dp++; in unw_decode_p2_p5() 786 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | unwind-ia64.c | 650 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 655 byte3 = *dp++; in unw_decode_x4() 661 ytreg = byte3; in unw_decode_x4() 663 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4() 780 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local 784 byte3 = *dp++; in unw_decode_p2_p5() 786 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | unwind-ia64.c | 1126 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 1129 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_x4() 1135 ytreg = byte3; in unw_decode_x4() 1137 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4() 1226 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local 1228 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_p2_p5() 1230 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
|
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | unwind-ia64.c | 1131 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 1134 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_x4() 1140 ytreg = byte3; in unw_decode_x4() 1142 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4() 1231 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local 1233 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_p2_p5() 1235 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
|
/openbsd/sys/scsi/ |
H A D | cd.h | 131 u_int8_t byte3; member
|
H A D | cd.c | 1524 cmd->byte3 = SRS_SUBQ; in cd_read_subchannel()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/ |
H A D | dc_dp_types.h | 440 } byte3; member 580 uint8_t byte3; member
|
/openbsd/sys/dev/ic/ |
H A D | advlib.h | 367 ASC_SCSI_INQ3 byte3; member
|
H A D | advlib.c | 3041 if (inq->byte3.rsp_data_fmt >= 2 || inq->byte2.ansi_apr_ver >= 2) { in AscInquiryHandling()
|
/openbsd/sys/dev/pci/ |
H A D | arc.c | 281 u_int8_t byte3; member
|