Home
last modified time | relevance | path

Searched refs:tzone (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtt.c148 if (mvm->tz_device.tzone) { in iwl_mvm_temp_notif()
151 thermal_zone_device_update(tz_dev->tzone, in iwl_mvm_temp_notif()
571 if (!mvm->tz_device.tzone) in iwl_mvm_send_temp_report_ths_cmd()
647 struct iwl_mvm_thermal_device *tzone; in iwl_mvm_tzone_set_trip_temp() local
663 tzone = &mvm->tz_device; in iwl_mvm_tzone_set_trip_temp()
664 if (!tzone) { in iwl_mvm_tzone_set_trip_temp()
690 mvm->tz_device.tzone = NULL; in iwl_mvm_thermal_zone_register()
704 if (IS_ERR(mvm->tz_device.tzone)) { in iwl_mvm_thermal_zone_register()
708 mvm->tz_device.tzone = NULL; in iwl_mvm_thermal_zone_register()
808 if (mvm->tz_device.tzone) { in iwl_mvm_thermal_zone_unregister()
[all …]
H A Dmvm.h541 struct thermal_zone_device *tzone; member
/freebsd/libexec/bootpd/
H A DMakefile.UNIX142 lookup.o getif.o hwaddr.o tzone.o report.o $(STRERROR)
147 lookup.o hwaddr.o tzone.o report.o $(STRERROR)
188 bootpd.o : readfile.h report.h tzone.h patchlevel.h getif.h
190 bootpef.o : readfile.h report.h tzone.h patchlevel.h
201 readfile.o : report.h tzone.h bootpd.h
203 tzone.o : bptypes.h report.h tzone.h
H A DMakefile12 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
H A DREADME134 tzone.c Get timezone offset
135 tzone.h header for above
/freebsd/contrib/libxo/tests/core/
H A Dtest_11.c47 const char *tzone = "EST"; in main() local
59 tzone = argv[++argc]; in main()
62 setenv("TZ", tzone, 1); in main()
/freebsd/contrib/libxo/tests/gettext/
H A Dgt_01.c31 const char *tzone = "EST"; in main() local
40 tzone = argv[++argc]; in main()
48 setenv("TZ", tzone, 1); in main()
/freebsd/libexec/bootpd/tools/bootpef/
H A DMakefile6 hwaddr.c report.c tzone.c rtmsg.c
/freebsd/contrib/libarchive/libarchive/
H A Darchive_getdate.c949 long tzone; in __archive_get_date() local
987 tzone = difftm (&gmt, &local); in __archive_get_date()
990 tzone = 0; in __archive_get_date()
992 tzone += HOUR; in __archive_get_date()
1011 gds->Timezone = tzone; in __archive_get_date()