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

123

/openbsd-current/usr.bin/kstat/
H A DMakefile3 PROG= kstat
4 SRCS= kstat.c
H A Dkstat.c1 /* $OpenBSD: kstat.c,v 1.14 2024/03/26 00:54:24 dlg Exp $ */
37 #include <sys/kstat.h>
80 #define DEV_KSTAT "/dev/kstat"
96 struct kstat_req kstat; member in struct:kstat_entry
106 const struct kstat_req *a = &ea->kstat;
107 const struct kstat_req *b = &eb->kstat;
193 err(1, "kstat version");
538 ksreq = &kse->kstat;
558 errx(1, "duplicate kstat entry");
562 err(1, "kstat dat
[all...]
/openbsd-current/sys/sys/
H A Dkstat.h1 /* $OpenBSD: kstat.h,v 1.5 2024/03/26 00:53:51 dlg Exp $ */
33 /* the current version of the kstat subsystem */
138 struct kstat { struct
154 RBT_ENTRY(kstat) ks_id_entry;
155 RBT_ENTRY(kstat) ks_pv_entry;
156 RBT_ENTRY(kstat) ks_nm_entry;
158 /* the driver can update these between kstat creation and install */
162 int (*ks_read)(struct kstat *);
163 int (*ks_copy)(struct kstat *, void *);
176 struct kstat *kstat_creat
[all...]
/openbsd-current/sys/dev/
H A Dkstat.c1 /* $OpenBSD: kstat.c,v 1.2 2022/01/31 05:09:17 dlg Exp $ */
30 #include <sys/kstat.h>
32 RBT_HEAD(kstat_id_tree, kstat);
35 kstat_id_cmp(const struct kstat *a, const struct kstat *b)
45 RBT_PROTOTYPE(kstat_id_tree, kstat, ks_id_entry, kstat_id_cmp);
47 RBT_HEAD(kstat_pv_tree, kstat);
50 kstat_pv_cmp(const struct kstat *a, const struct kstat *b)
75 RBT_PROTOTYPE(kstat_pv_tree, kstat, ks_pv_entr
[all...]
/openbsd-current/sys/arch/octeon/dev/
H A Dcn30xxpipvar.h32 #include <sys/kstat.h>
34 #include "kstat.h"
H A Dif_cnmacvar.h29 #include <sys/kstat.h>
32 #include "kstat.h"
118 struct kstat *sc_kstat;
H A Dcn30xxgmxvar.h32 #include <sys/kstat.h>
41 #include "kstat.h"
/openbsd-current/sys/dev/pci/
H A Dif_ix.h186 struct kstat *kstat; member in struct:ix_txring
212 struct kstat *kstat; member in struct:ix_rxring
282 struct kstat *sc_kstat;
H A Dif_igc.h202 struct kstat;
328 struct kstat *ks;
H A Dif_em.h42 #include "kstat.h"
54 #include <sys/kstat.h>
457 struct kstat *kstat; member in struct:em_softc
/openbsd-current/sys/net/
H A Difq.h23 struct kstat;
59 struct kstat *ifq_kstat;
105 struct kstat *ifiq_kstat;
/openbsd-current/usr.bin/
H A DMakefile14 join jot kdump keynote kstat ktrace \
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dconf.c77 #include "kstat.h"
125 cdev_kstat_init(NKSTAT,kstat), /* 15: kernel statistics */
/openbsd-current/sys/arch/hppa/hppa/
H A Dconf.c94 #include "kstat.h"
182 cdev_kstat_init(NKSTAT,kstat), /* 51: kernel statistics */
/openbsd-current/sys/arch/luna88k/luna88k/
H A Dconf.c57 #include "kstat.h"
156 cdev_kstat_init(NKSTAT,kstat), /* 51: kernel statistics */
/openbsd-current/sys/arch/alpha/alpha/
H A Dconf.c109 #include "kstat.h"
184 cdev_kstat_init(NKSTAT,kstat), /* 51: kernel statistics */
/openbsd-current/sys/arch/macppc/macppc/
H A Dconf.c94 #include "kstat.h"
181 cdev_kstat_init(NKSTAT,kstat), /* 51: kernel statistics */
/openbsd-current/sys/arch/loongson/loongson/
H A Dconf.c109 #include "kstat.h"
190 cdev_kstat_init(NKSTAT,kstat), /* 51: kernel statistics */
/openbsd-current/sys/dev/ofw/
H A Dofw_thermal.c18 #include "kstat.h"
27 #include <sys/kstat.h>
100 struct kstat *tz_kstat;
567 struct kstat *ks = tz->tz_kstat;
613 struct kstat *ks;
/openbsd-current/etc/etc.octeon/
H A DMAKEDEV81 # kstat Kernel Statistics
227 kstat)
228 M kstat c 51 0 640
456 R audio3 kstat dt bpf fuse pppac pppx hotplug ptm local wscons
/openbsd-current/etc/etc.hppa/
H A DMAKEDEV86 # kstat Kernel Statistics
233 kstat)
234 M kstat c 51 0 640
509 R audio3 kstat dt bpf fuse pppac pppx hotplug ptm local wscons
/openbsd-current/etc/etc.macppc/
H A DMAKEDEV91 # kstat Kernel Statistics
235 kstat)
236 M kstat c 51 0 640
536 R ttyb audio0 audio1 audio2 audio3 kstat dt bpf fuse pppac
/openbsd-current/etc/etc.loongson/
H A DMAKEDEV84 # kstat Kernel Statistics
225 kstat)
226 M kstat c 51 0 640
485 R kstat dt bpf fuse pppac pppx hotplug ptm local wscons pci0
/openbsd-current/etc/etc.armv7/
H A DMAKEDEV87 # kstat Kernel Statistics
234 kstat)
235 M kstat c 51 0 640
497 R diskmap vscsi0 ch0 audio0 audio1 audio2 kstat dt bpf fuse
/openbsd-current/etc/etc.luna88k/
H A DMAKEDEV74 # kstat Kernel Statistics
216 kstat)
217 M kstat c 51 0 640
414 R pty0 diskmap vscsi0 ch0 kstat dt bpf fuse pppac pppx ptm

Completed in 156 milliseconds

123