Home
last modified time | relevance | path

Searched refs:REBOOT_DRY_RUN (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dreboot-util.c77 if (flags & REBOOT_DRY_RUN) in reboot_with_parameter()
92 if (flags & REBOOT_DRY_RUN) in reboot_with_parameter()
Dreboot-util.h8 REBOOT_DRY_RUN = 1 << 1, /* return 0 right before actually doing the reboot */ enumerator
/systemd-251/src/systemctl/
Dsystemctl-util.c923 (arg_dry_run ? REBOOT_DRY_RUN : 0)); in halt_now()