Searched refs:chipId (Results 1 - 5 of 5) sorted by relevance
/k10sensor/src/ |
H A D | k10s_kstats.c | 70 K10SDBG(CE_WARN, "k10s_data_update %d/%d", n, k10p->v->chipId); 96 sprintf(buf, K10S_KSTAT_INFO_NAME" %d", v->chipId); 97 ksp = kstat_create(KMODNAME, v->chipId, buf, K10S_KSTAT_CLASS, 102 K10SDBG(CE_WARN, "kstat created info#%d = %p", v->chipId, ksp); 143 sprintf(buf, K10S_KSTAT_DATA_NAME_FMT2, v->chipId, 0); 144 ksp = kstat_create(KMODNAME, v->chipId, buf, K10S_KSTAT_CLASS, 148 K10SDBG(CE_WARN, "kstat created data0#%d = %p", v->chipId, ksp); 155 sprintf(buf, K10S_KSTAT_DATA_NAME_FMT2, v->chipId, 1); 156 ksp = kstat_create(KMODNAME, v->chipId, buf, K10S_KSTAT_CLASS, 159 K10SDBG(CE_WARN, "kstat created data1#%d = %p", v->chipId, ks [all...] |
H A D | k10sensor.h | 96 uint32_t chipId; member in struct:cpu_vars
|
H A D | k10sensor.c | 167 /* Set k10p->v->chipId to the CPU NodeID, to which this instance belongs to. 168 * @param k10p the per instance data record. Required members: dip, chipId 187 k10p->v->chipId = unitaddr - MC_AMD_DEV_OFFSET; 188 return (k10p->v->chipId < 0) ? (DDI_FAILURE) : (DDI_SUCCESS); 217 if (chip_id == v->chipId) {
|
H A D | k10sensor_info.c | 135 cv->chipId = pci_hdl->dev - 0x18;
|
H A D | common.c | 644 sprintf(buf, "CPU #%d", v->chipId);
|
Completed in 19 milliseconds