| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-library.man3kstat.inc | 19 file path=usr/share/man/man3kstat/kstat_lookup.3kstat 24 target=kstat_lookup.3kstat
|
| /illumos-gate/usr/src/lib/libkstat/ |
| H A D | kstat.h | 54 extern kstat_t *kstat_lookup(kstat_ctl_t *, char *, int, char *); 62 extern kstat_t *kstat_lookup();
|
| /illumos-gate/usr/src/man/man3kstat/ |
| H A D | Makefile | 23 kstat_lookup.3kstat \ 31 kstat_data_lookup.3kstat := LINKSRC = kstat_lookup.3kstat
|
| /illumos-gate/usr/src/cmd/powertop/common/ |
| H A D | battery.c | 71 if (kstat_lookup(kc, kstat_batt_mod[1], 0, NULL)) 74 if (kstat_lookup(kc, kstat_batt_mod[2], 0, NULL)) 128 ksp = kstat_lookup(kc, kstat_batt_mod[kstat_batt_idx], 0, 151 ksp = kstat_lookup(kc, kstat_batt_mod[kstat_batt_idx], 0, 178 ksp = kstat_lookup(kc, kstat_batt_mod[kstat_batt_idx], 0, 200 ksp = kstat_lookup(kc, kstat_batt_mod[kstat_batt_idx], 0, 224 ksp = kstat_lookup(kc, kstat_batt_mod[kstat_batt_idx], 0,
|
| H A D | turbo.c | 77 ksp = kstat_lookup(kc, "turbo", 0, NULL); 125 ksp = kstat_lookup(kc, "turbo", g_cpu_table[cpu], NULL);
|
| H A D | cpufreq.c | 189 ksp = kstat_lookup(kc, "cpu_info", g_cpu_table[g_observed_cpu], NULL); 405 ksp = kstat_lookup(kc, "cpu_info", g_cpu_table[cpu], NULL);
|
| /illumos-gate/usr/src/lib/libkstat/common/ |
| H A D | llib-lkstat | 45 kstat_t *kstat_lookup(kstat_ctl_t *, char *, int, char *);
|
| /illumos-gate/usr/src/lib/libprtdiag/common/ |
| H A D | kstat.c | 92 ksp = kstat_lookup(kc, UNIX, board, FHC_KSTAT_NAME); 126 ksp = kstat_lookup(kc, UNIX, board, AC_KSTAT_NAME); 187 ksp = kstat_lookup(kc, UNIX, board, SIMMSTAT_KSTAT_NAME); 200 ksp = kstat_lookup(kc, UNIX, board, OVERTEMP_KSTAT_NAME); 217 ksp = kstat_lookup(kc, UNIX, 0, SYSCTRL_KSTAT_NAME); 291 ksp = kstat_lookup(kc, UNIX, 0, PSSHAD_KSTAT_NAME); 303 ksp = kstat_lookup(kc, UNIX, CLOCK_BOARD_INDEX, OVERTEMP_KSTAT_NAME); 319 ksp = kstat_lookup(kc, UNIX, 0, RESETINFO_KSTAT_NAME); 333 ksp = kstat_lookup(kc, UNIX, i, BDLIST_KSTAT_NAME); 349 ksp = kstat_lookup(k [all...] |
| /illumos-gate/usr/src/cmd/fs.d/ |
| H A D | fssnapsup.c | 116 kshigh = kstat_lookup(kslib, SNAP_NAME, 0, FSSNAP_KSTAT_HIGHWATER); 187 mnt = kstat_lookup(kslib, SNAP_NAME, i, FSSNAP_KSTAT_MNTPT); 220 num = kstat_lookup(kslib, SNAP_NAME, snapnum, FSSNAP_KSTAT_NUM); 256 mnt = kstat_lookup(kslib, SNAP_NAME, snapnum, 316 back = kstat_lookup(kslib, SNAP_NAME, snapnum,
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/ |
| H A D | nfsstat.c | 517 rpc_clts_client_kstat = kstat_lookup(kc, "unix", 0, "rpc_clts_client"); 518 rpc_clts_server_kstat = kstat_lookup(kc, "unix", 0, "rpc_clts_server"); 519 rpc_cots_client_kstat = kstat_lookup(kc, "unix", 0, "rpc_cots_client"); 520 rpc_cots_server_kstat = kstat_lookup(kc, "unix", 0, "rpc_cots_server"); 521 rpc_rdma_client_kstat = kstat_lookup(kc, "unix", 0, "rpc_rdma_client"); 522 rpc_rdma_server_kstat = kstat_lookup(kc, "unix", 0, "rpc_rdma_server"); 523 nfs_client_kstat = kstat_lookup(kc, "nfs", 0, "nfs_client"); 524 nfs4_client_kstat = kstat_lookup(kc, "nfs", 0, "nfs4_client"); 525 nfs_server_v2_kstat = kstat_lookup(kc, "nfs", 2, "nfs_server"); 526 nfs_server_v3_kstat = kstat_lookup(k [all...] |
| /illumos-gate/usr/src/cmd/avs/dsstat/ |
| H A D | ii_stats.c | 135 mst_ksp = kstat_lookup(kc, II_KSTAT_MODULE, -1, kname); 148 shd_ksp = kstat_lookup(kc, II_KSTAT_MODULE, -1, kname); 161 bmp_ksp = kstat_lookup(kc, II_KSTAT_MODULE, -1, kname); 174 ovr_ksp = kstat_lookup(kc, II_KSTAT_MODULE, -1, kname); 249 ksp = kstat_lookup(kc, II_KSTAT_MODULE, -1, volname); 268 ksp = kstat_lookup(kc, II_KSTAT_MODULE, -1, kname); 280 ksp = kstat_lookup(kc, II_KSTAT_MODULE, -1, kname); 292 ksp = kstat_lookup(kc, II_KSTAT_MODULE, -1, kname); 304 ksp = kstat_lookup(kc, II_KSTAT_MODULE, -1, kname);
|
| H A D | sndr_stats.c | 153 bmp_ksp = kstat_lookup(kc, RDC_KSTAT_BMPNAME, kinst, kname); 166 sec_ksp = kstat_lookup(kc, RDC_KSTAT_MODULE, kinst, kname); 269 ksp = kstat_lookup(kc, RDC_KSTAT_MODULE, kinst, kname); 290 ksp = kstat_lookup(kc, RDC_KSTAT_BMPNAME, kinst, kname); 302 ksp = kstat_lookup(kc, RDC_KSTAT_MODULE, kinst, kname);
|
| H A D | sdbc_stats.c | 131 io_ksp = kstat_lookup(kc, SDBC_KSTAT_MODULE, kinst, kname); 171 ksp = kstat_lookup(kc, SDBC_KSTAT_MODULE, -1, SDBC_KSTAT_GSTATS); 206 set_ksp = kstat_lookup(kc, SDBC_KSTAT_MODULE, kinst, kname); 228 io_ksp = kstat_lookup(kc, SDBC_KSTAT_MODULE, kinst, kname);
|
| /illumos-gate/usr/src/cmd/stat/common/ |
| H A D | acquire.c | 55 kstat_t *ksp = kstat_lookup(kc, module, instance, name); 249 if ((ksp = kstat_lookup(kc, "unix", 0, "sysinfo")) == NULL) 255 if ((ksp = kstat_lookup(kc, "unix", 0, "vminfo")) == NULL) 261 if ((ksp = kstat_lookup(kc, "unix", 0, "dnlcstats")) == NULL) 267 if ((ksp = kstat_lookup(kc, "unix", 0, "system_misc")) == NULL)
|
| /illumos-gate/usr/src/cmd/power/ |
| H A D | sysstat.c | 382 if ((load_ave_ksp = kstat_lookup(kc, "unix", 0, "system_misc")) == 384 fail("kstat_lookup('unix', 0, 'system_misc') failed"); 419 nfs_client2_kstat = kstat_lookup(kc, "nfs", 0, "rfsreqcnt_v2"); 420 nfs_client3_kstat = kstat_lookup(kc, "nfs", 0, "rfsreqcnt_v3"); 421 nfs_server2_kstat = kstat_lookup(kc, "nfs", 0, "rfsproccnt_v2"); 422 nfs_server3_kstat = kstat_lookup(kc, "nfs", 0, "rfsproccnt_v3"); 546 conskbd_ksp = kstat_lookup(kc, "conskbd", 0, "activity"); 568 consms_ksp = kstat_lookup(kc, "consms", 0, "activity");
|
| /illumos-gate/usr/src/cmd/sendmail/libsm/ |
| H A D | memstat.c | 114 kst = kstat_lookup(kc, "unix", 0,
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
| H A D | unix.c | 85 if ((ksp = kstat_lookup(kc, "sockfs", 0, "sock_unix_list")) ==
|
| /illumos-gate/usr/src/cmd/hal/hald/solaris/ |
| H A D | devinfo_cpu.c | 191 ksp = kstat_lookup (kc, "cpu_info", cpu_id, NULL);
|
| /illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
| H A D | piclkstat.c | 151 ksp = kstat_lookup(kc, ks_module, ks_instance, 406 if ((ksp = kstat_lookup(kc, ks_module, ks_instance, ks_name)) == NULL) {
|
| /illumos-gate/usr/src/cmd/fm/schemes/cpu/ |
| H A D | cpu.c | 80 ksp = kstat_lookup(kc, "cpu_info", cpuid, NULL); 102 if ((ksp = kstat_lookup(kc, "cpu_info", cpuid, NULL)) == NULL) {
|
| /illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/ |
| H A D | montecarlo.c | 571 if ((ksp_leddata = kstat_lookup(kc, SCSB_DEV, 0, SCSB_KS_LEDDATA)) 595 if ((ksp_state = kstat_lookup(kc, SCSB_DEV, 0, SCSB_KS_STATE)) 633 if ((ksp_topo = kstat_lookup(kc, SCSB_DEV, 0, SCSB_KS_TOPOLOGY)) 893 if ((ksp_ps = kstat_lookup(kc, I2C_PCF8574_NAME, 0, kstat_name)) 921 if ((ksp_fan = kstat_lookup(kc, I2C_PCF8574_NAME, 963 if ((ksp_temp = kstat_lookup(kc, I2C_PCF8591_NAME, 1094 if ((ksp_disk = kstat_lookup(kc, STERR, 1108 if ((ksp_disk = kstat_lookup(kc, SDERR, 1118 if ((ksp_disk = kstat_lookup(kc, SDERR,
|
| /illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/ |
| H A D | javelin.c | 783 ksp = kstat_lookup(kc, ENVCTRL_MODULE_NAME, INSTANCE_0, 797 ksp = kstat_lookup(kc, ENVCTRL_MODULE_NAME, INSTANCE_0, 811 ksp = kstat_lookup(kc, ENVCTRL_MODULE_NAME, INSTANCE_0, 825 ksp = kstat_lookup(kc, ENVCTRL_MODULE_NAME, INSTANCE_0, 839 ksp = kstat_lookup(kc, ENVCTRL_MODULE_NAME, INSTANCE_0,
|
| /illumos-gate/usr/src/lib/fm/topo/modules/sun4u/chip/ |
| H A D | chip_sun4u.c | 139 if ((ksp = kstat_lookup(chip->chip_kc, "cpu_info", i, NULL)) ==
|
| /illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
| H A D | cmd_cpu_arch.c | 169 if ((ksp = kstat_lookup(kc, "cpu_info", cpuid, NULL)) == NULL ||
|
| /illumos-gate/usr/src/cmd/rpcsvc/ |
| H A D | rstat_proc.c | 682 kstat_t *ksp = kstat_lookup(kctl, ks_module, ks_instance, ks_name); 685 fail(0, "kstat_lookup('%s', %d, '%s') failed", 749 if ((ksp = kstat_lookup(kc, "cpu", ksp->ks_instance, 981 if (((ksp = kstat_lookup(kc, "link", 0, namebuf)) 982 == NULL) && ((ksp = kstat_lookup(kc, NULL, -1,
|