Searched refs:context_new (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_nvc0_fence.c86 priv->base.context_new = nvc0_fence_context_new;
H A Dnouveau_fence.h57 int (*context_new)(struct nouveau_channel *); member in struct:nouveau_fence_priv
H A Dnouveau_nv04_fence.c115 priv->base.context_new = nv04_fence_context_new;
H A Dnouveau_nv10_fence.c110 priv->base.context_new = nv10_fence_context_new;
H A Dnouveau_nv50_fence.c84 priv->base.context_new = nv50_fence_context_new;
H A Dnouveau_nv17_fence.c131 priv->base.context_new = nv17_fence_context_new;
H A Dnouveau_nv84_fence.c200 priv->base.context_new = nv84_fence_context_new;
H A Dnouveau_chan.c477 return nouveau_fence(chan->drm)->context_new(chan);
/netbsd-current/external/bsd/unbound/dist/libunbound/
H A Dcontext.h231 struct ctx_query* context_new(struct ub_ctx* ctx, const char* name, int rrtype,
H A Dlibunbound.c754 q = context_new(ctx, name, rrtype, rrclass, NULL, NULL, NULL);
811 q = context_new(ctx, name, rrtype, rrclass, NULL, callback, mydata);
856 q = context_new(ctx, name, rrtype, rrclass, callback, NULL, mydata);
H A Dcontext.c147 context_new(struct ub_ctx* ctx, const char* name, int rrtype, int rrclass, function

Completed in 113 milliseconds