Searched refs:newctxp2 (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
218 newctxp2 = kmem_zalloc(sizeof (agpgart_ctx_t), KM_SLEEP);
219 newctxp2->actx_sc = softstate;
220 newctxp2->actx_off = off + len;
221 *new_devprivate2 = newctxp2;

Completed in 83 milliseconds