Home
last modified time | relevance | path

Searched refs:dst_kind (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_xlator.c267 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup() local
269 int ptr = dst_kind == CTF_K_POINTER; in dt_xlator_lookup()
285 dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup()
288 if (dst_kind != CTF_K_UNION && dst_kind != CTF_K_STRUCT) in dt_xlator_lookup()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dcopy.c959 svn_node_kind_t dst_kind, dst_parent_kind; in verify_wc_dsts() local
966 SVN_ERR(svn_wc_read_kind2(&dst_kind, ctx->wc_ctx, in verify_wc_dsts()
971 if (dst_kind != svn_node_none) in verify_wc_dsts()
998 dst_kind = svn_node_none; in verify_wc_dsts()
1000 SVN_ERR(svn_io_check_path(pair->dst_abspath_or_url, &dst_kind, in verify_wc_dsts()
1003 if (dst_kind != svn_node_none) in verify_wc_dsts()
1673 svn_node_kind_t dst_kind; in repos_to_repos_copy() local
1705 &dst_kind, pool)); in repos_to_repos_copy()
1706 if (dst_kind != svn_node_none) in repos_to_repos_copy()
2068 svn_node_kind_t dst_kind; in wc_to_repos_copy() local
[all …]
/freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/
Dctf_create.c1308 uint_t dst_kind = CTF_K_UNKNOWN; in ctf_add_type() local
1362 dst_kind = ctf_type_kind(dst_fp, dst_type); in ctf_add_type()
1370 if (dst_type != CTF_ERR && dst_kind != kind) { in ctf_add_type()
1371 if (dst_kind != CTF_K_FORWARD || (kind != CTF_K_ENUM && in ctf_add_type()
1517 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) { in ctf_add_type()
1579 if (dst_type != CTF_ERR && dst_kind != CTF_K_FORWARD) { in ctf_add_type()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dcopy.c805 svn_node_kind_t dst_kind; in copy_or_move() local
809 SVN_ERR(svn_io_check_path(dst_abspath, &dst_kind, scratch_pool)); in copy_or_move()
810 if (dst_kind != svn_node_none) in copy_or_move()
Dwc_db_update_move.c680 svn_node_kind_t dst_kind, src_kind; in mark_node_edited() local
682 SVN_ERR(svn_wc__db_depth_get_info(NULL, &dst_kind, NULL, in mark_node_edited()
697 dst_kind, src_kind, in mark_node_edited()
2016 svn_node_kind_t src_kind, dst_kind; in update_moved_away_node() local
2028 SVN_ERR(get_info(&dst_props, &dst_checksum, &dst_children, &dst_kind, in update_moved_away_node()
2033 || (dst_kind != svn_node_none && src_kind != dst_kind)) in update_moved_away_node()
2035 SVN_ERR(tc_editor_delete(nmb, dst_relpath, dst_kind, src_kind, in update_moved_away_node()
2042 if (src_kind != svn_node_none && src_kind != dst_kind) in update_moved_away_node()
2046 SVN_ERR(tc_editor_add_file(nmb, dst_relpath, dst_kind, in update_moved_away_node()
2051 SVN_ERR(tc_editor_add_directory(nmb, dst_relpath, dst_kind, in update_moved_away_node()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
Dfs-loader.c661 svn_node_kind_t dst_kind; in svn_fs_hotcopy3() local
672 SVN_ERR(svn_io_check_path(dst_path, &dst_kind, scratch_pool)); in svn_fs_hotcopy3()
673 if (dst_kind == svn_node_file) in svn_fs_hotcopy3()
678 if (dst_kind == svn_node_unknown) in svn_fs_hotcopy3()
684 if (dst_kind == svn_node_dir) in svn_fs_hotcopy3()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td7845 string apple_kind, string dst_kind, string lhs_kind,
7849 "{\t$Rd" # dst_kind # ", $Rn" # lhs_kind # ", $Rm" # rhs_kind # "$idx" #
7875 string apple_kind, string dst_kind, string lhs_kind,
7879 "{\t$Rd" # dst_kind # ", $Rn" # lhs_kind # ", $Rm" # rhs_kind # "$idx" #
7927 string dst_kind, string lhs_kind,
7934 asm, "", dst_kind, lhs_kind, rhs_kind,
8042 string dst_kind, string lhs_kind, string rhs_kind,
8047 VectorIndexS, asm, "", dst_kind, lhs_kind, rhs_kind,
8069 string dst_kind, string lhs_kind,
8074 VectorIndexH, asm, "", dst_kind, lhs_kind, rhs_kind,
[all …]
DAArch64InstrInfo.td899 class BaseSIMDSUDOTIndex<bit Q, string dst_kind, string lhs_kind,
902 : BaseSIMDThreeSameVectorDotIndex<Q, 0, 1, 0b00, "sudot", dst_kind,