Home
last modified time | relevance | path

Searched refs:xtemp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c713 void *xtemp; in spppcomp_inner_ioctl() local
820 if ((xtemp = cp->cp_xstate) != NULL) { in spppcomp_inner_ioctl()
824 (*cp->cp_xcomp->comp_free)(xtemp); in spppcomp_inner_ioctl()
841 if ((xtemp = cp->cp_rstate) != NULL) { in spppcomp_inner_ioctl()
845 (*cp->cp_rcomp->decomp_free)(xtemp); in spppcomp_inner_ioctl()