/dflybsd-src/sys/bus/cam/scsi/ |
H A D | scsi_da.h | 62 u_int8_t byte2; member 74 u_int8_t byte2; member 89 u_int8_t byte2; member 103 u_int8_t byte2; member 128 u_int8_t byte2; member 164 u_int8_t byte2; member 192 uint8_t byte2; member 202 uint8_t byte2; member 216 uint8_t byte2; member 457 u_int8_t tag_action, u_int8_t byte2, u_int16_t ileave,
|
H A D | scsi_all.h | 122 u_int8_t byte2; member 131 u_int8_t byte2; member 139 u_int8_t byte2; member 152 u_int8_t byte2; member 161 u_int8_t byte2; member 172 u_int8_t byte2; member 197 u_int8_t byte2; /* same bits as small version */ member 207 u_int8_t byte2; member 218 u_int8_t byte2; /* same bits as small version */ member 255 u_int8_t byte2; member [all …]
|
H A D | scsi_cd.h | 63 u_int8_t byte2; member 74 u_int8_t byte2; member 88 u_int8_t byte2; member 101 u_int8_t byte2; member 111 u_int8_t byte2; /* same as above */ member 121 u_int8_t byte2; /* same as above */ member 131 u_int8_t byte2; member 142 u_int8_t byte2; member 154 u_int8_t byte2; member 164 u_int8_t byte2; member [all …]
|
H A D | scsi_ch.h | 81 u_int8_t byte2; member 99 u_int8_t byte2; member 111 u_int8_t byte2; member 128 u_int8_t byte2; member 143 u_int8_t byte2; member 157 u_int8_t byte2; member 277 u_int8_t byte2; member
|
H A D | scsi_all.c | 3618 scsi_cmd->byte2 |= SI_EVPD; in scsi_inquiry() 3665 scsi_cmd->byte2 |= SMS_DBD; in scsi_mode_sense_len() 3679 scsi_cmd->byte2 |= SMS_DBD; in scsi_mode_sense_len() 3731 scsi_cmd->byte2 |= SMS_PF; in scsi_mode_select_len() 3733 scsi_cmd->byte2 |= SMS_SP; in scsi_mode_select_len() 3747 scsi_cmd->byte2 |= SMS_PF; in scsi_mode_select_len() 3749 scsi_cmd->byte2 |= SMS_SP; in scsi_mode_select_len() 3911 u_int8_t tag_action, int readop, u_int8_t byte2, in scsi_read_write() argument 3927 && (byte2 == 0)) { in scsi_read_write() 3954 scsi_cmd->byte2 = byte2; in scsi_read_write() [all …]
|
H A D | scsi_sa.h | 41 u_int8_t byte2; member 108 u_int8_t byte2; member 174 u_int8_t byte2; /* CAP, CAF, Active Format */ member
|
H A D | scsi_pt.c | 109 u_int tag_action, int readop, u_int byte2, 670 u_int tag_action, int readop, u_int byte2, in scsi_send_receive() argument 678 scsi_cmd->byte2 = byte2; in scsi_send_receive()
|
H A D | scsi_pt.h | 38 u_int8_t byte2; member
|
H A D | scsi_ch.c | 605 if (sms->byte2 & SMS_DBD) { in chdone() 606 sms->byte2 &= ~SMS_DBD; in chdone() 1386 sms->byte2 &= ~SMS_DBD; in chgetparams() 1449 sms->byte2 &= ~SMS_DBD; in chgetparams() 1612 scsi_cmd->byte2 |= READ_ELEMENT_STATUS_VOLTAG; in scsi_read_element_status()
|
H A D | scsi_da.c | 1647 cmd10->byte2 = 0; in cmd6workaround() 2411 u_int8_t tag_action, u_int8_t byte2, u_int16_t ileave, in scsi_format_unit() argument 2419 scsi_cmd->byte2 = byte2; in scsi_format_unit()
|
H A D | scsi_cd.c | 3142 ms10.byte2 = ms6->byte2; in cd6byteworkaround() 3168 ms10.byte2 = ms6->byte2; in cd6byteworkaround() 3308 scsi_cmd->byte2 |= CD_MSF; in cdreadtoc() 3357 scsi_cmd->byte2 = SRS_SUBQ; in cdreadsubchannel()
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | unwind-ia64.c | 589 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local 593 byte2 = *dp++; in unw_decode_x2() 596 ytreg = byte2; in unw_decode_x2() 609 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local 613 byte2 = *dp++; in unw_decode_x3() 618 abreg = (byte2 & 0x7f); in unw_decode_x3() 631 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 635 byte2 = *dp++; in unw_decode_x4() 640 abreg = (byte2 & 0x7f); in unw_decode_x4() 641 x = (byte2 >> 7) & 1; in unw_decode_x4() [all …]
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | unwind-ia64.c | 594 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local 604 byte2 = *dp++; in unw_decode_x2() 607 ytreg = byte2; in unw_decode_x2() 620 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local 630 byte2 = *dp++; in unw_decode_x3() 635 abreg = (byte2 & 0x7f); in unw_decode_x3() 648 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 658 byte2 = *dp++; in unw_decode_x4() 663 abreg = (byte2 & 0x7f); in unw_decode_x4() 664 x = (byte2 >> 7) & 1; in unw_decode_x4() [all …]
|
/dflybsd-src/contrib/openresolv/ |
H A D | dnsmasq.in | 113 byte2="$(printf %d 0x${addr#??})" 115 back="$back byte:$byte1 byte:$byte2" 117 front="$front byte:$byte1 byte:$byte2"
|
/dflybsd-src/sys/dev/drm/amd/display/dc/dce/ |
H A D | dce_audio.c | 512 uint8_t byte2 = audio_mode->max_bit_rate; in dce_aud_az_configure() local 523 byte2 = audio_mode->sample_size; in dce_aud_az_configure() 539 byte2 = audio_mode->vendor_specific; in dce_aud_az_configure() 557 byte2, in dce_aud_az_configure()
|
/dflybsd-src/sys/dev/video/bktr/ |
H A D | bktr_core.h | 53 int i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 );
|
/dflybsd-src/sys/dev/smbus/atmel_mxt/ |
H A D | atmel_mxt.c | 171 uint8_t byte2; member 678 pkt.byte2 |= 0x01; in atmel_mxtread() 681 pkt.byte2 |= 0x02; in atmel_mxtread() 685 pkt.byte2 |= 0x04; in atmel_mxtread()
|
/dflybsd-src/sys/bus/pci/ |
H A D | pci.c | 1062 uint8_t byte2; in pci_read_vpd() local 1089 if (vpd_nextbyte(&vrs, &byte2)) { in pci_read_vpd() 1093 remain = byte2; in pci_read_vpd() 1094 if (vpd_nextbyte(&vrs, &byte2)) { in pci_read_vpd() 1098 remain |= byte2 << 8; in pci_read_vpd() 1159 if (vpd_nextbyte(&vrs, &byte2)) { in pci_read_vpd() 1163 cfg->vpd.vpd_ros[off].keyword[1] = byte2; in pci_read_vpd() 1164 if (vpd_nextbyte(&vrs, &byte2)) { in pci_read_vpd() 1168 dflen = byte2; in pci_read_vpd() 1250 if (vpd_nextbyte(&vrs, &byte2)) { in pci_read_vpd() [all …]
|
/dflybsd-src/share/examples/scsi_target/ |
H A D | scsi_cmds.c | 300 if ((inq->byte2 & SI_EVPD) != 0) { in tcmd_inquiry() 306 offsetof(struct scsi_inquiry, byte2); in tcmd_inquiry()
|
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | dce3_1_afmt.c | 104 DESCRIPTOR_BYTE_2(sad->byte2) | in dce3_2_afmt_write_sad_regs()
|
H A D | dce6_afmt.c | 252 DESCRIPTOR_BYTE_2(sad->byte2) | in dce6_afmt_write_sad_regs()
|
/dflybsd-src/sys/dev/drm/amd/display/dc/ |
H A D | dc_dp_types.h | 307 union dwnstream_port_caps_byte2 byte2; member
|
/dflybsd-src/contrib/binutils-2.27/gas/doc/ |
H A D | c-bfin.texi | 251 @item .byte2 266 This directive is a synonym for @code{.byte2}.
|
/dflybsd-src/sys/dev/drm/include/drm/ |
H A D | drm_edid.h | 329 u8 byte2; /* meaning depends on format */ member
|
/dflybsd-src/sys/dev/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_helpers.c | 116 edid_caps->audio_modes[i].sample_size = sad->byte2; in dm_helpers_parse_edid_caps()
|