Searched defs:newctxp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c249 agpgart_ctx_t *newctxp; local
269 newctxp = kmem_zalloc(sizeof (agpgart_ctx_t), KM_SLEEP);
270 newctxp->actx_off = offset;
271 newctxp->actx_sc = softstate;
272 *new_devprivate = newctxp;
282 agpgart_ctx_t *newctxp, *ctxp; local
291 newctxp = kmem_zalloc(sizeof (agpgart_ctx_t), KM_SLEEP);
292 newctxp->actx_off = ctxp->actx_off;
293 newctxp->actx_sc = ctxp->actx_sc;
294 softstate = (agpgart_softstate_t *)newctxp
[all...]

Completed in 172 milliseconds