Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c666 if (sensorp->crtbl != NULL) { in get_temperature()
667 *temp = (tempr_t)y_of_x(sensorp->crtbl, *temp); in get_temperature()
812 if (sensorp->crtbl != NULL) in envd_close_sensors()
813 fini_table(sensorp->crtbl); in envd_close_sensors()
881 sensorp->crtbl = NULL; in envd_setup_sensors()
929 sensorp->crtbl = init_table(nentries); in envd_setup_sensors()
930 if (sensorp->crtbl == NULL) in envd_setup_sensors()
932 tblp = sensorp->crtbl; in envd_setup_sensors()
946 sensorp->crtbl = NULL; in envd_setup_sensors()
H A Denvd.h311 table_t *crtbl; /* Correction table */ member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c838 if (sensorp->crtbl != NULL) { in get_temperature()
839 *temp = (tempr_t)y_of_x(sensorp->crtbl, *temp); in get_temperature()
1011 if (sensorp->crtbl != NULL) in envd_close_sensors()
1012 fini_table(sensorp->crtbl); in envd_close_sensors()
1235 sensorp->crtbl = NULL; in envd_setup_sensors()
1297 sensorp->crtbl = init_table(nentries); in envd_setup_sensors()
1298 if (sensorp->crtbl == NULL) in envd_setup_sensors()
1300 tblp = sensorp->crtbl; in envd_setup_sensors()
1314 sensorp->crtbl = NULL; in envd_setup_sensors()
H A Denvd.h392 table_t *crtbl; /* Correction Table */ member