Home
last modified time | relevance | path

Searched refs:error_path (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/xen/xenbus/
HDxenbus.c76 error_path(device_t dev) in error_path() function
162 path_buffer = error_path(dev); in xenbus_dev_verror()
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDtree.c597 const char *error_path, in mutable_root_node() argument
609 return SVN_FS__ERR_NOT_MUTABLE(root->fs, root->rev, error_path); in mutable_root_node()
1109 const char *error_path, in make_path_mutable() argument
1136 error_path, result_pool, scratch_pool)); in make_path_mutable()
1192 SVN_ERR(mutable_root_node(&clone, root, error_path, result_pool, in make_path_mutable()
/NextBSD/contrib/subversion/subversion/libsvn_fs_fs/
HDtree.c611 const char *error_path, in mutable_root_node() argument
622 return SVN_FS__ERR_NOT_MUTABLE(root->fs, root->rev, error_path); in mutable_root_node()
1124 const char *error_path, in make_path_mutable() argument
1150 error_path, pool)); in make_path_mutable()
1204 SVN_ERR(mutable_root_node(&clone, root, error_path, pool)); in make_path_mutable()
/NextBSD/contrib/subversion/subversion/libsvn_fs_base/
HDtree.c424 const char *error_path, in mutable_root_node() argument
433 return SVN_FS__ERR_NOT_MUTABLE(root->fs, root->rev, error_path); in mutable_root_node()
792 const char *error_path, in make_path_mutable() argument
817 error_path, trail, pool)); in make_path_mutable()
868 SVN_ERR(mutable_root_node(&cloned_node, root, error_path, trail, pool)); in make_path_mutable()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp3591 const char *error_path = error_file_action->GetPath(); in SetProcessLaunchInfo() local
3592 if (error_path) in SetProcessLaunchInfo()
3593 SetStandardErrorPath(error_path); in SetProcessLaunchInfo()