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

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_agpsupport.c238 agp_allocate_t alloc; local
251 alloc.agpa_pgcount = (uint32_t) pages;
252 alloc.agpa_type = AGP_NORMAL;
254 (intptr_t)&alloc, FKIOCTL, kcred, &rval);
261 entry->handle = alloc.agpa_key + DRM_AGP_KEY_OFFSET;
267 request->physical = alloc.agpa_physical;

Completed in 10 milliseconds