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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c139 struct zchunk { struct
153 struct zchunk *z;
155 size = items * size + sizeof (struct zchunk);
157 z = (struct zchunk *)kmem_alloc(size, KM_NOSLEEP);
174 struct zchunk *z = ((struct zchunk *)ptr) - 1;

Completed in 201 milliseconds