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

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_agpsupport.c325 agp_unbind_t unbind; local
327 unbind.agpu_pri = 0;
328 unbind.agpu_key = (uintptr_t)entry->handle - DRM_AGP_KEY_OFFSET;
330 (intptr_t)&unbind, FKIOCTL, kcred, &rval)) {
405 * AGP memory entry. If the memory it's currently bound, unbind it via
523 agp_unbind_t unbind; local
533 unbind.agpu_pri = 0;
534 unbind.agpu_key = (uintptr_t)entry->handle - DRM_AGP_KEY_OFFSET;
536 (intptr_t)&unbind, FKIOCTL, kcred, &rval)) {
583 agp_gtt_info_t unbind; local
[all...]

Completed in 10 milliseconds