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

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_agpsupport.c377 drm_agp_head_t *
380 drm_agp_head_t *agp = NULL;
384 agp = kmem_zalloc(sizeof (drm_agp_head_t), KM_SLEEP);
419 kmem_free(agp, sizeof (drm_agp_head_t));
427 drm_agp_head_t *agp = dev->agp;
430 kmem_free(agp, sizeof (drm_agp_head_t));
H A DdrmP.h445 } drm_agp_head_t; typedef in typeref:struct:drm_agp_head
658 drm_agp_head_t *agp;
737 drm_agp_head_t *drm_agp_init(drm_device_t *);
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h722 } drm_agp_head_t; typedef in typeref:struct:drm_agp_head

Completed in 33 milliseconds