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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c777 int ospace; local
871 ospace = DECOMP_CHUNK;
941 state->strm.avail_out = ospace - PPP_HDRLEN;
955 mo->b_wptr += ospace;
956 olen += ospace;
969 state->strm.avail_out = ospace = DECOMP_CHUNK;
979 mo->b_wptr += ospace - state->strm.avail_out;
980 olen += ospace - state->strm.avail_out;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c234 int rlen, olen, ospace; local
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h135 void ospace(char *s);
H A Ddc.c2131 ospace("salloc");
2153 ospace("headers");
2184 ospace("copy");
2234 ospace("seekc");
2276 ospace("more");
2285 ospace(char *s) function
2356 ospace("redef-bad");
2361 ospace("dummy");
2364 ospace("redef");

Completed in 1251 milliseconds