Searched refs:M_ELI (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/geom/eli/
H A Dg_eli_privacy.c60 MALLOC_DECLARE(M_ELI); variable
96 free(bp->bio_driver2, M_ELI);
154 free(bp->bio_driver2, M_ELI);
260 p = malloc(size, M_ELI, M_WAITOK);
H A Dg_eli_key_cache.c45 MALLOC_DECLARE(M_ELI); variable
110 key = malloc(sizeof(*key), M_ELI, M_WAITOK);
121 free(key, M_ELI);
178 free(key, M_ELI);
H A Dg_eli_crypto.c47 MALLOC_DECLARE(M_ELI); variable
79 p = malloc(sizeof(*crp) + sizeof(*crd), M_ELI, M_NOWAIT | M_ZERO);
114 free(crp, M_ELI);
H A Dg_eli.c58 MALLOC_DEFINE(M_ELI, "eli data", "GEOM_ELI Data");
213 free(pbp->bio_driver2, M_ELI);
248 free(pbp->bio_driver2, M_ELI);
510 free(wr, M_ELI);
706 sc = malloc(sizeof(*sc), M_ELI, M_WAITOK | M_ZERO);
786 wr = malloc(sizeof(*wr), M_ELI, M_WAITOK | M_ZERO);
793 free(wr, M_ELI);
808 free(wr, M_ELI);
859 free(sc, M_ELI);
903 free(sc, M_ELI);
[all...]
H A Dg_eli_ctl.c50 MALLOC_DECLARE(M_ELI); variable
543 sector = malloc(pp->sectorsize, M_ELI, M_WAITOK | M_ZERO);
554 free(sector, M_ELI);
651 sector = malloc(pp->sectorsize, M_ELI, M_WAITOK | M_ZERO);
658 free(sector, M_ELI);
752 sector = malloc(pp->sectorsize, M_ELI, M_WAITOK | M_ZERO);
774 free(sector, M_ELI);
999 sector = malloc(pp->sectorsize, M_ELI, M_WAITOK);
1019 free(sector, M_ELI);
H A Dg_eli_integrity.c104 MALLOC_DECLARE(M_ELI); variable
228 free(bp->bio_driver2, M_ELI);
286 free(bp->bio_driver2, M_ELI);
366 bp->bio_driver2 = malloc(size, M_ELI, M_WAITOK);
447 data = malloc(size, M_ELI, M_WAITOK);
H A Dg_eli_key.c47 MALLOC_DECLARE(M_ELI); variable

Completed in 109 milliseconds