Home
last modified time | relevance | path

Searched defs:offset (Results 76 – 100 of 2519) sorted by relevance

12345678910>>...101

/freebsd/sys/arm/arm/
H A Dstdatomic.c138 size_t offset; in put_1() local
147 size_t offset; in get_1() local
156 size_t offset; in put_2() local
171 size_t offset; in get_2() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp51 dw_offset_t offset = m_cu_aranges_up->OffsetAtIndex(n); in GetCompileUnitAranges() local
68 dw_offset_t offset = cu->GetOffset(); in GetCompileUnitAranges() local
83 lldb::offset_t offset = 0; in ParseUnitsFor() local
194 dw_offset_t offset) { in FindUnitIndex()
/freebsd/sys/dev/sfxge/common/
H A Defx_nvram.c260 __in unsigned int offset, in efx_nvram_read_chunk()
298 __in unsigned int offset, in efx_nvram_read_backup()
334 unsigned int offset = 0; in efx_nvram_erase() local
369 __in unsigned int offset, in efx_nvram_write_chunk()
789 __in uint32_t offset, in efx_mcdi_nvram_read()
845 __in uint32_t offset, in efx_mcdi_nvram_erase()
887 __in uint32_t offset, in efx_mcdi_nvram_write()
/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c55 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset) in os_pci_readb()
60 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset) in os_pci_readw()
65 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset) in os_pci_readl()
70 void os_pci_writeb (void *osext, HPT_U8 offset, HPT_U8 value) in os_pci_writeb()
75 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value) in os_pci_writew()
80 void os_pci_writel (void *osext, HPT_U8 offset, HPT_U32 value) in os_pci_writel()
111 HPT_U32 offset, in os_map_pci_bar()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dsdio.c36 static u32 mt76s_read_mailbox(struct mt76_dev *dev, u32 offset) in mt76s_read_mailbox()
91 static void mt76s_write_mailbox(struct mt76_dev *dev, u32 offset, u32 val) in mt76s_write_mailbox()
144 u32 mt76s_rr(struct mt76_dev *dev, u32 offset) in mt76s_rr()
153 void mt76s_wr(struct mt76_dev *dev, u32 offset, u32 val) in mt76s_wr()
162 u32 mt76s_rmw(struct mt76_dev *dev, u32 offset, u32 mask, u32 val) in mt76s_rmw()
171 void mt76s_write_copy(struct mt76_dev *dev, u32 offset, in mt76s_write_copy()
184 void mt76s_read_copy(struct mt76_dev *dev, u32 offset, in mt76s_read_copy()
/freebsd/libexec/comsat/
H A Dcomsat.c114 off_t offset; in mailfor() local
140 notify(struct utmpx *utp, char file[], off_t offset, int folder) in notify()
204 jkfprintf(FILE *tp, char file[], off_t offset) in jkfprintf()
/freebsd/sys/dev/igc/
H A Digc_phy.c63 u32 IGC_UNUSEDARG offset, u16 IGC_UNUSEDARG *data) in igc_null_read_reg()
98 u32 IGC_UNUSEDARG offset, u16 IGC_UNUSEDARG data) in igc_null_write_reg()
167 s32 igc_read_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 *data) in igc_read_phy_reg_mdic()
226 s32 igc_write_phy_reg_mdic(struct igc_hw *hw, u32 offset, u16 data) in igc_write_phy_reg_mdic()
944 s32 igc_write_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 data) in igc_write_phy_reg_gpy()
978 s32 igc_read_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 *data) in igc_read_phy_reg_gpy()
H A Digc_api.c244 void igc_write_vfta(struct igc_hw *hw, u32 offset, u32 value) in igc_write_vfta()
454 s32 igc_read_phy_reg(struct igc_hw *hw, u32 offset, u16 *data) in igc_read_phy_reg()
471 s32 igc_write_phy_reg(struct igc_hw *hw, u32 offset, u16 data) in igc_write_phy_reg()
667 s32 igc_read_nvm(struct igc_hw *hw, u16 offset, u16 words, u16 *data) in igc_read_nvm()
685 s32 igc_write_nvm(struct igc_hw *hw, u16 offset, u16 words, u16 *data) in igc_write_nvm()
/freebsd/contrib/mandoc/
H A Ddbm_map.c143 dbm_get(int32_t offset) in dbm_get()
164 dbm_getint(int32_t offset) in dbm_getint()
/freebsd/tests/sys/fs/fusefs/
H A Dfallocate.cc371 uint64_t offset = 500; in TEST_F() local
412 uint64_t offset = 1500; in TEST_F() local
440 uint64_t offset = 500; in TEST_F() local
472 uint64_t offset = 500; in TEST_F() local
508 uint64_t offset = 0; in TEST_P() local
597 uint64_t offset = 0; in TEST_F() local
629 uint64_t offset = 0; in TEST_F() local
656 uint64_t offset = 0; in TEST_F() local
700 uint64_t offset = 0; in TEST_F() local
741 uint64_t offset = 0; in TEST_F() local
[all …]
/freebsd/sys/netinet/
H A Dsctp_crc32.c91 sctp_calculate_cksum(struct mbuf *m, int32_t offset) in sctp_calculate_cksum()
115 sctp_delayed_cksum(struct mbuf *m, uint32_t offset) in sctp_delayed_cksum()
/freebsd/sys/netinet6/
H A Dip6_forward.c402 int offset = ip6_lasthdr(m, 0, IPPROTO_IPV6, NULL); in ip6_forward() local
412 int offset = ip6_lasthdr(m, 0, IPPROTO_IPV6, NULL); in ip6_forward() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h140 Address(const lldb::SectionSP & section_sp,lldb::addr_t offset) Address() argument
438 SetOffset(lldb::addr_t offset) SetOffset() argument
449 Slide(int64_t offset) Slide() argument
[all...]
/freebsd/contrib/dialog/
H A Dcolumns.c52 next_col(char *source, unsigned offset) in next_col()
71 unsigned offset = 0; in split_row() local
140 unsigned offset = 0; in dlg_align_columns() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dstore_mem.c72 mem_seek(krb5_storage *sp, off_t offset, int whence) in mem_seek()
95 mem_trunc(krb5_storage *sp, off_t offset) in mem_trunc()
107 mem_no_trunc(krb5_storage *sp, off_t offset) in mem_no_trunc()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-packet_decoder.c155 uint64_t offset; in get_offset_null() local
169 uint64_t offset; in get_offset_init() local
180 uint64_t offset; in sync_set_get_offset() local
196 uint64_t offset; in get_sync_offset_null() local
/freebsd/sys/dev/mana/
H A Dmana_sysctl.c65 int offset = arg2, i, err; in mana_sysctl_rx_stat_agg_u64() local
90 int offset = arg2, err; in mana_sysctl_rx_stat_u16() local
110 int offset = arg2, err; in mana_sysctl_rx_stat_u32() local
130 int offset = arg2, i, err; in mana_sysctl_tx_stat_agg_u64() local
/freebsd/sys/dev/usb/
H A Dusb_busdma.c85 usbd_get_page(struct usb_page_cache *pc, usb_frlength_t offset, in usbd_get_page()
140 usb_pc_buffer_is_aligned(struct usb_page_cache *pc, usb_frlength_t offset, in usb_pc_buffer_is_aligned()
165 usbd_copy_in(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_in()
193 usbd_copy_in_user(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_in_user()
282 usbd_copy_out(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out()
310 usbd_copy_out_user(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_copy_out_user()
338 usbd_frame_zero(struct usb_page_cache *cache, usb_frlength_t offset, in usbd_frame_zero()
/freebsd/sys/contrib/device-tree/include/dt-bindings/gpio/
H A Dtegra241-gpio.h32 #define TEGRA241_MAIN_GPIO(port, offset) \ argument
39 #define TEGRA241_AON_GPIO(port, offset) \ argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.h54 uint32_t offset = 0; member
63 uint32_t offset = 0; member
88 uint16_t offset = 0; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp298 offset_t offset = 0; in Parse() local
366 offset_t offset = 0; in Parse() local
434 offset_t offset = 0; in Parse() local
/freebsd/sys/dev/syscon/
H A Dsyscon_generic.c90 syscon_generic_unlocked_read_4(struct syscon *syscon, bus_size_t offset) in syscon_generic_unlocked_read_4()
102 syscon_generic_unlocked_write_4(struct syscon *syscon, bus_size_t offset, uint32_t val) in syscon_generic_unlocked_write_4()
113 syscon_generic_unlocked_modify_4(struct syscon *syscon, bus_size_t offset, in syscon_generic_unlocked_modify_4()
/freebsd/sys/contrib/libfdt/
H A Dlibfdt_internal.h70 static inline const void *fdt_offset_ptr_(const void *fdt, int offset) in fdt_offset_ptr_()
75 static inline void *fdt_offset_ptr_w_(void *fdt, int offset) in fdt_offset_ptr_w_()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dmmap_seek.c50 seek_data(int fd, off_t offset, off_t expected) in seek_data()
61 seek_hole(int fd, off_t offset, off_t expected) in seek_hole()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp29 LanguageType language, Breakpoint::MatchType type, lldb::addr_t offset, in BreakpointResolverName() argument
49 FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, in BreakpointResolverName() argument
63 : BreakpointResolver(bkpt, BreakpointResolver::NameResolver, offset), in BreakpointResolverName() argument
76 : BreakpointResolver(bkpt, BreakpointResolver::NameResolver, offset), in BreakpointResolverName() argument
107 lldb::offset_t offset = 0; CreateFromStructuredData() local
[all...]

12345678910>>...101