| /freebsd-12-stable/sys/dev/ixl/ |
| D | ixl_pf_i2c.c | 457 ixl_read_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, in ixl_read_i2c_byte_bb() 546 ixl_write_i2c_byte_bb(struct ixl_pf *pf, u8 byte_offset, in ixl_write_i2c_byte_bb() 612 ixl_read_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, in ixl_read_i2c_byte_reg() 642 ixl_write_i2c_byte_reg(struct ixl_pf *pf, u8 byte_offset, in ixl_write_i2c_byte_reg() 700 ixl_read_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset, in ixl_read_i2c_byte_aq() 726 ixl_write_i2c_byte_aq(struct ixl_pf *pf, u8 byte_offset, in ixl_write_i2c_byte_aq()
|
| /freebsd-12-stable/sys/dev/ixgbe/ |
| D | ixgbe_phy.c | 1926 s32 ixgbe_read_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_generic() 1944 static s32 ixgbe_read_i2c_sff8472_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_generic() 1960 s32 ixgbe_write_i2c_eeprom_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_eeprom_generic() 1996 static s32 ixgbe_read_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_int() 2084 s32 ixgbe_read_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic() 2101 s32 ixgbe_read_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_generic_unlocked() 2119 static s32 ixgbe_write_i2c_byte_generic_int(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic_int() 2190 s32 ixgbe_write_i2c_byte_generic(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic() 2207 s32 ixgbe_write_i2c_byte_generic_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_generic_unlocked()
|
| D | ixgbe_api.c | 1518 s32 ixgbe_read_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_read_i2c_byte() 1534 s32 ixgbe_read_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_unlocked() 1582 s32 ixgbe_write_i2c_byte(struct ixgbe_hw *hw, u8 byte_offset, u8 dev_addr, in ixgbe_write_i2c_byte() 1599 s32 ixgbe_write_i2c_byte_unlocked(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_unlocked() 1646 u8 byte_offset, u8 eeprom_data) in ixgbe_write_i2c_eeprom() 1661 s32 ixgbe_read_i2c_eeprom(struct ixgbe_hw *hw, u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_eeprom()
|
| D | ixgbe_82598.c | 1128 u8 byte_offset, u8 *eeprom_data) in ixgbe_read_i2c_phy_82598() 1200 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_eeprom_82598() 1215 static s32 ixgbe_read_i2c_sff8472_82598(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_sff8472_82598()
|
| D | ixgbe_82599.c | 2539 static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_read_i2c_byte_82599() 2597 static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, in ixgbe_write_i2c_byte_82599()
|
| /freebsd-12-stable/sys/dev/isci/scil/ |
| D | scif_sas_sati_binding.h | 91 #define sati_cb_get_data_byte(scsi_io, byte_offset, value) \ argument 99 #define sati_cb_set_data_byte(scsi_io, byte_offset, value) \ argument
|
| D | sati_util.c | 401 U32 byte_offset, in sati_set_sense_data_byte() 1436 U32 byte_offset, in sati_get_data_byte() 1464 U32 byte_offset, in sati_set_data_byte() 1495 U32 byte_offset, in sati_set_data_dword()
|
| D | sati_inquiry.c | 391 U16 byte_offset = 4; in sati_inquiry_device_id_translate_data() local
|
| D | scif_sas_stp_io_request.c | 587 U32 byte_offset in scic_cb_io_request_get_virtual_address_from_sgl()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | ValueObjectConstResultChild.cpp | 26 ConstString name, uint32_t byte_size, int32_t byte_offset, in ValueObjectConstResultChild()
|
| D | ValueObjectChild.cpp | 31 ConstString name, uint64_t byte_size, int32_t byte_offset, in ValueObjectChild()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/ |
| D | lldb-private-types.h | 44 uint32_t byte_offset; member
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/ |
| D | ArmUnwindInfo.cpp | 109 uint16_t byte_offset = 0; in GetUnwindPlan() local
|
| D | CompilerType.cpp | 739 lldb::offset_t byte_offset, size_t byte_size, in DumpTypeValue()
|
| /freebsd-12-stable/sys/dev/isci/ |
| D | isci_io_request.c | 514 uint32_t byte_offset) in scif_cb_io_request_get_virtual_address_from_sgl()
|
| /freebsd-12-stable/sys/dev/e1000/ |
| D | e1000_82575.c | 3033 s32 e1000_read_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, in e1000_read_i2c_byte_generic() 3122 s32 e1000_write_i2c_byte_generic(struct e1000_hw *hw, u8 byte_offset, in e1000_write_i2c_byte_generic()
|
| D | e1000_phy.c | 173 u8 E1000_UNUSEDARG byte_offset, in e1000_read_i2c_byte_null() 190 u8 E1000_UNUSEDARG byte_offset, in e1000_write_i2c_byte_null()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBType.cpp | 748 const uint32_t byte_offset = bit_offset / 8u; in GetDescription() local
|
| /freebsd-12-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-dfa.h | 429 uint64_t byte_offset : 16; /**< Number of bytes consumed */ member 441 uint64_t byte_offset : 16; /**< Number of bytes consumed */ member
|
| D | cvmx-l2c.c | 1478 int byte_offset, virtid_offset; in cvmx_l2c_vrt_memprotect() local
|
| /freebsd-12-stable/contrib/gcc/ |
| D | stor-layout.c | 799 excess_unit_span (HOST_WIDE_INT byte_offset, HOST_WIDE_INT bit_offset, in excess_unit_span()
|
| D | expmed.c | 354 int byte_offset; in store_bit_field() local 1103 int byte_offset; in extract_bit_field() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteRegisterContext.cpp | 977 uint32_t byte_offset = 0; in HardcodeARMRegisters() local
|
| /freebsd-12-stable/contrib/ldns/ |
| D | dnssec.c | 1742 size_t byte_offset; in ldns_convert_dsa_rrsig_asn12rdf() local
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | valops.c | 657 int byte_offset; in value_assign() local
|