Searched refs:g_uzip_lzma (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip_lzma.c31 __FBSDID("$FreeBSD: stable/11/sys/geom/uzip/g_uzip_lzma.c 345344 2019-03-20 18:49:45Z kib $");
41 #include <geom/uzip/g_uzip_lzma.h>
43 struct g_uzip_lzma { struct
56 struct g_uzip_lzma *lzp;
58 lzp = (struct g_uzip_lzma *)lzpp->pvt;
71 struct g_uzip_lzma *lzp;
74 lzp = (struct g_uzip_lzma *)lzpp->pvt;
103 struct g_uzip_lzma *lzp;
105 lzp = malloc(sizeof(struct g_uzip_lzma), M_GEOM_UZIP, M_WAITOK);
H A Dg_uzip.c51 #include <geom/uzip/g_uzip_lzma.h>
/freebsd-11-stable/sys/modules/geom/geom_uzip/
H A DMakefile6 SRCS= g_uzip.c g_uzip_zlib.c g_uzip_lzma.c g_uzip_wrkthr.c
7 SRCS+= g_uzip.h g_uzip_dapi.h g_uzip_lzma.h g_uzip_zlib.h g_uzip_softc.h \

Completed in 108 milliseconds