Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.h106 kstat_t *sa_ksp; /* kernel statistics structure */ member
H A Dspppasyn.c444 if (state->sa_ksp != NULL) { in spppasyn_close()
445 kstat_delete(state->sa_ksp); in spppasyn_close()
446 state->sa_ksp = NULL; in spppasyn_close()
501 state->sa_ksp = ksp; in create_kstats()
734 if (state->sa_ksp != NULL) { in spppasyn_inner_mctl()
745 if (error == 0 && state->sa_ksp == NULL) in spppasyn_inner_mctl()