Home
last modified time | relevance | path

Searched refs:sc_temp (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/dev/onewire/
Dowsbm.c65 struct ksensor sc_temp; member
116 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()
/openbsd/src/sys/arch/sparc64/dev/
Dlom.c153 struct ksensor sc_temp[LOM_MAX_TEMP]; member
326 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()
Dauxiovar.h47 bus_space_handle_t sc_temp; member
Dauxio.c116 &sc->sc_temp)) { in auxio_ebus_attach()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DSymbol.cpp290 SymbolContext sc_temp; in GetPrologueByteSize() local
292 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()