Home
last modified time | relevance | path

Searched refs:kstat_close (Results 1 – 25 of 57) sorted by relevance

123

/titanic_44/usr/src/cmd/powertop/common/
H A Dbattery.c79 (void) kstat_close(kc); in pt_battery_mod_lookup()
132 (void) kstat_close(kc); in pt_battery_stat_snapshot()
140 (void) kstat_close(kc); in pt_battery_stat_snapshot()
155 (void) kstat_close(kc); in pt_battery_stat_snapshot()
163 (void) kstat_close(kc); in pt_battery_stat_snapshot()
182 (void) kstat_close(kc); in pt_battery_stat_snapshot()
190 (void) kstat_close(kc); in pt_battery_stat_snapshot()
204 (void) kstat_close(kc); in pt_battery_stat_snapshot()
212 (void) kstat_close(kc); in pt_battery_stat_snapshot()
228 (void) kstat_close(kc); in pt_battery_stat_snapshot()
[all …]
H A Dturbo.c80 (void) kstat_close(kc); in pt_turbo_init()
90 (void) kstat_close(kc); in pt_turbo_init()
103 (void) kstat_close(kc); in pt_turbo_init()
129 (void) kstat_close(kc); in pt_turbo_snapshot()
136 (void) kstat_close(kc); in pt_turbo_snapshot()
144 (void) kstat_close(kc); in pt_turbo_snapshot()
157 (void) kstat_close(kc); in pt_turbo_snapshot()
167 if (kstat_close(kc) != 0) in pt_turbo_snapshot()
H A Dcpufreq.c193 (void) kstat_close(kc); in pt_cpufreq_stat_prepare()
223 (void) kstat_close(kc); in pt_cpufreq_stat_prepare()
393 if (kstat_close(kc) != 0) in pt_cpufreq_snapshot()
/titanic_44/usr/src/cmd/avs/dsstat/
H A Dmulti_stats.c119 (void) kstat_close(kc); in discover()
126 (void) kstat_close(kc); in discover()
171 (void) kstat_close(kc); in update()
178 (void) kstat_close(kc); in update()
/titanic_44/usr/src/cmd/fm/modules/sun4u/USII-io-diagnosis/
H A Diod_main.c123 (void) kstat_close(kc); in iod_cpu_check_support()
135 (void) kstat_close(kc); in iod_cpu_check_support()
141 (void) kstat_close(kc); in iod_cpu_check_support()
/titanic_44/usr/src/lib/libkstat/
H A Dkstat.h50 extern int kstat_close(kstat_ctl_t *);
58 extern int kstat_close();
/titanic_44/usr/src/man/man3kstat/
H A DMakefile27 MANLINKS= kstat_close.3kstat \
33 kstat_close.3kstat := LINKSRC = kstat_open.3kstat
/titanic_44/usr/src/cmd/fm/schemes/cpu/
H A Dcpu.c81 (void) kstat_close(kc); in cpu_cpuid_present()
103 (void) kstat_close(kc); in cpu_get_serialid_kstat()
109 (void) kstat_close(kc); in cpu_get_serialid_kstat()
116 (void) kstat_close(kc); in cpu_get_serialid_kstat()
121 (void) kstat_close(kc); in cpu_get_serialid_kstat()
/titanic_44/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_cpu_arch.c172 (void) kstat_close(kc); in cmd_cpu_getfrustr_by_id()
181 (void) kstat_close(kc); in cmd_cpu_getfrustr_by_id()
186 (void) kstat_close(kc); in cmd_cpu_getfrustr_by_id()
/titanic_44/usr/src/cmd/backup/dump/
H A Ddumpitime.c429 (void) kstat_close(kslib); in is_fssnap_dump()
434 (void) kstat_close(kslib); in is_fssnap_dump()
440 (void) kstat_close(kslib); in is_fssnap_dump()
444 (void) kstat_close(kslib); in is_fssnap_dump()
/titanic_44/usr/src/lib/sun_sas/common/
H A DSun_sasGetPhyStatistics.c201 (void) kstat_close(kc); in Sun_sasGetPhyStatistics()
211 (void) kstat_close(kc); in Sun_sasGetPhyStatistics()
255 (void) kstat_close(kc); in Sun_sasGetPhyStatistics()
/titanic_44/usr/src/lib/fm/topo/modules/sun4u/chip/
H A Dchip_sun4u.c97 (void) kstat_close(chip->chip_kc); in _topo_init()
107 (void) kstat_close(chip->chip_kc); in _topo_init()
127 (void) kstat_close(chip->chip_kc); in _topo_fini()
/titanic_44/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_cpu.c196 kstat_close (kc); in devinfo_cpu_add()
242 kstat_close (kc); in devinfo_cpu_add()
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c749 (void) kstat_close(kc); in opl_disp_environ()
754 (void) kstat_close(kc); in opl_disp_environ()
760 (void) kstat_close(kc); in opl_disp_environ()
773 (void) kstat_close(kc); in opl_disp_environ()
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c941 kstat_close(kc); in do_pcf8574_kstat()
979 kstat_close(kc); in do_pcf8591_kstat()
1083 kstat_close(kc); in scsi_disk_status()
1091 kstat_close(kc); in scsi_disk_status()
1096 kstat_close(kc); in scsi_disk_status()
1105 kstat_close(kc); in scsi_disk_status()
1111 kstat_close(kc); in scsi_disk_status()
1120 kstat_close(kc); in scsi_disk_status()
1129 kstat_close(kc); in scsi_disk_status()
1137 kstat_close(kc); in scsi_disk_status()
[all …]
/titanic_44/usr/src/lib/libkstat/common/
H A Dkstat.c85 (void) kstat_close(kc); in kstat_open()
93 kstat_close(kstat_ctl_t *kc) in kstat_close() function
H A Dllib-lkstat41 int kstat_close(kstat_ctl_t *);
H A Dmapfile-vers53 kstat_close;
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclkstat.c104 kstat_close(kc); in kstat_port_state()
128 kstat_close(kc); in kstat_port_cond()
/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c102 (void) kstat_close(cpuip->cn_kc); in cpu_init()
112 (void) kstat_close(cpuip->cn_kc); in cpu_init()
133 (void) kstat_close(cpuip->cn_kc); in cpu_fini()
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3kstat.inc22 link path=usr/share/man/man3kstat/kstat_close.3kstat target=kstat_open.3kstat
/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dmemstat.c138 r = kstat_close(kc);
/titanic_44/usr/src/cmd/power/
H A Dhandlers.c249 (void) kstat_close(kc); in S3_helper()
258 (void) kstat_close(kc); in S3_helper()
272 (void) kstat_close(kc); in S3_helper()
279 (void) kstat_close(kc); in S3_helper()
/titanic_44/usr/src/cmd/lockstat/
H A Dsym.c122 (void) kstat_close(kc); in fake_up_certain_popular_kernel_symbols()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c2674 kstat_close(*kcp); in open_kstat()
2679 kstat_close(*kcp); in open_kstat()
2997 kstat_close(kc); in get_board_status()
3000 kstat_close(kc); in get_board_status()
3389 kstat_close(kc); in add_env_nodes()
3509 kstat_close(kc); in get_sensor_data()
3512 kstat_close(kc); in get_sensor_data()
3571 kstat_close(kc); in get_sensor_data()
3577 kstat_close(kc); in get_sensor_data()
3580 kstat_close(kc); in get_sensor_data()
[all …]

123