Home
last modified time | relevance | path

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

1234

/onnv-gate/usr/src/lib/libkstat/
H A DMakefile.com31 OBJECTS= kstat.o
60 pics/kstat.o: ../kstat.h
/onnv-gate/usr/src/uts/common/os/
H A Dcap_util.c1341 struct cu_cpu_kstat *kstat = &cu_cpu_kstat; in cu_cpu_kstat_update() local
1350 kstat->cu_cpu_id.value.ui32 = cp->cpu_id; in cu_cpu_kstat_update()
1351 kstat->cu_pg_id.value.i32 = ((pg_t *)pg)->pg_id; in cu_cpu_kstat_update()
1359 kstat->cu_generation.value.ui32 = cp->cpu_generation; in cu_cpu_kstat_update()
1360 kstat_named_setstr(&kstat->cu_cpu_relationship, in cu_cpu_kstat_update()
1363 kstat->cu_cpu_util.value.ui64 = 0; in cu_cpu_kstat_update()
1364 kstat->cu_cpu_rate.value.ui64 = 0; in cu_cpu_kstat_update()
1365 kstat->cu_cpu_rate_max.value.ui64 = 0; in cu_cpu_kstat_update()
1366 kstat->cu_cpu_time_running.value.ui64 = 0; in cu_cpu_kstat_update()
1367 kstat->cu_cpu_time_stopped.value.ui64 = 0; in cu_cpu_kstat_update()
[all …]
/onnv-gate/usr/src/uts/common/sys/
H A Dfssnap.h158 struct kstat *cow_kstat_mntpt; /* kstat for mount point */
159 struct kstat *cow_kstat_bfname; /* kstat for backing file */
160 struct kstat *cow_kstat_num; /* named numeric kstats */
H A Dkstat.h68 typedef struct kstat { struct
73 struct kstat *ks_next; /* kstat chain linkage */ argument
89 int (*ks_update)(struct kstat *, int); /* dynamic update */ argument
91 int (*ks_snapshot)(struct kstat *, void *, int); argument
H A Drctl.h169 struct kstat;
342 struct kstat *rctl_kstat_create_zone(struct zone *, char *, uchar_t, uint_t,
345 struct kstat *rctl_kstat_create_project(struct kproject *, char *, uchar_t,
348 struct kstat *rctl_kstat_create_task(struct task *, char *, uchar_t,
H A Dfdc.h109 struct kstat *d_iostat; /* pointer to iostat statistics */
297 struct kstat *c_intrstat; /* interrupt stats pointer */
/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemMonitor.java36 import com.sun.solaris.service.kstat.*;
249 Kstat kstat = kc.lookup("cpu", in getNext() local
252 if (kstat == null) in getNext()
256 kstat.read(); in getNext()
258 value = (UnsignedInt64) kstat. in getNext()
/onnv-gate/usr/src/cmd/pools/poold/libjkstat/
H A DMakefile39 com.sun.solaris.service.kstat.Kstat \
40 com.sun.solaris.service.kstat.KstatCtl
/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dcache_kstats_readme.txt36 with the kstat library reporting mechanism. The existing mechanism will probably
65 This global kstat represents statistics which reflect the state of the entire
70 The "global" kstat corresponds to fields in the _sd_stats_t structure. The
71 following table maps the name of the kstat field to its equivalent field in
124 following table maps the name of the kstat field to its equivalent field in
149 The instance number of the kstat corresponds to the cache descriptor number.
165 is a built-in kstat type, all are defined the same way.
242 The sdbc module also a "regular" kstat to track dynamic memory
299 sdbc_simplect --------- simple count of the number of times the kstat update
316 1. generic kstat information: kstat(1M), <sys/include/kstat.h>
/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs.h137 struct kstat *smi_io_kstats;
138 struct kstat *smi_ro_kstats;
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs157 kstat_t *kstat; /* Handle used by kstat_read */ member
1189 if (kstat_read(kip->kstat_ctl, kip->kstat, NULL) < 0) { in read_kstats()
1194 hv_store(self, "snaptime", 8, NEW_HRTIME(kip->kstat->ks_snaptime), 0); in read_kstats()
1195 switch (kip->kstat->ks_type) { in read_kstats()
1197 if ((fnp = lookup_raw_kstat_fn(kip->kstat->ks_module, in read_kstats()
1198 kip->kstat->ks_name)) != 0) { in read_kstats()
1199 fnp(self, kip->kstat, kip->strip_str); in read_kstats()
1203 save_named(self, kip->kstat, kip->strip_str); in read_kstats()
1206 save_intr(self, kip->kstat, kip->strip_str); in read_kstats()
1209 save_io(self, kip->kstat, kip->strip_str); in read_kstats()
[all …]
/onnv-gate/usr/src/lib/libkstat/common/
H A Dllib-lkstat33 #include <kstat.h>
39 /* kstat.c */
/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/
H A DKstatTypeNotSupportedException.java29 package com.sun.solaris.service.kstat;
H A DKstatException.java29 package com.sun.solaris.service.kstat;
H A DKstatReadException.java29 package com.sun.solaris.service.kstat;
H A DKstatChainUpdateException.java29 package com.sun.solaris.service.kstat;
H A DKstat.java29 package com.sun.solaris.service.kstat;
H A DKstatCtl.java29 package com.sun.solaris.service.kstat;
/onnv-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h387 struct kstat *tki64_ksp;
405 struct kstat *tki_cntr_ksp;
406 struct kstat *tki_picN_ksp[TAVOR_NUM_PORTS];
/onnv-gate/usr/src/cmd/pools/poold/
H A DMakefile37 com/sun/solaris/service/kstat \
65 com.sun.solaris.service.kstat \
/onnv-gate/usr/src/cmd/kstat/
H A DMakefile30 PROG= kstat
/onnv-gate/usr/src/uts/sun/sys/
H A Dfdvar.h157 struct kstat *un_iostat; /* iostat numbers */
299 struct kstat *c_intrstat; /* interrupt stats pointer */
/onnv-gate/usr/src/uts/intel/kstat/
H A DMakefile42 MODULE = kstat
/onnv-gate/usr/src/uts/sparc/kstat/
H A DMakefile41 MODULE = kstat
/onnv-gate/usr/src/uts/common/io/
H A Dllc1.c2862 kstat_named_t *kstat; in llc1_update_kstat() local
2868 kstat = (kstat_named_t *)(ksp->ks_data); in llc1_update_kstat()
2872 kstat[LLCS_NOBUFFER].value.ul = stats->llcs_nobuffer; in llc1_update_kstat()
2873 kstat[LLCS_MULTIXMT].value.ul = stats->llcs_multixmt; in llc1_update_kstat()
2874 kstat[LLCS_MULTIRCV].value.ul = stats->llcs_multircv; in llc1_update_kstat()
2875 kstat[LLCS_BRDCSTXMT].value.ul = stats->llcs_brdcstxmt; in llc1_update_kstat()
2876 kstat[LLCS_BRDCSTRCV].value.ul = stats->llcs_brdcstrcv; in llc1_update_kstat()
2877 kstat[LLCS_BLOCKED].value.ul = stats->llcs_blocked; in llc1_update_kstat()
2878 kstat[LLCS_PKTXMT].value.ul = stats->llcs_pktxmt; in llc1_update_kstat()
2879 kstat[LLCS_PKTRCV].value.ul = stats->llcs_pktrcv; in llc1_update_kstat()
[all …]

1234