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

/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c57 static kstat_t *conskbd_ksp, *consms_ksp; variable
568 consms_ksp = kstat_lookup(kc, "consms", 0, "activity");
580 if (consms_ksp == NULL || kstat_read(kc, consms_ksp, NULL) == -1 ||
581 (p = kstat_data_lookup(consms_ksp, "idle_sec")) == NULL)

Completed in 44 milliseconds