Searched refs:dst_kind (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_xlator.c267 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base); local
269 int ptr = dst_kind == CTF_K_POINTER;
285 dst_kind = ctf_type_kind(dst_ctfp, dst_base);
288 if (dst_kind != CTF_K_UNION && dst_kind != CTF_K_STRUCT)
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1254 uint_t dst_kind = CTF_K_UNKNOWN; local
1308 dst_kind = ctf_type_kind(dst_fp, dst_type);
1316 if (dst_type != CTF_ERR && dst_kind != kind) {
1317 if (dst_kind != CTF_K_FORWARD || (kind != CTF_K_ENUM &&
1451 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) {
1512 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dcopy.c807 svn_node_kind_t dst_kind;
811 SVN_ERR(svn_io_check_path(dst_abspath, &dst_kind, scratch_pool));
812 if (dst_kind != svn_node_none)
805 svn_node_kind_t dst_kind; local
H A Dwc_db_update_move.c680 svn_node_kind_t dst_kind, src_kind; local
682 SVN_ERR(svn_wc__db_depth_get_info(NULL, &dst_kind, NULL,
697 dst_kind, src_kind,
2016 svn_node_kind_t src_kind, dst_kind; local
2028 SVN_ERR(get_info(&dst_props, &dst_checksum, &dst_children, &dst_kind,
2033 || (dst_kind != svn_node_none && src_kind != dst_kind))
2035 SVN_ERR(tc_editor_delete(nmb, dst_relpath, dst_kind, src_kind,
2042 if (src_kind != svn_node_none && src_kind != dst_kind)
2046 SVN_ERR(tc_editor_add_file(nmb, dst_relpath, dst_kind,
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c664 svn_node_kind_t dst_kind;
675 SVN_ERR(svn_io_check_path(dst_path, &dst_kind, scratch_pool));
676 if (dst_kind == svn_node_file)
681 if (dst_kind == svn_node_unknown)
687 if (dst_kind == svn_node_dir)
661 svn_node_kind_t dst_kind; local

Completed in 142 milliseconds