Searched refs:SYS_REBOOT_WARM (Results 1 – 16 of 16) sorted by relevance
37 sys_reboot(SYS_REBOOT_WARM); in otPlatReset()49 sys_reboot(SYS_REBOOT_WARM); in otPlatResetToBootloader()
23 #define SYS_REBOOT_WARM 0 macro
21 sys_reboot(SYS_REBOOT_WARM); in main()
21 } else if (type == SYS_REBOOT_WARM) { in sys_arch_reboot()
20 sys_reboot(SYS_REBOOT_WARM); in cmd_kernel_reboot_warm()
35 sys_reboot(SYS_REBOOT_WARM); in ZTEST()
130 sys_reboot(SYS_REBOOT_WARM); in main()
40 if (type == SYS_REBOOT_WARM) { in sys_arch_reboot()
146 sys_reboot(SYS_REBOOT_WARM); in pairing_complete()
149 sys_reboot(SYS_REBOOT_WARM); in pairing_complete()
150 case SYS_REBOOT_WARM: in sys_arch_reboot()
228 sys_reboot(SYS_REBOOT_WARM); in nrfs_backend_fatal_error_handler()
450 sys_reboot(SYS_REBOOT_WARM); in reboot_work_handler()
361 sys_reboot(SYS_REBOOT_WARM); in os_mgmt_reset_work_handler()
753 sys_reboot(SYS_REBOOT_WARM); in z_impl_updatehub_reboot()
1092 sys_reboot(IS_ENABLED(CONFIG_HAWKBIT_REBOOT_COLD) ? SYS_REBOOT_COLD : SYS_REBOOT_WARM); in hawkbit_reboot()