Searched refs:kstat (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dkstat.h26 * $FreeBSD: stable/11/sys/cddl/compat/opensolaris/sys/kstat.h 321529 2017-07-26 16:14:05Z mav $
41 typedef struct kstat { struct
48 int (*ks_update)(struct kstat *, int); /* dynamic update */
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/docsExamples/
H A DMakefile15 kstat.d \
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kstat.c35 #include <sys/kstat.h>
39 SYSCTL_ROOT_NODE(OID_AUTO, kstat, CTLFLAG_RW, 0, "Kernel statistics");
63 * kstat.<module>.<class>.<name>.
70 printf("%s: Cannot create kstat.%s tree!\n", __func__, module);
78 printf("%s: Cannot create kstat.%s.%s tree!\n", __func__,
87 printf("%s: Cannot create kstat.%s.%s.%s tree!\n", __func__,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_impl.h37 #include <sys/kstat.h>
H A Dspa_impl.h387 struct kstat *spa_iokstat; /* kstat of io to this pool */
H A Dzio.h38 #include <sys/kstat.h>
384 * Used for TRIM kstat.
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcpupart.h66 struct kstat *cp_kstat; /* per-partition statistics */
76 * are used to generate kstat information on an as-needed basis.
H A Dcpuvar.h157 struct kstat *cpu_info_kstat; /* kstat for cpu info */
/freebsd-11-stable/contrib/ntp/ntpsnmpd/
H A Dnetsnmp_daemonize.c108 #include <kstat.h>
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmemstat.c88 #include <kstat.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio_compress.c33 #include <sys/kstat.h>
H A Ddmu_zfetch.c36 #include <sys/kstat.h>
H A Dvdev_cache.c33 #include <sys/kstat.h>
H A Darc.c148 * "overhead_size" kstat.
274 #include <sys/kstat.h>
482 * Must be declared here, before the definition of corresponding kstat
963 * but we don't want to have to grovel around in the kstat whenever we wish to
988 * instead, but still be able to export the kstat in the same way as before.
989 * The solution is to always use the aggsum version, except in the kstat update
3904 * so we don't want to increment the kstat.
4553 * does not call the kstat's update function, without
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c48 #include <kstat.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dfm.c65 #include <sys/kstat.h>
168 cmn_err(CE_NOTE, "failed to create fm/misc kstat\n");
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h86 #include <sys/kstat.h>
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c1461 #define LA_KSTAT 12 /* special Solaris kstat(3k) implementation */
1949 # include <kstat.h>

Completed in 237 milliseconds