Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c668 if (sensorp->crtbl != NULL) { in get_temperature()
669 *temp = (tempr_t)y_of_x(sensorp->crtbl, *temp); in get_temperature()
814 if (sensorp->crtbl != NULL) in envd_close_sensors()
815 fini_table(sensorp->crtbl); in envd_close_sensors()
883 sensorp->crtbl = NULL; in envd_setup_sensors()
931 sensorp->crtbl = init_table(nentries); in envd_setup_sensors()
932 if (sensorp->crtbl == NULL) in envd_setup_sensors()
934 tblp = sensorp->crtbl; in envd_setup_sensors()
948 sensorp->crtbl = NULL; in envd_setup_sensors()
H A Denvd.h313 table_t *crtbl; /* Correction table */ member
/titanic_50/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c840 if (sensorp->crtbl != NULL) { in get_temperature()
841 *temp = (tempr_t)y_of_x(sensorp->crtbl, *temp); in get_temperature()
1013 if (sensorp->crtbl != NULL) in envd_close_sensors()
1014 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.h394 table_t *crtbl; /* Correction Table */ member