Searched refs:dst_base (Results 1 – 2 of 2) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_xlator.c | 266 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup() local 267 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup() 274 if (src_base == CTF_ERR || dst_base == CTF_ERR) in dt_xlator_lookup() 284 dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup() 285 dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup() 305 dst_ctfp, dst_base)) in dt_xlator_lookup() 317 dst_ctfp, dst_base)) in dt_xlator_lookup() 326 dst_ctfp, dst_base) && dt_node_is_argcompat(src, &xn)) in dt_xlator_lookup()
|
/freebsd/sbin/fsck_msdosfs/ |
H A D | fat.c | 1192 off_t dst_base; in writefat() local 1227 dst_base = boot->bpbResSectors + i * boot->FATsecs; in writefat() 1228 dst_base *= boot->bpbBytesPerSec; in writefat() 1229 if ((lseek(fd, dst_base, SEEK_SET) != dst_base || in writefat()
|