HomeSort by relevance Sort by last modified time
    Searched refs:ncstats (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/
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...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
dnlc.h 105 * ncstats has been deprecated, due to the integer size of the counters
111 struct ncstats { struct
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
Kstat.xs 356 struct ncstats *ncstatsp;
359 PERL_ASSERT(kp->ks_data_size == sizeof (struct ncstats));
360 ncstatsp = (struct ncstats *)(kp->ks_data);
764 SAVE_FNP(raw_kstat_lookup, save_ncstats, "unix:ncstats");
    [all...]

Completed in 120 milliseconds