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

/gkrellm-k10addon/src/
H A Dk10.c54 static kstat_t **info_table = NULL; variable
86 if (info_table != NULL) {
87 g_free(info_table);
88 info_table = NULL;
175 info_table[ksp->ks_instance] = ksp;
246 if (info_table == NULL) {
247 info_table = calloc(dev_count, sizeof(ksp));
248 if (info_table == NULL) {
255 free(info_table);
256 info_table
[all...]

Completed in 7 milliseconds