HomeSort by: relevance | last modified time | path
    Searched refs:agp_allocate (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
agpio.h 88 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, agp_allocate)
138 } agp_allocate; typedef in typeref:struct:_agp_allocate
  /src/sys/dev/pci/
agp.c 99 static int agp_allocate_user(struct agp_softc *, agp_allocate *);
917 agp_allocate_user(struct agp_softc *sc, agp_allocate *alloc)
1068 agp_allocate aga;
1084 return agp_allocate_user(sc, (agp_allocate *)data);

Completed in 13 milliseconds