Searched refs:dst_base (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c266 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type); local
267 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base);
274 if (src_base == CTF_ERR || dst_base == CTF_ERR)
284 dst_base = ctf_type_resolve(dst_ctfp, dst_type);
285 dst_kind = ctf_type_kind(dst_ctfp, dst_base);
305 dst_ctfp, dst_base))
317 dst_ctfp, dst_base))
326 dst_ctfp, dst_base) && dt_node_is_argcompat(src, &xn))
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dfat.c1194 off_t dst_base; local
1229 dst_base = boot->bpbResSectors + i * boot->FATsecs;
1230 dst_base *= boot->bpbBytesPerSec;
1231 if ((lseek(fd, dst_base, SEEK_SET) != dst_base ||

Completed in 123 milliseconds