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

123

/freebsd-12-stable/sys/dev/isci/scil/
H A Dsati_inquiry.c391 U16 byte_offset = 4; local
433 byte_offset = 16;
441 scsi_io, byte_offset, SCSI_FC_PROTOCOL_IDENTIFIER | SCSI_ASCII_CODE_SET
443 byte_offset++;
445 scsi_io, byte_offset, SCSI_LUN_ASSOCIATION | SCSI_T10_IDENTIFIER_TYPE
447 byte_offset++;
448 sati_set_data_byte(sequence, scsi_io, byte_offset, 0);
449 byte_offset++;
456 byte_offset,
459 byte_offset
[all...]
H A Dsati_callbacks.h122 * @param[in] byte_offset This parameter specifies the offset into the
131 U32 byte_offset,
144 * @param[in] byte_offset This parameter specifies the offset into the
153 U32 byte_offset,
H A Dscif_sas_sati_binding.h91 #define sati_cb_get_data_byte(scsi_io, byte_offset, value) \
94 sci_object_get_association(scsi_io),(byte_offset)\
99 #define sati_cb_set_data_byte(scsi_io, byte_offset, value) \
102 sci_object_get_association(scsi_io),(byte_offset)\
H A Dsati_util.c391 * @param[in] byte_offset This parameter specifies the byte offset into
401 U32 byte_offset,
407 if (byte_offset < max_sense_data_len)
408 sense_data[byte_offset] = value;
1425 * @param[in] byte_offset This parameter specifies the offset into
1436 U32 byte_offset,
1440 if (byte_offset < sequence->allocation_length)
1441 sati_cb_get_data_byte(scsi_io, byte_offset, value);
1453 * @param[in] byte_offset This parameter specifies the offset into
1464 U32 byte_offset,
398 sati_set_sense_data_byte( U8 * sense_data, U32 max_sense_data_len, U32 byte_offset, U8 value ) argument
1433 sati_get_data_byte( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * scsi_io, U32 byte_offset, U8 * value ) argument
1461 sati_set_data_byte( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * scsi_io, U32 byte_offset, U8 value ) argument
1492 sati_set_data_dword( SATI_TRANSLATOR_SEQUENCE_T * sequence, void * scsi_io, U32 byte_offset, U32 value ) argument
[all...]
H A Dsati_util.h266 U32 byte_offset,
273 U32 byte_offset,
280 U32 byte_offset,
287 U32 byte_offset,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp109 uint16_t byte_offset = 0; local
114 byte_offset = 1;
119 byte_offset = 2;
127 byte_offset = 5;
135 while (byte_offset < byte_count) {
136 uint8_t byte1 = GetByteAtOffset(data, byte_offset++);
146 if (byte_offset >= byte_count)
149 uint8_t byte2 = GetByteAtOffset(data, byte_offset++);
202 if (byte_offset >= byte_count)
205 uint8_t byte2 = GetByteAtOffset(data, byte_offset
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_s390x.cpp59 lldb::offset_t offset = reg_info->byte_offset;
61 if (offset == reg_info->byte_offset + reg_info->byte_size) {
68 lldb::offset_t offset = reg_info->byte_offset;
70 if (offset == reg_info->byte_offset + reg_info->byte_size) {
H A DRegisterContextPOSIXCore_x86_64.cpp61 const size_t fxsave_offset = reg_info->byte_offset - GetFXSAVEOffset();
65 if (m_gpregset && reg_info->byte_offset < GetGPRSize()) {
67 offset = reg_info->byte_offset;
H A DRegisterContextPOSIXCore_arm.cpp46 lldb::offset_t offset = reg_info->byte_offset;
48 if (offset == reg_info->byte_offset + reg_info->byte_size) {
H A DRegisterContextPOSIXCore_arm64.cpp47 lldb::offset_t offset = reg_info->byte_offset;
49 if (offset == reg_info->byte_offset + reg_info->byte_size) {
H A DRegisterContextPOSIXCore_powerpc.cpp67 lldb::offset_t offset = reg_info->byte_offset;
70 if (offset == reg_info->byte_offset + reg_info->byte_size) {
83 if (offset == reg_info->byte_offset + reg_info->byte_size) {
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h37 uint32_t byte_offset; // The byte offset in the register context data where member in struct:lldb_private::RegisterInfo
65 return llvm::ArrayRef<uint8_t>(context_base + byte_offset, byte_size);
69 return llvm::MutableArrayRef<uint8_t>(context_base + byte_offset,
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_82598.h48 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset,
H A Dixgbe_phy.h203 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
205 s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
207 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset,
209 s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
211 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
213 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset,
H A Dixgbe_api.h144 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data);
177 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
179 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
183 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr,
186 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset,
190 s32 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultChild.cpp26 ConstString name, uint32_t byte_size, int32_t byte_offset,
30 : ValueObjectChild(parent, compiler_type, name, byte_size, byte_offset,
24 ValueObjectConstResultChild( ValueObject &parent, const CompilerType &compiler_type, 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, lldb::addr_t live_address, uint64_t language_flags) argument
/freebsd-12-stable/sys/dev/ixl/
H A Dixl_pf.h162 s32 (*read_i2c_byte)(struct ixl_pf *pf, u8 byte_offset,
164 s32 (*write_i2c_byte)(struct ixl_pf *pf, u8 byte_offset,
416 s32 ixl_read_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset,
418 s32 ixl_write_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset,
420 s32 ixl_read_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset,
422 s32 ixl_write_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset,
424 s32 ixl_read_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset,
426 s32 ixl_write_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset,
H A Dixl_pf_i2c.c457 ixl_read_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, argument
488 status = ixl_clock_out_i2c_byte(pf, byte_offset);
490 ixl_dbg(pf, IXL_DBG_I2C, "byte_offset clock out error\n");
496 ixl_dbg(pf, IXL_DBG_I2C, "byte_offset i2c ack error\n");
546 ixl_write_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, argument
570 status = ixl_clock_out_i2c_byte(pf, byte_offset);
612 ixl_read_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, argument
620 reg |= (byte_offset << I40E_GLGEN_I2CCMD_REGADD_SHIFT);
642 ixl_write_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, argument
651 status = ixl_read_i2c_byte_reg(pf, byte_offset
700 ixl_read_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset, u8 dev_addr, u8 *data) argument
726 ixl_write_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset, u8 dev_addr, u8 data) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp105 memcpy(dst + (reg_info->byte_offset & 0x1), src, src_size);
135 uint8_t *src = (uint8_t *)&m_fpr_powerpc + reg_info->byte_offset;
160 assert(reg_info->byte_offset < sizeof(m_fpr_powerpc));
161 uint8_t *dst = (uint8_t *)&m_fpr_powerpc + reg_info->byte_offset;
240 if (GetRegisterInfo()[reg].byte_offset == offset)
H A DRegisterContextPOSIXProcessMonitor_arm.cpp92 memcpy(dst + (reg_info->byte_offset & 0x1), src, src_size);
123 assert(reg_info->byte_offset < sizeof m_fpr);
124 uint8_t *src = (uint8_t *)&m_fpr + reg_info->byte_offset;
225 if (GetRegisterInfo()[reg].byte_offset == offset)
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp94 ::memcpy(dst + (reg_info->byte_offset & 0x1), src, src_size);
134 assert(reg_info->byte_offset < sizeof m_fpr);
135 uint8_t *src = (uint8_t *)&m_fpr + reg_info->byte_offset;
230 if (GetRegisterInfo()[reg].byte_offset == offset)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp97 reg_info, m_reg_data, reg_info->byte_offset, partial_data_ok));
114 m_reg_data.PeekData(reg_info->byte_offset, reg_byte_size)),
149 if (m_reg_data.GetByteSize() < reg_info->byte_offset + reg_info->byte_size)
154 m_reg_data.PeekData(reg_info->byte_offset, reg_info->byte_size));
215 if (reginfo->byte_offset + reginfo->byte_size
277 reg_info->byte_offset + reg_info->byte_size);
280 if (m_reg_data.GetByteSize() < reg_info->byte_offset + reg_info->byte_size)
289 data.SetData(m_reg_data, reg_info->byte_offset, reg_info->byte_size);
313 {m_reg_data.PeekData(reg_info->byte_offset, reg_info->byte_size),
331 reg_info->byte_offset
897 uint32_t byte_offset = 0; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp85 .SetValueFromData(reg_info, m_reg_data, reg_info->byte_offset,
94 addr_t reg_addr = m_reg_data_addr + reg_info->byte_offset;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectChild.h85 int32_t byte_offset, uint32_t bitfield_bit_size,
H A DValueObjectConstResultChild.h34 int32_t byte_offset, uint32_t bitfield_bit_size,

Completed in 231 milliseconds

123