Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/modules/sun4u/chip/
H A Dchip_sun4u.c62 kstat_ctl_t *chip_kc; member
87 if ((chip->chip_kc = kstat_open()) == NULL) { in _topo_init()
97 (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()
139 if ((ksp = kstat_lookup(chip->chip_kc, "cpu_info", i, NULL)) == in cpu_kstat_init()
140 NULL || kstat_read(chip->chip_kc, ksp, NULL) < 0) in cpu_kstat_init()