Searched refs:context_new (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| H A D | nouveau_nvc0_fence.c | 86 priv->base.context_new = nvc0_fence_context_new; in nvc0_fence_create()
|
| H A D | nouveau_nv04_fence.c | 115 priv->base.context_new = nv04_fence_context_new; in nv04_fence_create()
|
| H A D | nouveau_nv10_fence.c | 110 priv->base.context_new = nv10_fence_context_new; in nv10_fence_create()
|
| H A D | nouveau_fence.h | 57 int (*context_new)(struct nouveau_channel *); member
|
| H A D | nouveau_nv50_fence.c | 84 priv->base.context_new = nv50_fence_context_new; in nv50_fence_create()
|
| H A D | nouveau_nv17_fence.c | 131 priv->base.context_new = nv17_fence_context_new; in nv17_fence_create()
|
| H A D | nouveau_nv84_fence.c | 200 priv->base.context_new = nv84_fence_context_new; in nv84_fence_create()
|
| H A D | nouveau_chan.c | 477 return nouveau_fence(chan->drm)->context_new(chan); in nouveau_channel_init()
|
| /netbsd-src/external/bsd/unbound/dist/libunbound/ |
| H A D | context.h | 231 struct ctx_query* context_new(struct ub_ctx* ctx, const char* name, int rrtype,
|
| H A D | libunbound.c | 754 q = context_new(ctx, name, rrtype, rrclass, NULL, NULL, NULL); in ub_resolve() 811 q = context_new(ctx, name, rrtype, rrclass, NULL, callback, mydata); in ub_resolve_event() 856 q = context_new(ctx, name, rrtype, rrclass, callback, NULL, mydata); in ub_resolve_async()
|
| H A D | context.c | 147 context_new(struct ub_ctx* ctx, const char* name, int rrtype, int rrclass, in context_new() function
|
| /netbsd-src/external/bsd/unbound/dist/doc/ |
| H A D | Changelog | 10205 - locking in context_new() inside the function.
|