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

  /src/sys/dev/pci/
agp_amd.c 104 gatt = malloc(sizeof(struct agp_amd_gatt), M_AGP, M_WAITOK);
111 free(gatt, M_AGP);
148 free(gatt, M_AGP);
176 asc = malloc(sizeof *asc, M_AGP, M_WAITOK|M_ZERO);
183 free(asc, M_AGP);
190 free(asc, M_AGP);
agp.c 90 MALLOC_DEFINE(M_AGP, "AGP", "AGP memory");
411 gatt = malloc(sizeof(struct agp_gatt), M_AGP, M_WAITOK);
417 free(gatt, M_AGP);
434 free(gatt, M_AGP);
625 mem = malloc(sizeof *mem, M_AGP, M_WAITOK);
631 free(mem, M_AGP);
656 free(mem, M_AGP);
716 segs = malloc(nseg * sizeof *segs, M_AGP, M_WAITOK);
725 free(segs, M_AGP);
731 free(segs, M_AGP);
    [all...]
agp_sis.c 83 ssc = malloc(sizeof *ssc, M_AGP, M_WAITOK);
91 free(ssc, M_AGP);
agp_i810.c 323 isc = malloc(sizeof *isc, M_AGP, M_WAITOK|M_ZERO);
337 free(isc, M_AGP);
656 fail1: free(isc, M_AGP);
817 gatt = malloc(sizeof(*gatt), M_AGP, M_WAITOK);
825 free(gatt, M_AGP);
1134 free(isc->gatt, M_AGP);
1295 mem = malloc(sizeof(*mem), M_AGP, M_WAITOK|M_ZERO);
1313 mem->am_dmaseg = malloc(sizeof(*mem->am_dmaseg), M_AGP,
1319 free(mem->am_dmaseg, M_AGP);
1333 fail1: free(mem, M_AGP);
    [all...]
agp_ali.c 84 asc = malloc(sizeof *asc, M_AGP, M_WAITOK);
90 free(asc, M_AGP);
agp_intel.c 116 isc = malloc(sizeof *isc, M_AGP, M_WAITOK|M_ZERO);
131 free(isc, M_AGP);
agp_via.c 94 asc = malloc(sizeof *asc, M_AGP, M_WAITOK|M_ZERO);
116 free(asc, M_AGP);
agp_amd64.c 211 asc = malloc(sizeof(struct agp_amd64_softc), M_AGP, M_WAITOK | M_ZERO);
318 fail1: free(asc, M_AGP);
agp_apple.c 87 asc = malloc(sizeof *asc, M_AGP, M_WAITOK|M_ZERO);
agpvar.h 202 MALLOC_DECLARE(M_AGP);

Completed in 16 milliseconds