Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c156 struct debug_flush_ctx *fctx = CALLOC_STRUCT(debug_flush_ctx); in debug_flush_ctx_create() local
158 if (!fctx) in debug_flush_ctx_create()
161 fctx->ref_hash = util_hash_table_create(debug_flush_pointer_hash, in debug_flush_ctx_create()
164 if (!fctx->ref_hash) in debug_flush_ctx_create()
167 fctx->bt_depth = bt_depth; in debug_flush_ctx_create()
169 list_addtail(&fctx->head, &ctx_list); in debug_flush_ctx_create()
172 return fctx; in debug_flush_ctx_create()
175 FREE(fctx); in debug_flush_ctx_create()
233 struct debug_flush_ctx *fctx; in debug_flush_map() local
236 LIST_FOR_EACH_ENTRY(fctx, &ctx_list, head) { in debug_flush_map()
[all …]
Du_debug_flush.h86 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/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c103 struct debug_flush_ctx *fctx; member
252 debug_flush_flush(vswc->fctx); in vmw_swc_flush()
282 debug_flush_might_flush(vswc->fctx); in vmw_swc_reserve()
390 debug_flush_cb_reference(vswc->fctx, vmw_debug_flush_buf(buffer)); in vmw_swc_region_relocation()
434 debug_flush_cb_reference(vswc->fctx, vmw_debug_flush_buf(buffer)); in vmw_swc_mob_relocation()
654 debug_flush_ctx_destroy(vswc->fctx); in vmw_swc_destroy()
815 vswc->fctx = debug_flush_ctx_create(TRUE, VMW_DEBUG_FLUSH_STACK); in vmw_svga_winsys_context_create()
/external/openssh/
Dmux.c587 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/e2fsprogs/misc/
Dfuse2fs.c3723 struct fuse2fs fctx; in main() local
3729 memset(&fctx, 0, sizeof(fctx)); in main()
3730 fctx.magic = FUSE2FS_MAGIC; in main()
3732 fuse_opt_parse(&args, &fctx, fuse2fs_opts, fuse2fs_opt_proc); in main()
3733 if (fctx.device == NULL) { in main()
3739 if (fctx.ro) in main()
3754 fctx.err_fp = fopen(logfile, "a"); in main()
3755 if (!fctx.err_fp) { in main()
3760 fctx.err_fp = stderr; in main()
3765 "This is dangerous!\n"), fctx.device); in main()
[all …]