Home
last modified time | relevance | path

Searched refs:kstat (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/cddl/osnet/sys/sys/
Dkstat.h72 typedef struct kstat { struct
79 int (*ks_update)(struct kstat *, int); /* dynamic update */ argument
/netbsd/src/external/gpl3/gdb/dist/config/
Dax_count_cpus.m479 …[[solaris*]],[[command -v kstat >/dev/null 2>&1 && CPU_COUNT=`kstat -m cpu_info -s state -p 2>/dev…
80 … CPU_COUNT=`kstat -m cpu_info 2>/dev/null | $EGREP -c -e 'module: cpu_info'` || CPU_COUNT="0"]],dnl
/netbsd/src/external/gpl3/gcc/dist/config/
Dax_count_cpus.m479 …[[solaris*]],[[command -v kstat >/dev/null 2>&1 && CPU_COUNT=`kstat -m cpu_info -s state -p 2>/dev…
80 … CPU_COUNT=`kstat -m cpu_info 2>/dev/null | $EGREP -c -e 'module: cpu_info'` || CPU_COUNT="0"]],dnl
/netbsd/src/external/gpl3/binutils/dist/config/
Dax_count_cpus.m479 …[[solaris*]],[[command -v kstat >/dev/null 2>&1 && CPU_COUNT=`kstat -m cpu_info -s state -p 2>/dev…
80 … CPU_COUNT=`kstat -m cpu_info 2>/dev/null | $EGREP -c -e 'module: cpu_info'` || CPU_COUNT="0"]],dnl
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dcpupart.h65 struct kstat *cp_kstat; /* per-partition statistics */
Dcpuvar.h155 struct kstat *cpu_info_kstat; /* kstat for cpu info */
/netbsd/src/sys/modules/solaris/
DMakefile.solmod54 SRCS+= kstat.c
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dspa_impl.h296 struct kstat *spa_iokstat; /* kstat of io to this pool */
/netbsd/src/sys/dev/pci/
Dif_mcx.c2351 struct kstat *q_kstat;
2518 struct kstat *sc_kstat_ieee8023;
2519 struct kstat *sc_kstat_rfc2863;
2520 struct kstat *sc_kstat_rfc2819;
2521 struct kstat *sc_kstat_rfc3635;
2523 struct kstat **sc_kstat_mtmp;
8495 static int mcx_kstat_ppcnt_read(struct kstat *);
8500 static struct kstat *
8504 struct kstat *ks; in mcx_kstat_attach_ppcnt()
8550 mcx_kstat_ppcnt_read(struct kstat *ks) in mcx_kstat_ppcnt_read()
[all …]
/netbsd/src/external/bsd/top/dist/
Dconfig.h.in86 /* Define to 1 if you have the `kstat' library (-lkstat). */
Dconfigure.ac173 AC_CHECK_LIB(kstat, kstat_open)
DChanges361 don't use system_pages kstat when /dev/kmem can be opened,
391 processor bug ("kstat finds too many cpus").
/netbsd/src/external/bsd/top/bin/
Dconfig.h.in87 /* Define to 1 if you have the `kstat' library (-lkstat). */
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dconfigure16639 …command -v kstat >/dev/null 2>&1 && CPU_COUNT=`kstat -m cpu_info -s state -p 2>/dev/null | $EGREP …
16640 … CPU_COUNT=`kstat -m cpu_info 2>/dev/null | $EGREP -c -e 'module: cpu_info'` || CPU_COUNT="0" ;; #(
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dconfigure.ac1409 AC_SEARCH_LIBS(kstat_open, kstat)
Dconfigure10111 for ac_lib in '' kstat; do