agp_allocate      877 drivers/char/agp/frontend.c 	struct agp_allocate alloc;
agp_allocate      880 drivers/char/agp/frontend.c 	if (copy_from_user(&alloc, arg, sizeof(struct agp_allocate)))
agp_allocate      894 drivers/char/agp/frontend.c 	if (copy_to_user(arg, &alloc, sizeof(struct agp_allocate))) {
agp_allocate       37 include/uapi/linux/agpgart.h #define AGPIOC_ALLOCATE   _IOWR(AGPIOC_BASE, 6, struct agp_allocate*)