Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c2663 kstat_t *info_ksp; in open_kstat() local
2670 info_ksp = kstat_lookup(*kcp, NULL, -1, name); in open_kstat()
2671 if (info_ksp == NULL) { in open_kstat()
2676 if (kstat_read(*kcp, info_ksp, NULL) == -1) { in open_kstat()
2681 *ptr = info_ksp; in open_kstat()