Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen.c77 if (sock->ztes_kstat != NULL) { in topo_zen_enum_cleanup_sock()
78 (void) kstat_close(sock->ztes_kstat); in topo_zen_enum_cleanup_sock()
79 sock->ztes_kstat = NULL; in topo_zen_enum_cleanup_sock()
264 sock->ztes_kstat = kstat_open(); in topo_zen_enum_chip_gather()
265 if (sock->ztes_kstat == NULL) { in topo_zen_enum_chip_gather()
546 ks = kstat_lookup(sock->ztes_kstat, "cpu_info", cpu_id, name); in topo_zen_map_common_chip_info()
553 if (kstat_read(sock->ztes_kstat, ks, NULL) == -1) { in topo_zen_map_common_chip_info()
H A Dtopo_zen_impl.h75 kstat_ctl_t *ztes_kstat; member