Searched refs:PCI_HDL (Results 1 - 4 of 4) sorted by relevance
/k10sensor/src/ |
H A D | k10sensor.h | 28 #define PCI_HDL ddi_acc_handle_t macro 34 #define PCI_HDL struct pci_device * macro 131 void fillThermtrip(PCI_HDL pci_hdl, cpu_vars_t *v); 134 void fillNBcapabilities(PCI_HDL pci_hdl, cpu_vars_t *v); 137 void fillHtc(PCI_HDL pci_hdl, cpu_vars_t *v); 140 void fillStc(PCI_HDL pci_hdl, cpu_vars_t *v); 143 int32_t getControlTemp(PCI_HDL pci_hdl, cpu_vars_t *v, boolean_t core1); 147 char *dumpTctrl(char *buf, PCI_HDL pci_hdl, cpu_vars_t *v);
|
H A D | k10s_kstats.h | 43 PCI_HDL pci_hdl;
|
H A D | common.c | 293 fillThermtrip(PCI_HDL pci_hdl, cpu_vars_t *v) { 391 fillNBcapabilities(PCI_HDL pci_hdl, cpu_vars_t *v) 427 fillHtc(PCI_HDL pci_hdl, cpu_vars_t *v) { 497 fillStc(PCI_HDL pci_hdl, cpu_vars_t *v) 571 getControlTemp(PCI_HDL pci_hdl, cpu_vars_t *v, boolean_t core1) 707 dumpTctrl(char *buf, PCI_HDL pci_hdl, cpu_vars_t *v) {
|
H A D | k10sensor_info.c | 86 PCI_HDL pci_hdl;
|
Completed in 11 milliseconds