Searched refs:sc_comp_decombuf (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/
H A Dvndvar.h127 unsigned char *sc_comp_decombuf;/* decompressed data buffer */ member in struct:vnd_softc
H A Dvnd.c249 sc->sc_comp_decombuf = NULL;
1213 vnd->sc_comp_decombuf = malloc(vnd->sc_comp_blksz,
1365 if (vnd->sc_comp_decombuf) {
1366 free(vnd->sc_comp_decombuf, M_DEVBUF);
1367 vnd->sc_comp_decombuf = NULL;
1705 if (vnd->sc_comp_decombuf) {
1706 free(vnd->sc_comp_decombuf, M_DEVBUF);
1707 vnd->sc_comp_decombuf = NULL;
1942 vnd->sc_comp_stream.next_out = vnd->sc_comp_decombuf;
1971 error = uiomove(vnd->sc_comp_decombuf
[all...]

Completed in 110 milliseconds