| dnlc.c | 185 * ncstats has been deprecated, due to the integer size of the counters 190 struct ncstats ncstats; variable in typeref:struct:ncstats 416 ksp = kstat_create("unix", 0, "ncstats", "misc", KSTAT_TYPE_RAW, 417 sizeof (struct ncstats), KSTAT_FLAG_VIRTUAL); 419 ksp->ks_data = (void *) &ncstats; 467 ncstats.dbl_enters++; 473 "dnlc_enter_end:(%S) %d", "dbl enter", ncstats.dbl_enters); 481 ncstats.enters++; 484 "dnlc_enter_end:(%S) %d", "done", ncstats.enters) [all...] |