Home
last modified time | relevance | path

Searched refs:context_new (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_nvc0_fence.c86 priv->base.context_new = nvc0_fence_context_new; in nvc0_fence_create()
H A Dnouveau_nv04_fence.c115 priv->base.context_new = nv04_fence_context_new; in nv04_fence_create()
H A Dnouveau_nv10_fence.c110 priv->base.context_new = nv10_fence_context_new; in nv10_fence_create()
H A Dnouveau_fence.h57 int (*context_new)(struct nouveau_channel *); member
H A Dnouveau_nv50_fence.c84 priv->base.context_new = nv50_fence_context_new; in nv50_fence_create()
H A Dnouveau_nv17_fence.c131 priv->base.context_new = nv17_fence_context_new; in nv17_fence_create()
H A Dnouveau_nv84_fence.c200 priv->base.context_new = nv84_fence_context_new; in nv84_fence_create()
H A Dnouveau_chan.c477 return nouveau_fence(chan->drm)->context_new(chan); in nouveau_channel_init()
/netbsd-src/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); 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 Dcontext.c147 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 DChangelog10205 - locking in context_new() inside the function.