Home
last modified time | relevance | path

Searched refs:cold (Results 1 – 25 of 110) sorted by relevance

12345

/src/usr.bin/gzip/
H A Dunbzip2.c39 int ret, end_of_file, cold = 0; in unbzip2() local
97 if (cold == 1) in unbzip2()
102 cold = 0; in unbzip2()
115 cold = 1; in unbzip2()
/src/sys/contrib/device-tree/Bindings/power/supply/
H A Dcharger-manager.txt34 -cold : critical cold temperature of battery for charging
35 -cold-in-minus : flag that cold temperature is in minus degrees
65 cm-battery-cold = <50>;
66 cm-battery-cold-in-minus;
H A Dmax17042_battery.txt18 - maxim,cold-temp : Temperature threshold to report battery
19 as cold (in tenths of degree Celsius).
/src/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib334 upon cold start or reinitialization of the NTP entity, the
348 upon cold start or reinitialization of the NTP entity, the
363 upon cold start or reinitialization of the NTP entity, the
378 upon cold start or reinitialization of the NTP entity, the
392 upon cold start or reinitialization of the NTP entity, the
445 upon cold start or reinitialization of the NTP entity, the
459 upon cold start or reinitialization of the NTP entity, the
619 upon cold start or reinitialization of the NTP entity, the
634 upon cold start or reinitialization of the NTP entity, the
649 upon cold start or reinitialization of the NTP entity, the
[all …]
/src/sys/riscv/riscv/
H A Dautoconf.c91 cold = 0; in configure_final()
/src/sys/arm64/arm64/
H A Dautoconf.c88 cold = 0; in configure_final()
/src/sys/arm/arm/
H A Dautoconf.c95 cold = 0; in configure_final()
/src/sys/x86/x86/
H A Dautoconf.c119 cold = 0; in configure_final()
/src/sys/powerpc/powerpc/
H A Dautoconf.c92 cold = 0; in configure_final()
H A Dintr_machdep.c347 if (!cold && i->pic != NULL && i->pic == root_pic) in powerpc_assign_intr_cpu()
548 if (!cold) { in powerpc_setup_intr_int()
605 if (!cold && i->pic != NULL) { in powerpc_fw_config_intr()
626 if (!cold && i->pic != NULL) in powerpc_config_intr()
/src/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.h124 if (cold) \
/src/sys/dev/liquidio/
H A Dlio_bsd.h86 if (cold) \
/src/sys/dev/qlxge/
H A Dqls_os.h140 if (cold) \
/src/contrib/jemalloc/include/jemalloc/
H A Djemalloc_defs.h.in19 /* Defined if cold attribute is supported. */
/src/sys/dev/qlxgbe/
H A Dql_os.h148 if (cold) \
/src/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-motorola-surnia.dts27 maxim,cold-temp = <(-200)>;
H A Dmsm8916-motorola-osprey.dts38 maxim,cold-temp = <(-200)>;
H A Dmsm8916-motorola-harpia.dts27 maxim,cold-temp = <(-200)>;
/src/sys/dev/qlxgb/
H A Dqla_os.h138 if (cold) \
/src/sys/contrib/device-tree/Bindings/watchdog/
H A Dst_lpc_wdt.txt30 - st,warm-reset : If present reset type will be 'warm' - if not it will be cold
/src/sys/kern/
H A Dsubr_epoch.c468 MPASS(cold || epoch != NULL); in _epoch_enter_preempt()
496 MPASS(cold || epoch != NULL); in epoch_enter()
711 MPASS(cold || epoch != NULL); in epoch_wait_preempt()
768 MPASS(cold || epoch != NULL); in epoch_wait()
H A Dsubr_autoconf.c203 if (cold == 0) in config_intrhook_establish()
/src/sys/contrib/device-tree/Bindings/ata/
H A Dnvidia,tegra124-ahci.txt22 - sata-cold
/src/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h129 #define cond_resched() do { if (!cold) sched_relinquish(curthread); } while (0)
/src/sys/amd64/amd64/
H A Dinitcpu.c334 if (IS_BSP() && cold) in initializecpu()

12345