Searched refs:sc_temp (Results 1 – 5 of 5) sorted by relevance
65 struct ksensor sc_temp; member116 sc->sc_temp.type = SENSOR_TEMP; in owsbm_attach()117 snprintf(sc->sc_temp.desc, sizeof(sc->sc_temp.desc), "sn %012llx", in owsbm_attach()119 sensor_attach(&sc->sc_sensordev, &sc->sc_temp); in owsbm_attach()203 sc->sc_temp.value = 273150000 + in owsbm_update()
153 struct ksensor sc_temp[LOM_MAX_TEMP]; member326 sc->sc_temp[i].type = SENSOR_TEMP; in lom_attach()327 sensor_attach(&sc->sc_sensordev, &sc->sc_temp[i]); in lom_attach()843 if (j < sizeof (sc->sc_temp[i].desc) - 1) in lom_init_desc()844 sc->sc_temp[i].desc[j++] = val; in lom_init_desc()937 sc->sc_temp[i].flags |= SENSOR_FINVALID; in lom_refresh()941 sc->sc_temp[i].value = val * 1000000 + 273150000; in lom_refresh()942 sc->sc_temp[i].flags &= ~SENSOR_FINVALID; in lom_refresh()
47 bus_space_handle_t sc_temp; member
116 &sc->sc_temp)) { in auxio_ebus_attach()
290 SymbolContext sc_temp; in GetPrologueByteSize() local292 addr, eSymbolContextLineEntry, sc_temp); in GetPrologueByteSize()299 if (sc_temp.line_entry.line != sc.line_entry.line) { in GetPrologueByteSize()305 addr.Slide(sc_temp.line_entry.range.GetByteSize()); in GetPrologueByteSize()306 total_offset += sc_temp.line_entry.range.GetByteSize(); in GetPrologueByteSize()