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

  /src/sys/dev/pci/
agp.c 921 mem = AGP_ALLOC_MEMORY(sc,
1181 agp_alloc_memory(void *dev, int type, vsize_t bytes) function in typeref:typename:void *
1185 return (void *)AGP_ALLOC_MEMORY(sc, type, bytes);
agp.c 921 mem = AGP_ALLOC_MEMORY(sc,
1181 agp_alloc_memory(void *dev, int type, vsize_t bytes) function in typeref:typename:void *
1185 return (void *)AGP_ALLOC_MEMORY(sc, type, bytes);
agp.c 921 mem = AGP_ALLOC_MEMORY(sc,
1181 agp_alloc_memory(void *dev, int type, vsize_t bytes) function in typeref:typename:void *
1185 return (void *)AGP_ALLOC_MEMORY(sc, type, bytes);
agp.c 921 mem = AGP_ALLOC_MEMORY(sc,
1181 agp_alloc_memory(void *dev, int type, vsize_t bytes) function in typeref:typename:void *
1185 return (void *)AGP_ALLOC_MEMORY(sc, type, bytes);

Completed in 43 milliseconds