| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_nvc0_fence.c | 86 priv->base.context_new = nvc0_fence_context_new;
|
| nouveau_fence.h | 57 int (*context_new)(struct nouveau_channel *); member in struct:nouveau_fence_priv
|
| nouveau_nv04_fence.c | 115 priv->base.context_new = nv04_fence_context_new;
|
| nouveau_nv10_fence.c | 110 priv->base.context_new = nv10_fence_context_new;
|
| nouveau_nv50_fence.c | 84 priv->base.context_new = nv50_fence_context_new;
|
| nouveau_nv17_fence.c | 131 priv->base.context_new = nv17_fence_context_new;
|
| nouveau_nv84_fence.c | 200 priv->base.context_new = nv84_fence_context_new;
|
| nouveau_chan.c | 477 return nouveau_fence(chan->drm)->context_new(chan);
|
| /src/external/bsd/unbound/dist/libunbound/ |
| context.h | 231 struct ctx_query* context_new(struct ub_ctx* ctx, const char* name, int rrtype,
|
| libunbound.c | 765 q = context_new(ctx, name, rrtype, rrclass, NULL, NULL, NULL); 822 q = context_new(ctx, name, rrtype, rrclass, NULL, callback, mydata); 867 q = context_new(ctx, name, rrtype, rrclass, callback, NULL, mydata);
|
| context.c | 157 context_new(struct ub_ctx* ctx, const char* name, int rrtype, int rrclass, function
|