/freebsd/sys/dev/agp/ |
H A D | agp_via.c | 350 agp_via_bind_page(device_t dev, vm_offset_t offset, vm_offset_t physical) in agp_via_bind_page() 362 agp_via_unbind_page(device_t dev, vm_offset_t offset) in agp_via_unbind_page()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_gendump.c | 253 uint32_t rem_bytes, offset; in ocs_dump_to_host() local 324 uint32_t rem_bytes, offset; in ocs_function_speciic_dump() local
|
/freebsd/sys/netinet/ |
H A D | accf_http.c | 91 mbufstrcmp(struct mbuf *m, struct mbuf *npkt, int offset, char *cmp) in mbufstrcmp() 120 mbufstrncmp(struct mbuf *m, struct mbuf *npkt, int offset, int max, char *cmp) in mbufstrncmp()
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_82543.c | 487 static s32 e1000_read_phy_reg_82543(struct e1000_hw *hw, u32 offset, u16 *data) in e1000_read_phy_reg_82543() 543 static s32 e1000_write_phy_reg_82543(struct e1000_hw *hw, u32 offset, u16 data) in e1000_write_phy_reg_82543() 1457 static void e1000_write_vfta_82543(struct e1000_hw *hw, u32 offset, u32 value) in e1000_write_vfta_82543() 1572 u16 offset, nvm_data, i; in e1000_read_mac_addr_82543() local
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | write_entry.c | 78 unsigned offset = 0; in write_file() local 293 unsigned offset = 0; in _nc_write_entry() local 553 unsigned *offset, in fake_write() 718 _nc_write_object(TERMTYPE2 *tp, char *buffer, unsigned *offset, unsigned limit) in _nc_write_object()
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-EHABI.cpp | 32 uint8_t getByte(const uint32_t* data, size_t offset) { in getByte() 95 uint32_t offset; in ProcessDescriptors() local 261 size_t offset, size_t len) { in _Unwind_VRS_Interpret() 492 unw_word_t offset; in unwind_phase1() local 613 unw_word_t offset; in unwind_phase2() local 723 unw_word_t offset; in unwind_phase2_forced() local
|
/freebsd/usr.bin/sort/ |
H A D | coll.c | 486 key_coll(struct keys_array *ps1, struct keys_array *ps2, size_t offset) in key_coll() 575 size_t offset) in list_coll_offset() 641 get_list_call_func(size_t offset) in get_list_call_func() 779 wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in wstrcoll() 963 numcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in numcoll() 973 hnumcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in hnumcoll()
|
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_amd.c | 136 bus_size_t offset) in bus_space_read_8() 145 bus_size_t offset, uint64_t val) in bus_space_write_8() 608 uint32_t offset; in amd_ntb_spad_read() local 626 uint32_t offset; in amd_ntb_spad_write() local 653 uint32_t offset; in amd_ntb_peer_spad_read() local 671 uint32_t offset; in amd_ntb_peer_spad_write() local
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_e610.c | 2111 s32 ixgbe_aci_read_nvm(struct ixgbe_hw *hw, u16 module_typeid, u32 offset, in ixgbe_aci_read_nvm() 2190 u32 offset, u16 length, void *data, in ixgbe_aci_update_nvm() 2418 u32 offset, size; in ixgbe_get_flash_bank_offset() local 2486 u16 module, u32 offset, u8 *data, u32 length) in ixgbe_read_flash_module() 2520 u32 offset, u16 *data) in ixgbe_read_netlist_module() 2549 u32 offset, u16 *data) in ixgbe_read_nvm_module() 2617 u32 offset, u16 *data) in ixgbe_read_nvm_sr_copy() 2968 static s32 ixgbe_read_sr_pointer(struct ixgbe_hw *hw, u16 offset, u32 *pointer) in ixgbe_read_sr_pointer() 3001 static s32 ixgbe_read_sr_area_size(struct ixgbe_hw *hw, u16 offset, u32 *size) in ixgbe_read_sr_area_size() 3036 u32 offset = (max_size + min_size) / 2; in ixgbe_discover_flash_size() local [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | ahb.c | 150 ath11k_ahb_get_window_start_wcn6750(struct ath11k_base *ab, u32 offset) in ath11k_ahb_get_window_start_wcn6750() 166 ath11k_ahb_window_write32_wcn6750(struct ath11k_base *ab, u32 offset, u32 value) in ath11k_ahb_window_write32_wcn6750() 177 static u32 ath11k_ahb_window_read32_wcn6750(struct ath11k_base *ab, u32 offset) in ath11k_ahb_window_read32_wcn6750() 198 static inline u32 ath11k_ahb_read32(struct ath11k_base *ab, u32 offset) in ath11k_ahb_read32() 203 static inline void ath11k_ahb_write32(struct ath11k_base *ab, u32 offset, u32 value) in ath11k_ahb_write32() 255 static void ath11k_ahb_setbit32(struct ath11k_base *ab, u8 bit, u32 offset) in ath11k_ahb_setbit32() 263 static void ath11k_ahb_clearbit32(struct ath11k_base *ab, u8 bit, u32 offset) in ath11k_ahb_clearbit32()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_pci.c | 667 bhndb_pci_get_core_regs(struct bhndb_pci_softc *sc, bus_size_t offset, in bhndb_pci_get_core_regs() 706 bhndb_pci_write_core(struct bhndb_pci_softc *sc, bus_size_t offset, in bhndb_pci_write_core() 743 bhndb_pci_read_core(struct bhndb_pci_softc *sc, bus_size_t offset, u_int width) in bhndb_pci_read_core() 1497 bhnd_size_t offset, bhnd_size_t size, struct resource **res, in bhndb_pci_probe_map() 1584 bhnd_size_t offset, uint32_t value, u_int width) in bhndb_pci_probe_write() 1627 bhnd_size_t offset, u_int width) in bhndb_pci_probe_read() 1714 bhndb_pci_eio_read(struct bhnd_erom_io *eio, bhnd_size_t offset, u_int width) in bhndb_pci_eio_read()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
H A D | usb_mac.c | 11 s8 offset = 0; in mt76x2u_mac_fixup_xtal() local
|
/freebsd/contrib/nvi/vi/ |
H A D | v_init.c | 107 v_optchange(SCR *sp, int offset, char *str, u_long *valp) in v_optchange()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_macinfo.c | 49 dwarf_get_macro_details(Dwarf_Debug dbg, Dwarf_Off offset, in dwarf_get_macro_details()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_pax.c | 39 int64_t offset, length; DEFINE_TEST() local
|
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk_clk_fract.h | 35 uint32_t offset; member
|
/freebsd/sys/i386/i386/ |
H A D | uio_machdep.c | 56 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) in uiomove_fromphys()
|
/freebsd/sys/arm/arm/ |
H A D | uio_machdep.c | 57 uiomove_fromphys(vm_page_t ma[], vm_offset_t offset, int n, struct uio *uio) in uiomove_fromphys()
|
/freebsd/crypto/krb5/src/lib/krb5/os/ |
H A D | ustime.c | 40 k5_time_with_offset(krb5_timestamp offset, krb5_int32 offset_usec, in k5_time_with_offset()
|
/freebsd/sys/dev/ioat/ |
H A D | ioat_internal.h | 54 bus_space_handle_t handle, bus_size_t offset) in ioat_bus_space_read_8_lower_first() 62 bus_space_handle_t handle, bus_size_t offset, uint64_t val) in ioat_bus_space_write_8_lower_first() 72 #define ioat_bus_space_read_8(tag, handle, offset) \ argument 74 #define ioat_bus_space_write_8(tag, handle, offset, val) \ argument 78 #define ioat_read_1(ioat, offset) \ argument 82 #define ioat_read_2(ioat, offset) \ argument 86 #define ioat_read_4(ioat, offset) \ argument 90 #define ioat_read_8(ioat, offset) \ argument 94 #define ioat_read_double_4(ioat, offset) \ argument 98 #define ioat_write_1(ioat, offset, value) \ argument [all …]
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pfsync.c | 937 int offset, len, flags = 0; in pfsync_input() local 1039 int offset, len, flags = 0; in pfsync6_input() local 1133 pfsync_in_clr(struct mbuf *m, int offset, int count, int flags, int action) in pfsync_in_clr() 1175 pfsync_in_ins(struct mbuf *m, int offset, int count, int flags, int action) in pfsync_in_ins() 1247 pfsync_in_iack(struct mbuf *m, int offset, int count, int flags, int action) in pfsync_in_iack() 1318 pfsync_in_upd(struct mbuf *m, int offset, int count, int flags, int action) in pfsync_in_upd() 1432 pfsync_in_upd_c(struct mbuf *m, int offset, int count, int flags, int action) in pfsync_in_upd_c() 1519 pfsync_in_ureq(struct mbuf *m, int offset, int count, int flags, int action) in pfsync_in_ureq() 1560 pfsync_in_del_c(struct mbuf *m, int offset, int count, int flags, int action) in pfsync_in_del_c() 1592 pfsync_in_bus(struct mbuf *m, int offset, int count, int flags, int action) in pfsync_in_bus() [all …]
|
/freebsd/contrib/ntp/parseutil/ |
H A D | testdcf.c | 136 char offset; /* start bit */ member 166 char offset; /* start bit of parity field */ member 333 int offset = 15; in main() local
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_epit.c | 133 RD4(struct epit_softc *sc, bus_size_t offset) in RD4() 140 WR4(struct epit_softc *sc, bus_size_t offset, uint32_t value) in WR4() 147 WR4B(struct epit_softc *sc, bus_size_t offset, uint32_t value) in WR4B()
|
/freebsd/sbin/dhclient/ |
H A D | options.c | 214 size_t offset; in expand_domain_search() local 259 find_search_domain_name_len(struct option_data *option, size_t *offset) in find_search_domain_name_len() 329 expand_search_domain_name(struct option_data *option, size_t *offset, in expand_search_domain_name()
|
/freebsd/sys/powerpc/powermac/ |
H A D | dbdma.c | 58 dbdma_allocate_channel(struct resource *dbdma_regs, u_int offset, in dbdma_allocate_channel() 371 dbdma_read_reg(dbdma_channel_t *chan, u_int offset) in dbdma_read_reg() 378 dbdma_write_reg(dbdma_channel_t *chan, u_int offset, uint32_t val) in dbdma_write_reg()
|