Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c580 if (devp->temp_lpm_tbl == NULL) in get_lpm_speed()
582 lpm = y_of_x(devp->temp_lpm_tbl, temp); in get_lpm_speed()
605 table_t *temp_lpm_tbl; in cb_lpm() local
623 temp_lpm_tbl = parse_lpm_ranges(bufp, psize); in cb_lpm()
624 if (temp_lpm_tbl == NULL) { in cb_lpm()
630 fini_table(temp_lpm_tbl); in cb_lpm()
637 newdev->temp_lpm_tbl = temp_lpm_tbl; in cb_lpm()
686 fini_table(devp->temp_lpm_tbl); in delete_lpm_devices()
H A Denvd.h354 table_t *temp_lpm_tbl; member