Searched refs:byte_offset (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-10.1-release/sys/dev/isci/scil/
H A Dsati_inquiry.c389 U16 byte_offset = 4; local
431 byte_offset = 16;
439 scsi_io, byte_offset, SCSI_FC_PROTOCOL_IDENTIFIER | SCSI_ASCII_CODE_SET
441 byte_offset++;
443 scsi_io, byte_offset, SCSI_LUN_ASSOCIATION | SCSI_T10_IDENTIFIER_TYPE
445 byte_offset++;
446 sati_set_data_byte(sequence, scsi_io, byte_offset, 0);
447 byte_offset++;
454 byte_offset,
457 byte_offset
[all...]
H A Dsati_callbacks.h120 * @param[in] byte_offset This parameter specifies the offset into the
129 U32 byte_offset,
142 * @param[in] byte_offset This parameter specifies the offset into the
151 U32 byte_offset,
H A Dscif_sas_sati_binding.h89 #define sati_cb_get_data_byte(scsi_io, byte_offset, value) \
92 sci_object_get_association(scsi_io),(byte_offset)\
97 #define sati_cb_set_data_byte(scsi_io, byte_offset, value) \
100 sci_object_get_association(scsi_io),(byte_offset)\
H A Dsati_util.c389 * @param[in] byte_offset This parameter specifies the byte offset into
399 U32 byte_offset,
405 if (byte_offset < max_sense_data_len)
406 sense_data[byte_offset] = value;
1423 * @param[in] byte_offset This parameter specifies the offset into
1434 U32 byte_offset,
1438 if (byte_offset < sequence->allocation_length)
1439 sati_cb_get_data_byte(scsi_io, byte_offset, value);
1451 * @param[in] byte_offset This parameter specifies the offset into
1462 U32 byte_offset,
396 sati_set_sense_data_byte( U8 * sense_data, U32 max_sense_data_len, U32 byte_offset, U8 value ) argument
1431 sati_get_data_byte( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * scsi_io, U32 byte_offset, U8 * value ) argument
1459 sati_set_data_byte( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * scsi_io, U32 byte_offset, U8 value ) argument
1490 sati_set_data_dword( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * scsi_io, U32 byte_offset, U32 value ) argument
[all...]
H A Dsati_util.h264 U32 byte_offset,
271 U32 byte_offset,
278 U32 byte_offset,
285 U32 byte_offset,
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-types.h29 uint32_t byte_offset; // The byte offset in the register context data where this register's value is found member in struct:lldb_private::__anon3715
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultChild.cpp25 int32_t byte_offset,
35 byte_offset,
19 ValueObjectConstResultChild( ValueObject &parent, const ClangASTType &clang_type, const ConstString &name, uint32_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent ) argument
H A DValueObjectChild.cpp33 int32_t byte_offset,
43 m_byte_offset (byte_offset),
27 ValueObjectChild( ValueObject &parent, const ClangASTType &clang_type, const ConstString &name, uint64_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent, AddressType child_ptr_or_ref_addr_type ) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_x86_64.cpp69 value = *(uint32_t *)(m_gpregset + reg_info->byte_offset);
72 value = *(uint64_t *)(m_gpregset + reg_info->byte_offset);
H A DRegisterContextPOSIXCore_mips64.cpp66 int reg_num = reg_info->byte_offset / 8;
/freebsd-10.1-release/sys/dev/ixgbe/
H A Dixgbe_82598.h46 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
H A Dixgbe_phy.h154 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
156 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
158 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
160 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
H A Dixgbe_api.c1066 * @byte_offset: byte offset to read
1071 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, argument
1074 return ixgbe_call_func(hw, hw->phy.ops.read_i2c_byte, (hw, byte_offset,
1081 * @byte_offset: byte offset to write
1087 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, argument
1090 return ixgbe_call_func(hw, hw->phy.ops.write_i2c_byte, (hw, byte_offset,
1097 * @byte_offset: EEPROM byte offset to write
1103 u8 byte_offset, u8 eeprom_data)
1106 (hw, byte_offset, eeprom_data),
1113 * @byte_offset
1102 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data) argument
1118 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) argument
[all...]
H A Dixgbe_api.h134 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data);
165 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
167 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
169 s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp129 reg_info.byte_offset = reg_info_dict.GetItemForKeyAsInteger(offset_pystr, UINT32_MAX);
131 if (reg_info.byte_offset == UINT32_MAX)
182 reg_info.byte_offset = containing_reg_info->byte_offset + lsbyte;
187 reg_info.byte_offset = containing_reg_info->byte_offset + msbyte;
250 if (composite_offset > composite_reg_info->byte_offset)
251 composite_offset = composite_reg_info->byte_offset;
274 reg_info.byte_offset = composite_offset;
401 const size_t end_reg_offset = reg_info.byte_offset
[all...]
H A DRegisterContextMemory.cpp116 return reg_value.SetValueFromData(reg_info, m_reg_data, reg_info->byte_offset, partial_data_ok).Success();
125 addr_t reg_addr = m_reg_data_addr + reg_info->byte_offset;
H A DRegisterContextDummy.cpp48 m_pc_reg_info.byte_offset = 0;
H A DRegisterContextHistory.cpp49 m_pc_reg_info.byte_offset = 0;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectChild.h110 int32_t byte_offset,
H A DValueObjectConstResultChild.h33 int32_t byte_offset,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp115 memcpy (dst + (reg_info->byte_offset & 0x1), src, src_size);
161 if (is_subreg && (reg_info->byte_offset & 0x1))
274 if (GetRegisterInfo()[reg].byte_offset == offset)
H A DRegisterContextPOSIXProcessMonitor_x86.cpp165 memcpy (dst + (reg_info->byte_offset & 0x1), src, src_size);
218 if (is_subreg && (reg_info->byte_offset & 0x1))
255 assert (reg_info->byte_offset < sizeof(m_fpr));
256 uint8_t *src = (uint8_t *)&m_fpr + reg_info->byte_offset;
309 assert (reg_info->byte_offset < sizeof(m_fpr));
310 uint8_t *dst = (uint8_t *)&m_fpr + reg_info->byte_offset;
494 if (GetRegisterInfo()[reg].byte_offset == offset)
H A 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); \
H A DRegisterContextPOSIX_mips64.cpp130 return GetRegisterInfo()[reg].byte_offset;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp119 Error error (value.SetValueFromData(reg_info, m_reg_data, reg_info->byte_offset, partial_data_ok));
136 const size_t bytes_copied = response.GetHexBytes (const_cast<uint8_t*>(m_reg_data.PeekData(reg_info->byte_offset, reg_byte_size)), reg_byte_size, '\xcc');
241 data.SetData (m_reg_data, reg_info->byte_offset, reg_info->byte_size);
265 packet.PutBytesAsRawHex8 (m_reg_data.PeekData(reg_info->byte_offset, reg_info->byte_size),
326 uint8_t *dst = const_cast<uint8_t*>(m_reg_data.PeekData(reg_info->byte_offset, reg_info->byte_size));
871 if (g_register_infos[2].byte_offset == 0)
873 uint32_t byte_offset = 0; local
876 // For primordial registers, increment the byte_offset by the byte_size to arrive at the
877 // byte_offset for the next register. Otherwise, we have a composite register whose
881 g_register_infos[i].byte_offset
[all...]

Completed in 254 milliseconds

123