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

  /src/sys/dev/pci/
agpvar.h 86 TAILQ_HEAD(agp_memory_list, agp_memory);
87 struct agp_memory { struct
88 TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */
110 struct agp_memory *(*alloc_memory)(struct agp_softc *, int, vsize_t);
111 int (*free_memory)(struct agp_softc *, struct agp_memory *);
112 int (*bind_memory)(struct agp_softc *, struct agp_memory *, off_t);
113 int (*unbind_memory)(struct agp_softc *, struct agp_memory *);
177 struct agp_memory *agp_generic_alloc_memory(struct agp_softc *, int, vsize_t);
178 int agp_generic_free_memory(struct agp_softc *, struct agp_memory *);
179 int agp_generic_bind_memory(struct agp_softc *, struct agp_memory *, off_t)
    [all...]
agpvar.h 86 TAILQ_HEAD(agp_memory_list, agp_memory);
87 struct agp_memory { struct
88 TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */
110 struct agp_memory *(*alloc_memory)(struct agp_softc *, int, vsize_t);
111 int (*free_memory)(struct agp_softc *, struct agp_memory *);
112 int (*bind_memory)(struct agp_softc *, struct agp_memory *, off_t);
113 int (*unbind_memory)(struct agp_softc *, struct agp_memory *);
177 struct agp_memory *agp_generic_alloc_memory(struct agp_softc *, int, vsize_t);
178 int agp_generic_free_memory(struct agp_softc *, struct agp_memory *);
179 int agp_generic_bind_memory(struct agp_softc *, struct agp_memory *, off_t)
    [all...]

Completed in 49 milliseconds