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

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_fb.c145 int new_fb = 0; local
152 new_fb = 1;
154 return new_fb;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump_editor.c232 struct file_baton *new_fb = apr_pcalloc(pool, sizeof(*new_fb));
234 new_fb->eb = pb->eb;
235 new_fb->pool = pool;
236 new_fb->repos_relpath = svn_relpath_canonicalize(path, pool);
237 new_fb->props = apr_hash_make(pool);
238 new_fb->deleted_props = apr_hash_make(pool);
239 new_fb->is_copy = FALSE;
240 new_fb->copyfrom_path = NULL;
241 new_fb
231 struct file_baton *new_fb = apr_pcalloc(pool, sizeof(*new_fb)); local
[all...]
H A Dcommit.c402 struct file_baton *new_fb = apr_pcalloc(pool, sizeof(*new_fb));
403 new_fb->edit_baton = eb;
404 new_fb->path = full_path;
405 new_fb->checked_write = TRUE; /* Just created */
406 *return_baton = new_fb;
615 struct file_baton *new_fb;
641 new_fb = apr_pcalloc(pool, sizeof(*new_fb));
642 new_fb
400 struct file_baton *new_fb = apr_pcalloc(pool, sizeof(*new_fb)); local
612 struct file_baton *new_fb; local
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_fb.c277 int new_fb = 0; local
284 new_fb = 1;
286 return new_fb;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_fb_helper.c838 int new_fb = 0; local
922 new_fb = (*fb_helper->funcs->fb_probe)(fb_helper, &sizes);
923 if (new_fb < 0)
924 return new_fb;
936 if (new_fb) {
969 if (new_fb) {
992 if (new_fb)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c2295 struct file_baton *new_fb = make_file_baton(pb, path, pool);
2301 new_fb->added = TRUE;
2303 *file_baton = new_fb;
2317 struct file_baton *new_fb = make_file_baton(pb, path, pool);
2319 *file_baton = new_fb;
2289 struct file_baton *new_fb = make_file_baton(pb, path, pool); local
2311 struct file_baton *new_fb = make_file_baton(pb, path, pool); local

Completed in 180 milliseconds