Searched refs:getControlTemp (Results 1 - 4 of 4) sorted by relevance
/k10sensor/src/ |
H A D | k10sensor.h | 143 int32_t getControlTemp(PCI_HDL pci_hdl, cpu_vars_t *v, boolean_t core1);
|
H A D | common.c | 571 getControlTemp(PCI_HDL pci_hdl, cpu_vars_t *v, boolean_t core1) function 718 t = getControlTemp(pci_hdl, v, 0); 722 t = getControlTemp(pci_hdl, v, 1); 727 t = getControlTemp(pci_hdl, v, 0);
|
H A D | k10sensor.c | 448 t[0] = getControlTemp(k10p->pci_hdl, v, 0); 451 t[1] = getControlTemp(k10p->pci_hdl, v, 1);
|
H A D | k10s_kstats.c | 72 knp->value.i32 = getControlTemp(k10p->pci_hdl, k10p->v, n);
|
Completed in 11 milliseconds