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

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.h108 kstat_t *sa_ksp; /* kernel statistics structure */ member in struct:sppp_ahdlc
H A Dspppasyn.c445 if (state->sa_ksp != NULL) {
446 kstat_delete(state->sa_ksp);
447 state->sa_ksp = NULL;
502 state->sa_ksp = ksp;
735 if (state->sa_ksp != NULL) {
746 if (error == 0 && state->sa_ksp == NULL)

Completed in 47 milliseconds