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

12

/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Core/
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
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
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp109 uint16_t byte_offset = 0; local
[all...]
H A DCompilerType.cpp734 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-11-stable/sys/dev/ixl/
H A Dixl_pf_i2c.c457 ixl_read_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, argument
546 ixl_write_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, argument
612 ixl_read_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, argument
642 ixl_write_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, argument
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-11-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
/freebsd-11-stable/sys/dev/isci/
H A Disci_io_request.c511 scif_cb_io_request_get_virtual_address_from_sgl(void * scif_user_io_request, uint32_t byte_offset) argument
/freebsd-11-stable/sys/mips/rmi/dev/sec/
H A Drmilib.c392 uint64_t byte_offset, global_offset; local
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_82598.c1198 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, argument
1213 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, argument
1125 ixgbe_read_i2c_phy_82598(struct ixgbe_hw *hw, u8 dev_addr, u8 byte_offset, u8 *eeprom_data) argument
[all...]
H A Dixgbe_phy.c1925 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, argument
1943 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, argument
1959 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, argument
1994 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 *data, bool lock) argument
2084 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 *data) argument
2100 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 *data) argument
2117 ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 data, bool lock) argument
2187 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 data) argument
2203 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 data) argument
[all...]
H A Dixgbe_82599.c2527 static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, argument
2584 static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, argument
H A Dixgbe_api.c1437 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, argument
1453 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, argument
1501 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, argument
1518 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, u8 data) argument
1564 ixgbe_write_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 eeprom_data) argument
1580 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp897 uint32_t byte_offset = 0; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp720 const uint32_t byte_offset = bit_offset / 8u; local
/freebsd-11-stable/contrib/gcc/
H A Dstor-layout.c799 excess_unit_span(HOST_WIDE_INT byte_offset, HOST_WIDE_INT bit_offset, HOST_WIDE_INT size, HOST_WIDE_INT align, tree type) argument
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h429 uint64_t byte_offset : 16; /**< Number of bytes consumed */ member in struct:__anon8500::__anon8501
441 uint64_t byte_offset : 16; /**< Number of bytes consumed */ member in struct:__anon8500::__anon8502
H A Dcvmx-l2c.c1478 int byte_offset, virtid_offset; local
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_state.c1673 u32 offset, byte_offset; local
/freebsd-11-stable/sys/dev/e1000/
H A De1000_82575.c3271 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, argument
3362 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, argument
H A De1000_phy.c165 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
182 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-11-stable/sys/dev/sfxge/common/
H A Def10_nvram.c843 byte_offset( function
/freebsd-11-stable/contrib/ldns/
H A Ddnssec.c1713 size_t byte_offset; local
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvalops.c657 int byte_offset; local

Completed in 248 milliseconds

12