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

/freebsd-current/sys/dev/isci/scil/
H A Dsati_inquiry.c389 U16 byte_offset = 4; local
[all...]
H A Dsati_util.c396 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...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp29 ValueObjectChild( ValueObject &parent, const CompilerType &compiler_type, 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, uint64_t language_flags) argument
H A DValueObjectConstResultChild.cpp24 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-current/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp109 uint16_t byte_offset = 0; local
[all...]
H A DCompilerType.cpp1003 DumpTypeValue(Stream *s, lldb::Format format, const DataExtractor &data, lldb::offset_t byte_offset, size_t byte_size, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, ExecutionContextScope *exe_scope) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h45 uint32_t byte_offset; member in struct:lldb_private::RegisterInfo
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h33 uint32_t byte_offset = LLDB_INVALID_INDEX32; member in struct:lldb_private::DynamicRegisterInfo::Register
/freebsd-current/sys/dev/ixl/
H A Dixl_pf_i2c.c456 ixl_read_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, argument
545 ixl_write_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, argument
611 ixl_read_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, argument
641 ixl_write_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, argument
699 ixl_read_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset, u8 dev_addr, u8 *data) argument
725 ixl_write_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset, u8 dev_addr, u8 data) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp179 uint32_t byte_offset; local
267 llvm::Expected<uint32_t> byte_offset = local
[all...]
/freebsd-current/sys/dev/isci/
H A Disci_io_request.c510 scif_cb_io_request_get_virtual_address_from_sgl(void * scif_user_io_request, uint32_t byte_offset) argument
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_82598.c1199 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, argument
1214 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, argument
1126 ixgbe_read_i2c_phy_82598(struct ixgbe_hw *hw, u8 dev_addr, u8 byte_offset, u8 *eeprom_data) argument
[all...]
H A Dixgbe_82599.c2541 static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, argument
2599 static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, argument
H A Dixgbe_phy.c1932 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, argument
1950 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, argument
1966 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, argument
2002 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 *data, bool lock) argument
2090 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 *data) argument
2107 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 *data) argument
2125 ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 data, bool lock) argument
2196 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 data) argument
2213 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 data) argument
[all...]
H A Dixgbe_api.c1517 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, argument
1533 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, argument
1581 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, argument
1598 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 data) argument
1644 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data) argument
1660 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp746 const uint32_t byte_offset = bit_offset / 8u; local
/freebsd-current/sys/dev/sfxge/common/
H A Def10_nvram.c853 byte_offset( function
/freebsd-current/sys/dev/e1000/
H A De1000_82575.c3032 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, argument
3121 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, argument
H A De1000_phy.c171 e1000_read_i2c_byte_null(struct e1000_hw E1000_UNUSEDARG *hw, u8 E1000_UNUSEDARG byte_offset, u8 E1000_UNUSEDARG dev_addr, u8 E1000_UNUSEDARG *data) argument
188 e1000_write_i2c_byte_null(struct e1000_hw E1000_UNUSEDARG *hw, u8 E1000_UNUSEDARG byte_offset, u8 E1000_UNUSEDARG dev_addr, u8 E1000_UNUSEDARG data) argument
/freebsd-current/contrib/ldns/
H A Ddnssec.c1754 size_t byte_offset; local
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c2743 int rc = 0, byte_offset = 0; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2526 uint32_t byte_offset; member in struct:__anon1430::DiscriminantValue
2538 uint32_t byte_offset; member in struct:__anon1430::VariantMember
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c2001 ecore_dump_align(char *dump_buf, bool dump, u32 byte_offset) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8468 DumpEnumValue(const clang::QualType &qual_type, Stream &s, const DataExtractor &data, lldb::offset_t byte_offset, size_t byte_size, uint32_t bitfield_bit_offset, uint32_t bitfield_bit_size) argument
8549 DumpTypeValue( lldb::opaque_compiler_type_t type, Stream &s, lldb::Format format, const lldb_private::DataExtractor &data, lldb::offset_t byte_offset, size_t byte_size, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, ExecutionContextScope *exe_scope) argument
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.h2361 uint32_t byte_offset; member in struct:sli4_req_common_ext_fat_read_string_table_s

Completed in 291 milliseconds