Home
last modified time | relevance | path

Searched refs:g_uzip_zstd (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/geom/uzip/
H A Dg_uzip_zstd.c48 struct g_uzip_zstd { struct
61 #define to_zstd_softc(zpp) container_of(zpp, struct g_uzip_zstd, guz_pub) argument
67 struct g_uzip_zstd *sc; in guz_zstd_decompress()
86 struct g_uzip_zstd *sc; in guz_zstd_free()
101 struct g_uzip_zstd *sc; in guz_zstd_rewind()
135 struct g_uzip_zstd *sc; in g_uzip_zstd_ctor()
/freebsd/sys/modules/geom/geom_uzip/
H A DMakefile11 SRCS.ZSTDIO+= g_uzip_zstd.c g_uzip_zstd.h
12 CFLAGS.g_uzip_zstd.c+= -I${SRCTOP}/sys/contrib/zstd/lib/freebsd
/freebsd/sys/conf/
H A Dfiles3727 geom/uzip/g_uzip_zstd.c optional geom_uzip zstdio \