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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DMakefile38 LDLIBS_sparcv9= -L/usr/lib/sparcv9 -l kstat
39 LDLIBS_32= -l kstat
H A Dkr_memory.c19 #include <kstat.h>
35 * Return value of named statistic for given kstat_named kstat.
80 done about what is the value that kstat returns
H A Dkr_nfsstat.c30 #include <kstat.h>
89 * Verify and close the kstat control structure
106 /* Initialize kstat control structures */
108 fail(1, "kstat_open(): can't open /dev/kstat");
110 /* Find a kstat by name */
195 * The following function closes the kstat control structure
H A Dkr_vmstat.c27 #include <kstat.h>
79 /* Initialize a kstat control structure */
81 fail(1, "kstat_open(): can't open /dev/kstat");
86 /* update the kstat header chain or load all_stat structure */
101 * Close the kstat control structure and set it to null.
126 fail(1, "kstat_open(): can't open /dev/kstat");
137 /* update the kstat header chain or load all_stat structure */
153 * Close the kstat control structure and set it to null.
170 fail(1, "kstat_open(): can't open /dev/kstat");
187 * Close the kstat contro
[all...]
H A Dkr_iostat.c27 #include <kstat.h>
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/
H A Dvp.in35 echo <RAD_JAVA_DIR>/kstat.jar
/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c59 #include <kstat.h>
223 fprintf(stderr, "cannot open /dev/kstat: %s\n",
1375 * In case of some cpu_id doesn't have kstat info.,
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py30 import rad.bindings.com.oracle.solaris.rad.kstat_1 as kstat namespace
448 """Solaris Zones Driver using the zonemgr(3RAD) and kstat(3RAD) providers.
534 kstat.Control())
721 kstat.Kstat(), rad.client.ADRGlobPattern(pattern))
723 LOG.info(_("Unable to retrieve kstat object '%s:%s:%s' of class "
724 "'%s' via kstat(3RAD): %s")

Completed in 87 milliseconds