Searched defs:g_uzip_softc (Results 1 – 1 of 1) sorted by relevance
34 struct g_uzip_softc { struct35 uint32_t blksz; /* block size */36 uint32_t nblocks; /* number of blocks */37 struct g_uzip_blk *toc; /* table of contents */39 struct mtx last_mtx;40 uint32_t last_blk; /* last blk no */41 char *last_buf; /* last blk data */42 int req_total; /* total requests */43 int req_cached; /* cached requests */44 struct g_uzip_dapi *dcp; /* decompressor instance */[all …]