Searched refs:fctx (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_flush.c | 157 struct debug_flush_ctx *fctx = CALLOC_STRUCT(debug_flush_ctx); in debug_flush_ctx_create() local 159 if (!fctx) in debug_flush_ctx_create() 162 fctx->ref_hash = util_hash_table_create(debug_flush_pointer_hash, in debug_flush_ctx_create() 165 if (!fctx->ref_hash) in debug_flush_ctx_create() 168 fctx->bt_depth = bt_depth; in debug_flush_ctx_create() 170 list_addtail(&fctx->head, &ctx_list); in debug_flush_ctx_create() 173 return fctx; in debug_flush_ctx_create() 176 FREE(fctx); in debug_flush_ctx_create() 234 struct debug_flush_ctx *fctx; in debug_flush_map() local 237 LIST_FOR_EACH_ENTRY(fctx, &ctx_list, head) { in debug_flush_map() [all …]
|
D | u_debug_flush.h | 86 debug_flush_ctx_destroy(struct debug_flush_ctx *fctx); 115 void debug_flush_might_flush(struct debug_flush_ctx *fctx); 124 void debug_flush_flush(struct debug_flush_ctx *fctx); 134 void debug_flush_cb_reference(struct debug_flush_ctx *fctx,
|
/external/openssh/ |
D | mux.c | 587 struct mux_channel_confirm_ctx *fctx = ctxt; in mux_confirm_remote_forward() local 593 if ((c = channel_by_id(fctx->cid)) == NULL) { in mux_confirm_remote_forward() 599 if (fctx->fid >= options.num_remote_forwards || in mux_confirm_remote_forward() 600 (options.remote_forwards[fctx->fid].connect_path == NULL && in mux_confirm_remote_forward() 601 options.remote_forwards[fctx->fid].connect_host == NULL)) { in mux_confirm_remote_forward() 602 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid); in mux_confirm_remote_forward() 605 rfwd = &options.remote_forwards[fctx->fid]; in mux_confirm_remote_forward() 617 buffer_put_int(&out, fctx->rid); in mux_confirm_remote_forward() 623 buffer_put_int(&out, fctx->rid); in mux_confirm_remote_forward() 650 buffer_put_int(&out, fctx->rid); in mux_confirm_remote_forward() [all …]
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_context.c | 103 struct debug_flush_ctx *fctx; member 282 debug_flush_flush(vswc->fctx); in vmw_swc_flush() 318 debug_flush_might_flush(vswc->fctx); in vmw_swc_reserve() 426 debug_flush_cb_reference(vswc->fctx, vmw_debug_flush_buf(buffer)); in vmw_swc_region_relocation() 470 debug_flush_cb_reference(vswc->fctx, vmw_debug_flush_buf(buffer)); in vmw_swc_mob_relocation() 690 debug_flush_ctx_destroy(vswc->fctx); in vmw_swc_destroy() 854 vswc->fctx = debug_flush_ctx_create(TRUE, VMW_DEBUG_FLUSH_STACK); in vmw_svga_winsys_context_create()
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 3722 struct fuse2fs fctx; in main() local 3728 memset(&fctx, 0, sizeof(fctx)); in main() 3729 fctx.magic = FUSE2FS_MAGIC; in main() 3731 fuse_opt_parse(&args, &fctx, fuse2fs_opts, fuse2fs_opt_proc); in main() 3732 if (fctx.device == NULL) { in main() 3738 if (fctx.ro) in main() 3753 fctx.err_fp = fopen(logfile, "a"); in main() 3754 if (!fctx.err_fp) { in main() 3759 fctx.err_fp = stderr; in main() 3764 "This is dangerous!\n"), fctx.device); in main() [all …]
|
/external/honggfuzz/examples/bind/ |
D | bind-9.13.5-W1.patch | 346 query->mctx = fctx->mctx;
|
D | bind-9.13.2.patch | 418 query->mctx = fctx->mctx;
|