Home
last modified time | relevance | path

Searched refs:new_fb (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/subversion/subversion/svnrdump/
HDdump_editor.c206 struct file_baton *new_fb = apr_pcalloc(pool, sizeof(*new_fb)); in make_file_baton() local
208 new_fb->eb = pb->eb; in make_file_baton()
209 new_fb->pool = pool; in make_file_baton()
210 new_fb->repos_relpath = svn_relpath_canonicalize(path, pool); in make_file_baton()
211 new_fb->props = apr_hash_make(pool); in make_file_baton()
212 new_fb->deleted_props = apr_hash_make(pool); in make_file_baton()
213 new_fb->is_copy = FALSE; in make_file_baton()
214 new_fb->copyfrom_path = NULL; in make_file_baton()
215 new_fb->copyfrom_rev = SVN_INVALID_REVNUM; in make_file_baton()
216 new_fb->action = svn_node_action_change; in make_file_baton()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDcommit.c372 struct file_baton *new_fb = apr_pcalloc(pool, sizeof(*new_fb)); in add_file_or_directory() local
373 new_fb->edit_baton = eb; in add_file_or_directory()
374 new_fb->path = full_path; in add_file_or_directory()
375 *return_baton = new_fb; in add_file_or_directory()
573 struct file_baton *new_fb; in open_file() local
597 new_fb = apr_pcalloc(pool, sizeof(*new_fb)); in open_file()
598 new_fb->edit_baton = eb; in open_file()
599 new_fb->path = full_path; in open_file()
601 *file_baton = new_fb; in open_file()
/NextBSD/sys/dev/drm2/i915/
HDintel_fb.c172 int new_fb = 0; in intel_fb_find_or_create_single() local
179 new_fb = 1; in intel_fb_find_or_create_single()
181 return new_fb; in intel_fb_find_or_create_single()
/NextBSD/sys/dev/drm2/radeon/
HDradeon_fb.c277 int new_fb = 0; in radeon_fb_find_or_create_single() local
284 new_fb = 1; in radeon_fb_find_or_create_single()
286 return new_fb; in radeon_fb_find_or_create_single()
/NextBSD/sys/dev/drm2/
HDdrm_fb_helper.c837 int new_fb = 0; in drm_fb_helper_single_fb_probe() local
918 new_fb = (*fb_helper->funcs->fb_probe)(fb_helper, &sizes); in drm_fb_helper_single_fb_probe()
919 if (new_fb < 0) in drm_fb_helper_single_fb_probe()
920 return new_fb; in drm_fb_helper_single_fb_probe()
932 if (new_fb) { in drm_fb_helper_single_fb_probe()
947 if (new_fb) { in drm_fb_helper_single_fb_probe()
970 if (new_fb) in drm_fb_helper_single_fb_probe()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDstatus.c2283 struct file_baton *new_fb = make_file_baton(pb, path, pool); in add_file() local
2289 new_fb->added = TRUE; in add_file()
2291 *file_baton = new_fb; in add_file()
2305 struct file_baton *new_fb = make_file_baton(pb, path, pool); in open_file() local
2307 *file_baton = new_fb; in open_file()