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

/freebsd-10-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-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_update_move.c617 svn_node_kind_t dst_kind, src_kind; local
619 SVN_ERR(svn_wc__db_depth_get_info(NULL, &dst_kind, NULL,
634 dst_kind, src_kind,
1459 svn_node_kind_t src_kind, dst_kind; local
1471 SVN_ERR(get_info(&dst_props, &dst_checksum, &dst_children, &dst_kind,
1476 || (dst_kind != svn_node_none && src_kind != dst_kind))
1478 SVN_ERR(tc_editor_delete(nmb, dst_relpath, dst_kind, src_kind,
1485 if (src_kind != svn_node_none && src_kind != dst_kind)
1489 SVN_ERR(tc_editor_add_file(nmb, dst_relpath, dst_kind,
[all...]
H A Dcopy.c806 svn_node_kind_t dst_kind;
810 SVN_ERR(svn_io_check_path(dst_abspath, &dst_kind, scratch_pool));
811 if (dst_kind != svn_node_none)
804 svn_node_kind_t dst_kind; local
/freebsd-10-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-10-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c654 svn_node_kind_t dst_kind;
665 SVN_ERR(svn_io_check_path(dst_path, &dst_kind, scratch_pool));
666 if (dst_kind == svn_node_file)
671 if (dst_kind == svn_node_unknown)
677 if (dst_kind == svn_node_dir)
651 svn_node_kind_t dst_kind; local

Completed in 135 milliseconds