Home
last modified time | relevance | path

Searched refs:byte_offset (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-10-stable/sys/dev/isci/scil/
Dsati_inquiry.c389 U16 byte_offset = 4; in sati_inquiry_device_id_translate_data() local
431 byte_offset = 16; in sati_inquiry_device_id_translate_data()
439 scsi_io, byte_offset, SCSI_FC_PROTOCOL_IDENTIFIER | SCSI_ASCII_CODE_SET in sati_inquiry_device_id_translate_data()
441 byte_offset++; in sati_inquiry_device_id_translate_data()
443 scsi_io, byte_offset, SCSI_LUN_ASSOCIATION | SCSI_T10_IDENTIFIER_TYPE in sati_inquiry_device_id_translate_data()
445 byte_offset++; in sati_inquiry_device_id_translate_data()
446 sati_set_data_byte(sequence, scsi_io, byte_offset, 0); in sati_inquiry_device_id_translate_data()
447 byte_offset++; in sati_inquiry_device_id_translate_data()
454 byte_offset, in sati_inquiry_device_id_translate_data()
457 byte_offset++; in sati_inquiry_device_id_translate_data()
[all …]
Dsati_util.c399 U32 byte_offset, in sati_set_sense_data_byte() argument
405 if (byte_offset < max_sense_data_len) in sati_set_sense_data_byte()
406 sense_data[byte_offset] = value; in sati_set_sense_data_byte()
1434 U32 byte_offset, in sati_get_data_byte() argument
1438 if (byte_offset < sequence->allocation_length) in sati_get_data_byte()
1439 sati_cb_get_data_byte(scsi_io, byte_offset, value); in sati_get_data_byte()
1462 U32 byte_offset, in sati_set_data_byte() argument
1466 if (byte_offset < sequence->allocation_length) in sati_set_data_byte()
1469 sati_cb_set_data_byte(scsi_io, byte_offset, value); in sati_set_data_byte()
1493 U32 byte_offset, in sati_set_data_dword() argument
[all …]
Dscif_sas_sati_binding.h89 #define sati_cb_get_data_byte(scsi_io, byte_offset, value) \ argument
92 sci_object_get_association(scsi_io),(byte_offset)\
97 #define sati_cb_set_data_byte(scsi_io, byte_offset, value) \ argument
100 sci_object_get_association(scsi_io),(byte_offset)\
Dsati_util.h264 U32 byte_offset,
271 U32 byte_offset,
278 U32 byte_offset,
285 U32 byte_offset,
Dsati_callbacks.h129 U32 byte_offset,
151 U32 byte_offset,
/freebsd-10-stable/sys/dev/ixgbe/
Dixgbe_phy.h202 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
204 s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
206 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
208 s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
210 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
212 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
Dixgbe_api.c1437 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_read_i2c_byte() argument
1440 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset, in ixgbe_read_i2c_byte()
1453 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_unlocked() argument
1457 (hw, byte_offset, dev_addr, data), in ixgbe_read_i2c_byte_unlocked()
1501 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_write_i2c_byte() argument
1504 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset, in ixgbe_write_i2c_byte()
1518 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_unlocked() argument
1522 (hw, byte_offset, dev_addr, data), in ixgbe_write_i2c_byte_unlocked()
1565 u8 byte_offset, u8 eeprom_data) in ixgbe_write_i2c_eeprom() argument
1568 (hw, byte_offset, eeprom_data), in ixgbe_write_i2c_eeprom()
[all …]
Dixgbe_api.h143 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data);
176 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
178 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
182 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
185 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
189 s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data);
Dixgbe_phy.c50 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset,
1940 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_generic() argument
1945 return hw->phy.ops.read_i2c_byte(hw, byte_offset, in ixgbe_read_i2c_eeprom_generic()
1958 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_generic() argument
1961 return hw->phy.ops.read_i2c_byte(hw, byte_offset, in ixgbe_read_i2c_sff8472_generic()
1974 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_eeprom_generic() argument
1979 return hw->phy.ops.write_i2c_byte(hw, byte_offset, in ixgbe_write_i2c_eeprom_generic()
2009 static s32 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_int() argument
2023 if (ixgbe_is_sfp_probe(hw, byte_offset, dev_addr)) in ixgbe_read_i2c_byte_generic_int()
2041 status = ixgbe_clock_out_i2c_byte(hw, byte_offset); in ixgbe_read_i2c_byte_generic_int()
[all …]
Dixgbe_82598.c68 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset,
1126 u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_phy_82598() argument
1151 sfp_addr = (dev_addr << 8) + byte_offset; in ixgbe_read_i2c_phy_82598()
1198 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_82598() argument
1202 byte_offset, eeprom_data); in ixgbe_read_i2c_eeprom_82598()
1213 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_82598() argument
1217 byte_offset, sff8472_data); in ixgbe_read_i2c_sff8472_82598()
Dixgbe_82598.h47 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
DDynamicRegisterInfo.cpp129 … reg_info.byte_offset = reg_info_dict.GetItemForKeyAsInteger(offset_pystr, UINT32_MAX); in SetRegisterInfo()
131 if (reg_info.byte_offset == UINT32_MAX) in SetRegisterInfo()
182 … reg_info.byte_offset = containing_reg_info->byte_offset + lsbyte; in SetRegisterInfo()
187 … reg_info.byte_offset = containing_reg_info->byte_offset + msbyte; in SetRegisterInfo()
250 … if (composite_offset > composite_reg_info->byte_offset) in SetRegisterInfo()
251 … composite_offset = composite_reg_info->byte_offset; in SetRegisterInfo()
274 reg_info.byte_offset = composite_offset; in SetRegisterInfo()
401 const size_t end_reg_offset = reg_info.byte_offset + reg_info.byte_size; in SetRegisterInfo()
450 size_t end_reg_offset = reg_info.byte_offset + reg_info.byte_size; in AddRegister()
641 m_regs[i].byte_offset, in Dump()
DRegisterContextMemory.cpp116 …return reg_value.SetValueFromData(reg_info, m_reg_data, reg_info->byte_offset, partial_data_ok).Su… in ReadRegister()
125 addr_t reg_addr = m_reg_data_addr + reg_info->byte_offset; in WriteRegister()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteRegisterContext.cpp119 …Error error (value.SetValueFromData(reg_info, m_reg_data, reg_info->byte_offset, partial_data_ok)); in ReadRegister()
136 …sponse.GetHexBytes (const_cast<uint8_t*>(m_reg_data.PeekData(reg_info->byte_offset, reg_byte_size)… in PrivateSetRegisterValue()
241 data.SetData (m_reg_data, reg_info->byte_offset, reg_info->byte_size); in ReadRegisterBytes()
265 packet.PutBytesAsRawHex8 (m_reg_data.PeekData(reg_info->byte_offset, reg_info->byte_size), in SetPrimordialRegister()
326 …uint8_t *dst = const_cast<uint8_t*>(m_reg_data.PeekData(reg_info->byte_offset, reg_info->byte_size… in WriteRegisterBytes()
871 if (g_register_infos[2].byte_offset == 0) in HardcodeARMRegisters()
873 uint32_t byte_offset = 0; in HardcodeARMRegisters() local
881 g_register_infos[i].byte_offset = byte_offset; in HardcodeARMRegisters()
882 byte_offset += g_register_infos[i].byte_size; in HardcodeARMRegisters()
887 … g_register_infos[i].byte_offset = g_register_infos[first_primordial_reg].byte_offset; in HardcodeARMRegisters()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
DRegisterContextPOSIXProcessMonitor_x86.cpp165 memcpy (dst + (reg_info->byte_offset & 0x1), src, src_size); in WriteRegister()
218 if (is_subreg && (reg_info->byte_offset & 0x1)) in ReadRegister()
255 assert (reg_info->byte_offset < sizeof(m_fpr)); in ReadRegister()
256 uint8_t *src = (uint8_t *)&m_fpr + reg_info->byte_offset; in ReadRegister()
309 assert (reg_info->byte_offset < sizeof(m_fpr)); in WriteRegister()
310 uint8_t *dst = (uint8_t *)&m_fpr + reg_info->byte_offset; in WriteRegister()
494 if (GetRegisterInfo()[reg].byte_offset == offset) in GetRegisterIndexFromOffset()
DRegisterInfos_x86_64.h274 g_register_infos[gpr_##reg##_i386].byte_offset = GPR_OFFSET(reg64); \
279 g_register_infos[gpr_##reg##_i386].byte_offset = GPR_OFFSET(reg64) + 1; \
284 g_register_infos[fpu_##reg##_i386].byte_offset = FPR_OFFSET(reg64); \
289 g_register_infos[fpu_##reg##i##_i386].byte_offset = FPR_OFFSET(stmm[i]); \
294 g_register_infos[fpu_##reg##i##_i386].byte_offset = FPR_OFFSET(reg[i]); \
299 g_register_infos[fpu_##reg##i##_i386].byte_offset = YMM_OFFSET(reg[i]); \
304 g_register_infos[dr##reg_index##_i386].byte_offset = DR_OFFSET(reg_index); \
DRegisterContextPOSIXProcessMonitor_mips64.cpp115 memcpy (dst + (reg_info->byte_offset & 0x1), src, src_size); in WriteRegister()
161 if (is_subreg && (reg_info->byte_offset & 0x1)) in ReadRegister()
274 if (GetRegisterInfo()[reg].byte_offset == offset) in GetRegisterIndexFromOffset()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
DRegisterContextPOSIXCore_x86_64.cpp69 value = *(uint32_t *)(m_gpregset + reg_info->byte_offset); in ReadRegister()
72 value = *(uint64_t *)(m_gpregset + reg_info->byte_offset); in ReadRegister()
DRegisterContextPOSIXCore_mips64.cpp66 int reg_num = reg_info->byte_offset / 8; in ReadRegister()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObjectConstResultChild.cpp25 int32_t byte_offset, in ValueObjectConstResultChild() argument
35 byte_offset, in ValueObjectConstResultChild()
DValueObjectChild.cpp33 int32_t byte_offset, in ValueObjectChild() argument
43 m_byte_offset (byte_offset), in ValueObjectChild()
/freebsd-10-stable/contrib/ldns/
Ddnssec.c1713 size_t byte_offset; in ldns_convert_dsa_rrsig_asn12rdf() local
1729 byte_offset = (size_t) (20 - BN_num_bytes(dsasig->r)); in ldns_convert_dsa_rrsig_asn12rdf()
1730 if (byte_offset > 20) { in ldns_convert_dsa_rrsig_asn12rdf()
1735 memset(&dsasig_data[1], 0, byte_offset); in ldns_convert_dsa_rrsig_asn12rdf()
1736 BN_bn2bin(dsasig->r, &dsasig_data[1 + byte_offset]); in ldns_convert_dsa_rrsig_asn12rdf()
1737 byte_offset = (size_t) (20 - BN_num_bytes(dsasig->s)); in ldns_convert_dsa_rrsig_asn12rdf()
1738 if (byte_offset > 20) { in ldns_convert_dsa_rrsig_asn12rdf()
1743 memset(&dsasig_data[21], 0, byte_offset); in ldns_convert_dsa_rrsig_asn12rdf()
1744 BN_bn2bin(dsasig->s, &dsasig_data[21 + byte_offset]); in ldns_convert_dsa_rrsig_asn12rdf()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-private-types.h29 …uint32_t byte_offset; // The byte offset in the register context data where this register's val… member
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBType.cpp609 const uint32_t byte_offset = bit_offset / 8u; in GetDescription() local
613 strm.Printf ("+%u + %u bits: (", byte_offset, byte_bit_offset); in GetDescription()
615 strm.Printf ("+%u: (", byte_offset); in GetDescription()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DValueObjectConstResultChild.h33 int32_t byte_offset,

123