Searched refs:tc1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/lib/libedit/
H A DMakefile73 tc1.o: ${.CURDIR}/TEST/tc1.c
75 test: tc1.o libedit.a ${DPADD} ${LIBTERMCAP}
/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi_thermal.c82 int tc1; member in struct:acpi_tz_zone
299 sc, offsetof(struct acpi_tz_softc, tz_zone.tc1),
390 * with passive cooling thread which refers psv, tc1, tc2 and tsp.
420 acpi_tz_getparam(sc, "_TC1", &sc->tz_zone.tc1);
1143 perf = sc->tz_zone.tc1 * (curr_temp - prev_temp) +
1184 return (sc->tz_zone.tc1 != -1 && sc->tz_zone.tc2 != -1 &&

Completed in 58 milliseconds