Searched refs:REBOOT_DRY_RUN (Results 1 – 3 of 3) sorted by relevance
77 if (flags & REBOOT_DRY_RUN) in reboot_with_parameter()92 if (flags & REBOOT_DRY_RUN) in reboot_with_parameter()
8 REBOOT_DRY_RUN = 1 << 1, /* return 0 right before actually doing the reboot */ enumerator
923 (arg_dry_run ? REBOOT_DRY_RUN : 0)); in halt_now()