OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_comp_buff
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
vndvar.h
130
unsigned char *
sc_comp_buff
; /* compressed data buffer */
member in struct:vnd_softc
vnd.c
272
sc->
sc_comp_buff
= NULL;
1392
vnd->
sc_comp_buff
= malloc(comp_maxsize,
1557
if (vnd->
sc_comp_buff
) {
1558
free(vnd->
sc_comp_buff
, M_DEVBUF);
1559
vnd->
sc_comp_buff
= NULL;
1801
if (vnd->
sc_comp_buff
) {
1802
free(vnd->
sc_comp_buff
, M_DEVBUF);
1803
vnd->
sc_comp_buff
= NULL;
2034
error = vn_rdwr(UIO_READ, vnd->sc_vp, vnd->
sc_comp_buff
,
2045
vnd->sc_comp_stream.next_in = vnd->
sc_comp_buff
;
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025