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

/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c200 agpgart_ctx_t *ctxp, *newctxp1, *newctxp2; local
211 newctxp1 = kmem_zalloc(sizeof (agpgart_ctx_t), KM_SLEEP);
212 newctxp1->actx_sc = softstate;
213 newctxp1->actx_off = ctxp->actx_off;
214 *new_devprivate1 = newctxp1;

Completed in 61 milliseconds