| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_xlator.c | 267 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/ |
| D | copy.c | 959 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/ |
| D | ctf_create.c | 1308 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/ |
| D | copy.c | 805 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()
|
| D | wc_db_update_move.c | 680 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/ |
| D | fs-loader.c | 661 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/ |
| D | AArch64InstrFormats.td | 7845 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 …]
|
| D | AArch64InstrInfo.td | 899 class BaseSIMDSUDOTIndex<bit Q, string dst_kind, string lhs_kind, 902 : BaseSIMDThreeSameVectorDotIndex<Q, 0, 1, 0b00, "sudot", dst_kind,
|