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

/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.h129 * using the cp_kstats field, which is allocated once per-Stream when
149 kstat_t *cp_kstats; /* ptr to kstats structure */ member in struct:sppp_comp
H A Dspppcomp.c280 if (cp->cp_kstats) {
282 kstat_delete(cp->cp_kstats);
1081 ASSERT(cp->cp_kstats == NULL);
1092 cp->cp_kstats = ksp;

Completed in 45 milliseconds