Home
last modified time | relevance | path

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

12345

/titanic_50/usr/src/man/man3kstat/
H A DMakefile19 MANSECT= 3kstat
21 MANFILES= kstat.3kstat \
22 kstat_chain_update.3kstat \
23 kstat_lookup.3kstat \
24 kstat_open.3kstat \
25 kstat_read.3kstat
27 MANLINKS= kstat_close.3kstat \
28 kstat_data_lookup.3kstat \
29 kstat_write.3kstat
31 kstat_data_lookup.3kstat := LINKSRC = kstat_lookup.3kstat
[all …]
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3kstat.inc17 file path=usr/share/man/man3kstat/kstat.3kstat
18 file path=usr/share/man/man3kstat/kstat_chain_update.3kstat
19 file path=usr/share/man/man3kstat/kstat_lookup.3kstat
20 file path=usr/share/man/man3kstat/kstat_open.3kstat
21 file path=usr/share/man/man3kstat/kstat_read.3kstat
22 link path=usr/share/man/man3kstat/kstat_close.3kstat target=kstat_open.3kstat
23 link path=usr/share/man/man3kstat/kstat_data_lookup.3kstat \
24 target=kstat_lookup.3kstat
25 link path=usr/share/man/man3kstat/kstat_write.3kstat target=kstat_read.3kstat
/titanic_50/usr/src/lib/libkstat/
H A DMakefile.com31 OBJECTS= kstat.o
60 pics/kstat.o: ../kstat.h
/titanic_50/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 …]
/titanic_50/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 */
/titanic_50/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()
/titanic_50/usr/src/cmd/pools/poold/libjkstat/
H A DMakefile38 com.sun.solaris.service.kstat.Kstat \
39 com.sun.solaris.service.kstat.KstatCtl
/titanic_50/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>
/titanic_50/usr/src/cmd/stat/kstat/
H A DMakefile26 PROG = kstat
27 OBJS = kstat.o
/titanic_50/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs.h137 struct kstat *smi_io_kstats;
138 struct kstat *smi_ro_kstats;
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs168 kstat_t *kstat; /* Handle used by kstat_read */ member
1199 if (kstat_read(kip->kstat_ctl, kip->kstat, NULL) < 0) { in read_kstats()
1204 hv_store(self, "snaptime", 8, NEW_HRTIME(kip->kstat->ks_snaptime), 0); in read_kstats()
1205 switch (kip->kstat->ks_type) { in read_kstats()
1207 if ((fnp = lookup_raw_kstat_fn(kip->kstat->ks_module, in read_kstats()
1208 kip->kstat->ks_name)) != 0) { in read_kstats()
1209 fnp(self, kip->kstat, kip->strip_str); in read_kstats()
1213 save_named(self, kip->kstat, kip->strip_str); in read_kstats()
1216 save_intr(self, kip->kstat, kip->strip_str); in read_kstats()
1219 save_io(self, kip->kstat, kip->strip_str); in read_kstats()
[all …]
/titanic_50/usr/src/cmd/stat/arcstat/
H A Darcstat.pl113 my $kstat = Sun::Solaris::Kstat->new();
213 if ($kstat->update()) {
216 my $hashref_cur = $kstat->{"zfs"}{0}{"arcstats"};
/titanic_50/usr/src/lib/libkstat/common/
H A Dllib-lkstat33 #include <kstat.h>
39 /* kstat.c */
/titanic_50/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];
/titanic_50/usr/src/cmd/pools/poold/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 DKstatTypeNotSupportedException.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;
/titanic_50/usr/src/cmd/pools/poold/
H A DMakefile38 com/sun/solaris/service/kstat \
71 com.sun.solaris.service.kstat \
/titanic_50/usr/src/cmd/stat/
H A DMakefile30 SUBDIRS= arcstat iostat mpstat vmstat fsstat kstat

12345