OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Sep 26 20:09:58 GMT 2025