Searched refs:kstat_read (Results 1 - 21 of 21) sorted by relevance

/osnet-11/usr/src/lib/libkstat/
H A Dkstat.h49 extern kid_t kstat_read(kstat_ctl_t *, kstat_t *, void *);
57 extern kid_t kstat_read();
/osnet-11/usr/src/lib/libkstat/common/
H A Dllib-lkstat42 kid_t kstat_read(kstat_ctl_t *, kstat_t *, void *);
H A Dkstat.c368 kstat_read(kstat_ctl_t *kc, kstat_t *ksp, void *data) function
496 * by doing a kstat_read() of this kstat. The only fields the
500 * and ks_data_size = 0, so that kstat_read() will automatically
507 kcid = kstat_read(kc, &k0, NULL);
510 /* errno set by kstat_read() */
/osnet-11/usr/src/cmd/powertop/common/
H A Dbattery.c129 (void) kstat_read(g_kc, ksp, NULL);
150 (void) kstat_read(g_kc, ksp, NULL);
175 (void) kstat_read(g_kc, ksp, NULL);
196 (void) kstat_read(g_kc, ksp, NULL);
219 (void) kstat_read(g_kc, ksp, NULL);
H A Dturbo.c78 (void) kstat_read(g_kc, ksp, NULL);
121 if (kstat_read(g_kc, ksp, NULL) == -1) {
H A Dcpufreq.c97 (void) kstat_read(g_kc, ksp, NULL);
H A Dutil.c479 if (kstat_read(kc, ksp, NULL) == -1)
562 if (kstat_read(kc, ksp, NULL) == -1)
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dkstat.c95 if ((ksp != NULL) && (kstat_read(kc, ksp, NULL) == -1)) {
129 if ((ksp != NULL) && (kstat_read(kc, ksp, NULL) == -1)) {
190 if (kstat_read(kc, ksp, NULL) == -1) {
203 if (kstat_read(kc, ksp, NULL) == -1) {
219 if ((ksp != NULL) && (kstat_read(kc, ksp, NULL) == -1)) {
293 if ((ksp != NULL) && (kstat_read(kc, ksp, NULL) != -1)) {
306 if (kstat_read(kc, ksp, NULL) == -1) {
323 } else if (kstat_read(kc, ksp, NULL) == -1) {
339 if (kstat_read(kc, ksp, NULL) == -1) {
354 if (kstat_read(k
[all...]
/osnet-11/usr/src/lib/libpower/i386/
H A Dpm_se.c106 if (kstat_read(kc, ksp, NULL) == -1) {
108 "%s kstat_read \"%s\" failed errno %d (%s)\n",
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dmemstat.c166 if (kstat_read(kc, kst, NULL) == -1)
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_cpu.c278 kstat_read (kc, ksp, NULL);
/osnet-11/usr/src/lib/fm/topo/modules/sun4u/chip/common/
H A Dchip_sun4u.c137 NULL || kstat_read(chip->chip_kc, ksp, NULL) < 0)
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetPhyStatistics.c205 if (kstat_read(kc, ksp, NULL) == -1) {
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c448 kid_t kstat_chain_id = kstat_read(libkstat_cookie, ksp, data);
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c755 if (kstat_read(kc, ksp, NULL) == -1) {
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c168 NULL || kstat_read(cpuip->cn_kc, ksp, NULL) < 0)
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c626 if (kstat_read(kcp, ksp, NULL) == -1)
742 if (kstat_read(kcp, ksp, NULL) == -1)
1273 if (kstat_read(kcp, ksp, NULL) == -1)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_dfl.c795 (rc = kstat_read(kc, k, NULL)) == -1 ||
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs157 kstat_t *kstat; /* Handle used by kstat_read */
683 * This module converts the flat list returned by kstat_read() into a perl hash
976 PERL_ASSERTMSG(0, "kstat_read: invalid data type");
1059 * kstat_read() fails, 0 is returned, otherwise 1
1080 if (kstat_read(kip->kstat_ctl, kip->kstat, NULL) < 0) {
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c1025 (void) kstat_read(kc, ksp, NULL);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c1901 if (kstat_read(kc, ksp, NULL) < 0)
1904 sm_dprintf("getla: kstat_read(): %s\n",

Completed in 67 milliseconds