Searched refs:info_ksp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsdbc_dynmem.c167 KSTAT_INFO_DEF info_ksp; local
337 info_ksp.instance = 0;
338 info_ksp.ksp = kstat_lookup(kctl, SDBC_KSTAT_MODULE, 0,
340 if (info_ksp.ksp == NULL) {
348 if (kstat_read(kctl, info_ksp.ksp, NULL) == -1) {
359 kstat_data_lookup(info_ksp.ksp, p_dynmem_knp->named);
381 if (kstat_write(kctl, info_ksp.ksp, NULL) == -1) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c2665 kstat_t *info_ksp; local
2672 info_ksp = kstat_lookup(*kcp, NULL, -1, name);
2673 if (info_ksp == NULL) {
2678 if (kstat_read(*kcp, info_ksp, NULL) == -1) {
2683 *ptr = info_ksp;

Completed in 52 milliseconds