Searched refs:dst_inc (Results 1 – 1 of 1) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_create.c | 1343 ssize_t src_sz, dst_sz, src_inc, dst_inc; in soucmp() local 1367 (void) ctf_get_ctt_size(dst_fp, dst_tp, &dst_sz, &dst_inc); in soucmp() 1375 dst_mp = (const char *)dst_tp + dst_inc; in soucmp() 1377 n--, src_mp += src_inc, dst_mp += dst_inc) { in soucmp() 1380 ctf_get_ctm_info(dst_fp, dst_mp, dst_sz, &dst_inc, NULL, in soucmp()
|