Searched refs:agp_info_t (Results 1 – 6 of 6) sorted by relevance
52 #define AGP_MASTER_GETINFO _IOR(AGPMASTERIOC_BASE, 20, agp_info_t)
58 } agp_info_t; typedef
422 agp_info_t info; in agpmaster_ioctl()478 sizeof (agp_info_t), mode)) in agpmaster_ioctl()
95 agp_info_t *agpinfo; in drm_agp_info()
551 agp_info_t agp_info;
1758 copyinfo(agpgart_softstate_t *softstate, agp_info_t *info) in copyinfo()2863 agp_info_t infostruct; in ioctl_agpgart_info()2868 bzero(&infostruct, sizeof (agp_info_t)); in ioctl_agpgart_info()2887 if (ddi_copyout(&infostruct, arg, sizeof (agp_info_t), flags) != 0) { in ioctl_agpgart_info()