Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-compat-halt.c112 arg_no_wtmp = true; in halt_parse_argv()
181 if (!arg_no_wtmp) { in halt_main()
Dsystemctl.h59 extern bool arg_no_wtmp;
Dsystemctl.c74 bool arg_no_wtmp = false; variable