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

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_agpsupport.c301 unbind.agpu_key = (uintptr_t)entry->handle - DRM_AGP_KEY_OFFSET;
353 int agpu_key; local
370 agpu_key = (uintptr_t)entry->handle - DRM_AGP_KEY_OFFSET;
372 (intptr_t)agpu_key, FKIOCTL, kcred, &rval);
375 "akey=%d, ret=%d", agpu_key, ret);
488 unbind.agpu_key = (uintptr_t)entry->handle - DRM_AGP_KEY_OFFSET;
/illumos-gate/usr/src/uts/common/sys/
H A Dagpgart.h89 int32_t agpu_key; member in struct:_agp_unbind

Completed in 44 milliseconds