Lines Matching defs:ctxp
200 agpgart_ctx_t *ctxp, *newctxp1, *newctxp2;
206 ctxp = (agpgart_ctx_t *)devprivate;
207 softstate = ctxp->actx_sc;
213 newctxp1->actx_off = ctxp->actx_off;
238 kmem_free(ctxp, sizeof (struct agpgart_ctx));
282 agpgart_ctx_t *newctxp, *ctxp;
288 ctxp = (agpgart_ctx_t *)devprivate;
289 ASSERT(AGP_ALIGNED(ctxp->actx_off));
292 newctxp->actx_off = ctxp->actx_off;
293 newctxp->actx_sc = ctxp->actx_sc;