Searched refs:kstat (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/external/cddl/osnet/sys/sys/ |
| D | kstat.h | 72 typedef struct kstat { struct 79 int (*ks_update)(struct kstat *, int); /* dynamic update */ argument
|
| /netbsd/src/external/gpl3/gdb/dist/config/ |
| D | ax_count_cpus.m4 | 79 …[[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/ |
| D | ax_count_cpus.m4 | 79 …[[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/ |
| D | ax_count_cpus.m4 | 79 …[[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/ |
| D | cpupart.h | 65 struct kstat *cp_kstat; /* per-partition statistics */
|
| D | cpuvar.h | 155 struct kstat *cpu_info_kstat; /* kstat for cpu info */
|
| /netbsd/src/sys/modules/solaris/ |
| D | Makefile.solmod | 54 SRCS+= kstat.c
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| D | spa_impl.h | 296 struct kstat *spa_iokstat; /* kstat of io to this pool */
|
| /netbsd/src/sys/dev/pci/ |
| D | if_mcx.c | 2351 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/ |
| D | config.h.in | 86 /* Define to 1 if you have the `kstat' library (-lkstat). */
|
| D | configure.ac | 173 AC_CHECK_LIB(kstat, kstat_open)
|
| D | Changes | 361 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/ |
| D | config.h.in | 87 /* Define to 1 if you have the `kstat' library (-lkstat). */
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | configure | 16639 …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/ |
| D | configure.ac | 1409 AC_SEARCH_LIBS(kstat_open, kstat)
|
| D | configure | 10111 for ac_lib in '' kstat; do
|