Searched refs:dst_offset (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dlog.h95 size_t dst_offset = 0; local
96 dst_offset += malloc_snprintf(buf, JEMALLOC_LOG_BUFSIZE, "%s: ", name);
97 dst_offset += malloc_vsnprintf(buf + dst_offset,
98 JEMALLOC_LOG_BUFSIZE - dst_offset, format, ap);
99 dst_offset += malloc_snprintf(buf + dst_offset,
100 JEMALLOC_LOG_BUFSIZE - dst_offset, "\n");
/freebsd-current/sys/dev/usb/
H A Dusb_busdma.c223 usb_frlength_t dst_offset; member in struct:usb_m_copy_in_arg
231 usbd_copy_in(ua->cache, ua->dst_offset, src, count);
232 ua->dst_offset += count;
237 usbd_m_copy_in(struct usb_page_cache *cache, usb_frlength_t dst_offset, argument
240 struct usb_m_copy_in_arg arg = {cache, dst_offset};
H A Dusbdi.h676 void usbd_m_copy_in(struct usb_page_cache *cache, usb_frlength_t dst_offset,
/freebsd-current/sys/contrib/ena-com/
H A Dena_eth_com.c81 u32 dst_offset; local
84 dst_offset = dst_tail_mask * llq_info->desc_list_entry_size;
105 ENA_MEMCPY_TO_DEVICE_64(io_sq->desc_addr.pbuf_dev_addr + dst_offset,
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect.c1118 uint64_t dst_offset = DVA_GET_OFFSET(&m->vimep_dst); local
1137 rs_alloc(dst_v, dst_offset + inner_offset,
1154 dst_offset + inner_offset + inner_half,
1158 dst_offset + inner_offset,
1162 dst_offset + inner_offset,
/freebsd-current/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1372 ulong_t src_offset, dst_offset; local
1381 &dst_offset, &dst_name);
1383 if (src_offset != dst_offset)
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h1088 size_t dst_offset, size_t src_offset,
1087 FTN_TARGET_MEMCPY(void *dst, void *src, size_t length, size_t dst_offset, size_t src_offset, int dst_device, int src_device) argument
/freebsd-current/stand/libsa/zfs/
H A Dzfsimpl.c634 uint64_t dst_offset = DVA_GET_OFFSET(&m->vimep_dst); local
645 o = rs_alloc(dst_v, dst_offset + inner_offset,
657 dst_offset + inner_offset,
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h5322 u8 dst_offset[0x5]; member in struct:mlx5_ifc_copy_action_in_bits

Completed in 311 milliseconds