Home
last modified time | relevance | path

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

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