Home
last modified time | relevance | path

Searched refs:byte2 (Results 1 – 25 of 55) sorted by relevance

123

/openbsd/gnu/llvm/lldb/source/Symbol/
H A DArmUnwindInfo.cpp150 if (byte1 == 0x80 && byte2 == 0) { in GetUnwindPlan()
158 uint16_t regs = ((byte1 & 0x0f) << 8) | byte2; in GetUnwindPlan()
206 if ((byte2 & 0xff) == 0x00) { in GetUnwindPlan()
210 } else if ((byte2 & 0xf0) == 0x00) { in GetUnwindPlan()
214 if (byte2 & (1 << i)) { in GetUnwindPlan()
237 uint8_t s = (byte2 & 0xf0) >> 4; in GetUnwindPlan()
238 uint8_t c = (byte2 & 0x0f) >> 0; in GetUnwindPlan()
283 uint8_t s = (byte2 & 0xf0) >> 4; in GetUnwindPlan()
284 uint8_t c = (byte2 & 0x0f) >> 0; in GetUnwindPlan()
297 uint8_t s = (byte2 & 0xf0) >> 4; in GetUnwindPlan()
[all …]
/openbsd/sys/scsi/
H A Dscsi_tape.h65 u_int8_t byte2; member
74 u_int8_t byte2; member
87 u_int8_t byte2; member
95 u_int8_t byte2; member
104 u_int8_t byte2; member
117 u_int8_t byte2; member
127 u_int8_t byte2; member
142 u_int8_t byte2; member
H A Dcd.h35 u_int8_t byte2; member
59 u_int8_t byte2; member
69 u_int8_t byte2; member
82 u_int8_t byte2; member
94 u_int8_t byte2; member
103 u_int8_t byte2; /* same as above */ member
112 u_int8_t byte2; /* same as above */ member
121 u_int8_t byte2; member
130 u_int8_t byte2; member
142 u_int8_t byte2; member
H A Dscsi_changer.h77 u_int8_t byte2; member
95 u_int8_t byte2; member
107 u_int8_t byte2; member
124 u_int8_t byte2; member
139 u_int8_t byte2; member
153 u_int8_t byte2; member
H A Dscsi_all.h55 u_int8_t byte2; member
62 u_int8_t byte2; member
74 u_int8_t byte2; member
95 u_int8_t byte2; member
111 u_int8_t byte2; /* same bits as small version */ member
121 u_int8_t byte2; member
131 u_int8_t byte2; /* same bits as small version */ member
139 u_int8_t byte2; member
147 u_int8_t byte2; member
155 u_int8_t byte2; member
H A Dscsi_disk.h143 u_int8_t byte2; member
154 u_int8_t byte2; member
169 u_int8_t byte2; member
179 u_int8_t byte2; member
188 u_int8_t byte2; member
243 u_int8_t byte2; member
251 u_int8_t byte2; member
261 u_int8_t byte2; member
H A Dscsi_base.c997 cdb.byte2 = SRC16_SERVICE_ACTION; in scsi_read_cap_16()
1340 scsi_mode_select(struct scsi_link *link, int byte2, in scsi_mode_select() argument
1360 cmd->byte2 = byte2; in scsi_mode_select()
1375 scsi_mode_select_big(struct scsi_link *link, int byte2, in scsi_mode_select_big() argument
1395 cmd->byte2 = byte2; in scsi_mode_select_big()
H A Dst.c925 SET(cmd->byte2, SRW_FIXED); in ststart()
1284 SET(cmd->byte2, SRW_FIXED); in st_read()
1546 cmd->byte2 = SE_IMMED|SE_LONG; in st_erase()
1549 cmd->byte2 = SE_IMMED; in st_erase()
1644 cmd->byte2 = what; in st_space()
1849 cmd->byte2 = immediate; in st_rewind()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dunwind-ia64.c612 byte2 = *dp++; in unw_decode_x2()
615 ytreg = byte2; in unw_decode_x2()
632 byte2 = *dp++; in unw_decode_x3()
637 abreg = (byte2 & 0x7f); in unw_decode_x3()
654 byte2 = *dp++; in unw_decode_x4()
659 abreg = (byte2 & 0x7f); in unw_decode_x4()
660 x = (byte2 >> 7) & 1; in unw_decode_x4()
783 byte2 = *dp++; in unw_decode_p2_p5()
812 unsigned char r, byte1, byte2; in unw_decode_p7_p10() local
952 byte2 = *dp++; in unw_decode_p7_p10()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dunwind-ia64.c612 byte2 = *dp++; in unw_decode_x2()
615 ytreg = byte2; in unw_decode_x2()
632 byte2 = *dp++; in unw_decode_x3()
637 abreg = (byte2 & 0x7f); in unw_decode_x3()
654 byte2 = *dp++; in unw_decode_x4()
659 abreg = (byte2 & 0x7f); in unw_decode_x4()
660 x = (byte2 >> 7) & 1; in unw_decode_x4()
783 byte2 = *dp++; in unw_decode_p2_p5()
812 unsigned char r, byte1, byte2; in unw_decode_p7_p10() local
952 byte2 = *dp++; in unw_decode_p7_p10()
[all …]
/openbsd/usr.sbin/vmd/
H A Dvioscsi.h85 u_int8_t byte2; member
93 u_int8_t byte2; member
101 u_int8_t byte2; member
148 u_int8_t byte2; member
H A Dmmio.c653 uint8_t byte, byte2; in decode_opcode() local
672 res = next_byte(state, &byte2); in decode_opcode()
676 type = x86_2byte_opcode_tbl[byte2]; in decode_opcode()
683 opcode->op_bytes[1] = byte2; in decode_opcode()
685 enc = x86_2byte_operand_enc_table[byte2]; in decode_opcode()
H A Dvioscsi.c353 __func__, mode_sense->byte2 & SMS_DBD, mode_page_ctl, in vioscsi_handle_mode_sense()
491 __func__, mode_sense_10->byte2 & SMS_DBD, mode_page_ctl, in vioscsi_handle_mode_sense_big()
1250 __func__, vioscsi_op_names(toc->opcode), ((toc->byte2 >> 1) & 1), in vioscsi_handle_read_toc()
1383 ((struct scsi_read_disc_information *)(req->cdb))->byte2); in vioscsi_handle_read_disc_info()
1423 gesn->byte2 ? "Polling" : "Asynchronous"); in vioscsi_handle_gesn()
1425 if (gesn->byte2 == 0) { in vioscsi_handle_gesn()
1523 get_configuration->byte2, _2btol(get_configuration->feature), in vioscsi_handle_get_config()
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp412 uint8_t byte2 = *((u8 *)(pc + 1)); in GetAccessInfo()
415 uint32_t ebreak = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24)); in GetAccessInfo()
429 byte2 = *((u8 *)(pc + 1)); in GetAccessInfo()
433 uint32_t instr = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24)); in GetAccessInfo()
469 uint8_t byte2 = (uint8_t)(*(exception_source + 1)); in HwasanOnSIGTRAP() local
472 uint32_t faulted = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24)); in HwasanOnSIGTRAP()
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dunwind-ia64.c1087 byte1 = *dp++; byte2 = *dp++; in unw_decode_x2()
1090 ytreg = byte2; in unw_decode_x2()
1104 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
1107 byte1 = *dp++; byte2 = *dp++; in unw_decode_x3()
1112 abreg = (byte2 & 0x7f); in unw_decode_x3()
1133 abreg = (byte2 & 0x7f); in unw_decode_x4()
1134 x = (byte2 >> 7) & 1; in unw_decode_x4()
1254 unsigned char r, byte1, byte2; in unw_decode_p7_p10() local
1321 byte1 = *dp++; byte2 = *dp++; in unw_decode_p7_p10()
1326 byte1 = *dp++; byte2 = *dp++; in unw_decode_p7_p10()
[all …]
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dunwind-ia64.c1092 byte1 = *dp++; byte2 = *dp++; in unw_decode_x2()
1095 ytreg = byte2; in unw_decode_x2()
1109 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
1112 byte1 = *dp++; byte2 = *dp++; in unw_decode_x3()
1117 abreg = (byte2 & 0x7f); in unw_decode_x3()
1138 abreg = (byte2 & 0x7f); in unw_decode_x4()
1139 x = (byte2 >> 7) & 1; in unw_decode_x4()
1259 unsigned char r, byte1, byte2; in unw_decode_p7_p10() local
1326 byte1 = *dp++; byte2 = *dp++; in unw_decode_p7_p10()
1331 byte1 = *dp++; byte2 = *dp++; in unw_decode_p7_p10()
[all …]
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dutf8_warn_base.pl807 for my $byte2 (@bytes) {
808 last if $byte2 && ! $byte1; # Don't test empty preceding byte
810 last if $byte2 && $byte1 < 0xC0; # No need to test more than a
815 last if $byte3 && ! $byte2;
824 next if $byte2 >= 0xC0
836 next if ($byte2 >= 0xC0 || $byte3 >= 0xC0)
848 next if ( $byte2 >= 0xC0
856 $string .= chr $byte2 if $byte2;
/openbsd/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_audio.c519 uint8_t byte2 = audio_mode->max_bit_rate; in dce_aud_az_configure() local
532 byte2 = audio_mode->sample_size; in dce_aud_az_configure()
548 byte2 = audio_mode->vendor_specific; in dce_aud_az_configure()
566 byte2, in dce_aud_az_configure()
/openbsd/sys/dev/pci/bktr/
H A Dbktr_core.h53 int i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 );
/openbsd/sys/dev/pci/drm/radeon/
H A Ddce3_1_afmt.c98 DESCRIPTOR_BYTE_2(sad->byte2) | in dce3_2_afmt_write_sad_regs()
H A Ddce6_afmt.c240 DESCRIPTOR_BYTE_2(sad->byte2) | in dce6_afmt_write_sad_regs()
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc_dp_types.h435 union dwnstream_port_caps_byte2 byte2; member
572 uint8_t byte2; member
579 uint8_t byte2; member
/openbsd/usr.bin/cdio/
H A Dmmc.c314 scb->byte2 |= BLANK_MINIMAL; in blank()
562 scb->byte2 = 0x10; in mode_select_write()
/openbsd/sys/dev/usb/
H A Dumass_scsi.c322 scbus->sc_sense_cmd.byte2 = link->lun << SCSI_CMD_LUN_SHIFT; in umass_scsi_cb()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_edid.h377 u8 byte2; /* meaning depends on format */ member

123