Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c710 void *xtemp; in spppcomp_inner_ioctl() local
817 if ((xtemp = cp->cp_xstate) != NULL) { in spppcomp_inner_ioctl()
821 (*cp->cp_xcomp->comp_free)(xtemp); in spppcomp_inner_ioctl()
838 if ((xtemp = cp->cp_rstate) != NULL) { in spppcomp_inner_ioctl()
842 (*cp->cp_rcomp->decomp_free)(xtemp); in spppcomp_inner_ioctl()