Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c263 zfs_rangelock_split(avl_tree_t *tree, zfs_locked_range_t *lr, uint64_t off) in zfs_rangelock_split()
294 zfs_rangelock_new_proxy(avl_tree_t *tree, uint64_t off, uint64_t len) in zfs_rangelock_new_proxy()
315 uint64_t off = new->lr_offset; in zfs_rangelock_add_reader() local
408 uint64_t off = new->lr_offset; in zfs_rangelock_enter_reader() local
482 zfs_rangelock_enter_impl(zfs_rangelock_t *rl, uint64_t off, uint64_t len, in zfs_rangelock_enter_impl()
521 zfs_rangelock_enter(zfs_rangelock_t *rl, uint64_t off, uint64_t len, in zfs_rangelock_enter()
528 zfs_rangelock_tryenter(zfs_rangelock_t *rl, uint64_t off, uint64_t len, in zfs_rangelock_tryenter()
662 zfs_rangelock_reduce(zfs_locked_range_t *lr, uint64_t off, uint64_t len) in zfs_rangelock_reduce()
H A Dabd.c500 abd_gang_get_offset(abd_t *abd, size_t *off) in abd_gang_get_offset()
523 abd_get_offset_impl(abd_t *sabd, size_t off, size_t size) in abd_get_offset_impl()
568 abd_get_offset(abd_t *sabd, size_t off) in abd_get_offset()
576 abd_get_offset_size(abd_t *sabd, size_t off, size_t size) in abd_get_offset_size()
742 abd_init_abd_iter(abd_t *abd, struct abd_iter *aiter, size_t off) in abd_init_abd_iter()
781 abd_iterate_func(abd_t *abd, size_t off, size_t size, in abd_iterate_func()
839 abd_copy_to_buf_off(void *buf, abd_t *abd, size_t off, size_t size) in abd_copy_to_buf_off()
863 abd_cmp_buf_off(abd_t *abd, const void *buf, size_t off, size_t size) in abd_cmp_buf_off()
885 abd_copy_from_buf_off(abd_t *abd, const void *buf, size_t off, size_t size) in abd_copy_from_buf_off()
905 abd_zero_off(abd_t *abd, size_t off, size_t size) in abd_zero_off()
/f-stack/freebsd/arm/ti/
H A Dti_sdhci.c137 ti_mmchs_read_4(struct ti_sdhci_softc *sc, bus_size_t off) in ti_mmchs_read_4()
144 ti_mmchs_write_4(struct ti_sdhci_softc *sc, bus_size_t off, uint32_t val) in ti_mmchs_write_4()
151 RD4(struct ti_sdhci_softc *sc, bus_size_t off) in RD4()
158 WR4(struct ti_sdhci_softc *sc, bus_size_t off, uint32_t val) in WR4()
165 ti_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_1()
173 ti_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_2()
216 ti_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_4()
240 ti_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_read_multi_4()
249 ti_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_write_1()
279 ti_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_write_2()
[all …]
/f-stack/freebsd/netgraph/
H A Dng_parse.c160 int off = 0; in ng_unparse() local
184 const char *s, int *off, const u_char *const start, in ng_struct_parse()
201 int off = 0; in ng_struct_getDefault() local
238 const char *s, int *off, const u_char *const start, in ng_fixedarray_parse()
257 int off = 0; in ng_fixedarray_getDefault() local
287 const char *s, int *off, const u_char *const start, in ng_array_parse()
304 int off = 0; in ng_array_getDefault() local
334 const char *s, int *off, const u_char *const start, in ng_int8_parse()
1644 int off = off0; in ng_parse_skip_value() local
1729 int start, off; in ng_get_string_token() local
[all …]
/f-stack/freebsd/opencrypto/
H A Dcriov.c85 cuio_copydata(struct uio* uio, int off, int len, caddr_t cp) in cuio_copydata()
105 cuio_copyback(struct uio* uio, int off, int len, c_caddr_t cp) in cuio_copyback()
128 cuio_getptr(struct uio *uio, int loc, int *off) in cuio_getptr()
158 cvm_page_apply(vm_page_t *pages, int off, int len, in cvm_page_apply()
197 cvm_page_copyback(vm_page_t *pages, int off, int len, c_caddr_t cp) in cvm_page_copyback()
222 cvm_page_copydata(vm_page_t *pages, int off, int len, caddr_t cp) in cvm_page_copydata()
569 cuio_apply(struct uio *uio, int off, int len, in cuio_apply()
593 crypto_copyback(struct cryptop *crp, int off, int size, const void *src) in crypto_copyback()
630 crypto_copydata(struct cryptop *crp, int off, int size, void *dst) in crypto_copydata()
662 crypto_apply_buf(struct crypto_buffer *cb, int off, int len, in crypto_apply_buf()
[all …]
/f-stack/dpdk/lib/librte_graph/
H A Dgraph_populate.c68 rte_graph_off_t off = _graph->nodes_start; in graph_nodes_populate() local
109 rte_graph_off_t off; in graph_node_id_to_ptr() local
123 rte_graph_off_t off; in graph_node_name_to_ptr() local
137 rte_graph_off_t off; in graph_node_nexts_populate() local
219 rte_graph_off_t off; in graph_nodes_mem_destroy() local
/f-stack/freebsd/arm/nvidia/
H A Dtegra_sdhci.c121 RD4(struct tegra_sdhci_softc *sc, bus_size_t off) in RD4()
128 tegra_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_1()
137 tegra_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_2()
146 tegra_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_4()
160 tegra_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_read_multi_4()
170 tegra_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_1()
180 tegra_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_2()
190 tegra_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_4()
200 tegra_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_multi_4()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c235 RD4(struct bcm_sdhost_softc *sc, bus_size_t off) in RD4()
245 WR4(struct bcm_sdhost_softc *sc, bus_size_t off, uint32_t val) in WR4()
253 RD2(struct bcm_sdhost_softc *sc, bus_size_t off) in RD2()
264 RD1(struct bcm_sdhost_softc *sc, bus_size_t off) in RD1()
274 WR2(struct bcm_sdhost_softc *sc, bus_size_t off, uint16_t val) in WR2()
285 WR1(struct bcm_sdhost_softc *sc, bus_size_t off, uint8_t val) in WR1()
812 bcm_sdhost_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhost_read_1()
866 bcm_sdhost_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhost_read_2()
924 bcm_sdhost_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhost_read_4()
1036 bus_size_t off, uint8_t val) in bcm_sdhost_write_1()
[all …]
H A Dbcm2835_sdhci.c439 RD4(struct bcm_sdhci_softc *sc, bus_size_t off) in RD4()
446 WR4(struct bcm_sdhci_softc *sc, bus_size_t off, uint32_t val) in WR4()
460 bcm_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhci_read_1()
469 bcm_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhci_read_2()
490 bcm_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhci_read_4()
498 bcm_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in bcm_sdhci_read_multi_4()
507 bcm_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, in bcm_sdhci_write_1()
518 bcm_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, in bcm_sdhci_write_2()
564 bcm_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in bcm_sdhci_write_4()
572 bcm_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in bcm_sdhci_write_multi_4()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c73 zfs_file_write_impl(zfs_file_t *fp, const void *buf, size_t count, loff_t *off) in zfs_file_write_impl()
106 loff_t off = fp->f_pos; in zfs_file_write() local
136 zfs_file_pwrite(zfs_file_t *fp, const void *buf, size_t count, loff_t off, in zfs_file_pwrite()
155 zfs_file_read_impl(zfs_file_t *fp, void *buf, size_t count, loff_t *off) in zfs_file_read_impl()
187 loff_t off = fp->f_pos; in zfs_file_read() local
217 zfs_file_pread(zfs_file_t *fp, void *buf, size_t count, loff_t off, in zfs_file_pread()
/f-stack/freebsd/kern/
H A Duipc_mbufhash.c46 m_common_hash_gethdr(const struct mbuf *m, const u_int off, in m_common_hash_gethdr()
79 uint32_t p, int off, const uint16_t etype) in m_tcpip_hash()
165 int off; in m_ether_tcpip_hash() local
199 int off; in m_infiniband_tcpip_hash() local
/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c142 size_t off = tree->avl_offset; in avl_walk() local
191 size_t off = tree->avl_offset; in avl_first() local
210 size_t off = tree->avl_offset; in avl_last() local
235 size_t off = tree->avl_offset; in avl_nearest() local
265 size_t off = tree->avl_offset; in avl_find() local
493 size_t off = tree->avl_offset; in avl_insert() local
681 size_t off = tree->avl_offset; in avl_remove() local
971 size_t off = tree->avl_offset; in avl_destroy_nodes() local
/f-stack/freebsd/netinet6/
H A Dip6_input.c406 ip6_input_hbh(struct mbuf **mp, uint32_t *plen, uint32_t *rtalert, int *off, in ip6_input_hbh()
485 int off, nxt; in ip6_direct_input() local
541 int off = sizeof(struct ip6_hdr), nest; in ip6_input() local
951 int off = *offp, hbhlen; in ip6_hopopts_input() local
1132 ip6_unknown_opt(u_int8_t *optp, struct mbuf *m, int off) in ip6_unknown_opt()
1424 int nxt = ip6->ip6_nxt, off = sizeof(struct ip6_hdr); in ip6_savecontrol() local
1591 ip6_get_prevhdr(const struct mbuf *m, int off) in ip6_get_prevhdr()
1628 ip6_nexthdr(const struct mbuf *m, int off, int proto, int *nxtp) in ip6_nexthdr()
1703 ip6_lasthdr(const struct mbuf *m, int off, int proto, int *nxtp) in ip6_lasthdr()
/f-stack/freebsd/netipsec/
H A Dudpencap.c116 udp_ipsec_input(struct mbuf *m, int off, int af) in udp_ipsec_input()
218 int hlen, off; in udp_ipsec_output() local
250 uint16_t cksum, off; in udp_ipsec_adjust_cksum() local
/f-stack/dpdk/drivers/net/enetc/base/
H A Denetc_hw.h41 #define ENETC_BDR(type, n, off) (0x8000 + (type) * 0x100 + (n) * 0x200 \ argument
165 #define enetc_rd(hw, off) enetc_rd_reg((size_t)(hw)->reg + (off)) argument
169 #define enetc_port_wr(hw, off, val) \ argument
172 #define enetc_global_rd(hw, off) \ argument
174 #define enetc_global_wr(hw, off, val) \ argument
177 #define enetc_bdr_rd(hw, t, n, off) \ argument
179 #define enetc_bdr_wr(hw, t, n, off, val) \ argument
182 #define enetc_txbdr_rd(hw, n, off) enetc_bdr_rd(hw, TX, n, off) argument
183 #define enetc_rxbdr_rd(hw, n, off) enetc_bdr_rd(hw, RX, n, off) argument
184 #define enetc_txbdr_wr(hw, n, off, val) \ argument
[all …]
/f-stack/freebsd/mips/mediatek/
H A Dmtk_pcie.h140 #define MT_WRITE32(sc, off, val) \ argument
142 #define MT_WRITE16(sc, off, val) \ argument
144 #define MT_WRITE8(sc, off, val) \ argument
146 #define MT_READ32(sc, off) \ argument
148 #define MT_READ16(sc, off) \ argument
150 #define MT_READ8(sc, off) \ argument
153 #define MT_CLR_SET32(sc, off, clr, set) \ argument
/f-stack/freebsd/arm64/freescale/imx/clk/
H A Dimx_clk_gate.c42 #define WR4(_clk, off, val) \ argument
44 #define RD4(_clk, off, val) \ argument
46 #define MD4(_clk, off, clr, set ) \ argument
H A Dimx_clk_mux.c46 #define WR4(_clk, off, val) \ argument
48 #define RD4(_clk, off, val) \ argument
50 #define MD4(_clk, off, clr, set ) \ argument
/f-stack/tools/netstat/
H A Dinet.c201 protopr(u_long off, const char *name, int af1, int proto) in protopr()
605 tcp_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in tcp_stats()
888 udp_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in udp_stats()
953 carp_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in carp_stats()
1008 ip_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in ip_stats()
1093 arp_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in arp_stats()
1179 icmp_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in icmp_stats()
1285 igmp_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in igmp_stats()
H A Dipsec.c201 ipsec_stats(u_long off, const char *name, int af1 __unused, int proto __unused) in ipsec_stats()
310 ah_stats(u_long off, const char *name, int family __unused, int proto __unused) in ah_stats()
370 esp_stats(u_long off, const char *name, int family __unused, int proto __unused) in esp_stats()
427 ipcomp_stats(u_long off, const char *name, int family __unused, in ipcomp_stats()
/f-stack/freebsd/arm/mv/
H A Dmvwin.h308 #define WIN_REG_IDX_RD(pre,reg,off,base) \ argument
315 #define WIN_REG_IDX_RD2(pre,reg,off,base) \ argument
322 #define WIN_REG_BASE_IDX_RD(pre,reg,off) \ argument
329 #define WIN_REG_BASE_IDX_RD2(pre,reg,off) \ argument
336 #define WIN_REG_IDX_WR(pre,reg,off,base) \ argument
343 #define WIN_REG_IDX_WR2(pre,reg,off,base) \ argument
350 #define WIN_REG_BASE_IDX_WR(pre,reg,off) \ argument
364 #define WIN_REG_RD(pre,reg,off,base) \ argument
371 #define WIN_REG_BASE_RD(pre,reg,off) \ argument
378 #define WIN_REG_WR(pre,reg,off,base) \ argument
[all …]
/f-stack/freebsd/arm64/rockchip/clk/
H A Drk_clk_gate.c42 #define WR4(_clk, off, val) \ argument
44 #define RD4(_clk, off, val) \ argument
46 #define MD4(_clk, off, clr, set ) \ argument
H A Drk_clk_mux.c47 #define WR4(_clk, off, val) \ argument
49 #define RD4(_clk, off, val) \ argument
51 #define MD4(_clk, off, clr, set ) \ argument
/f-stack/freebsd/arm/allwinner/clkng/
H A Daw_clk_prediv_mux.c63 #define WRITE4(_clk, off, val) \ argument
65 #define READ4(_clk, off, val) \ argument
67 #define MODIFY4(_clk, off, clr, set ) \ argument
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_file_os.c118 loff_t off = fp->f_offset; in zfs_file_write() local
129 zfs_file_pwrite(zfs_file_t *fp, const void *buf, size_t count, loff_t off, in zfs_file_pwrite()
170 loff_t off = fp->f_offset; in zfs_file_read() local
180 zfs_file_pread(zfs_file_t *fp, void *buf, size_t count, loff_t off, in zfs_file_pread()

12345678910>>...16