Home
last modified time | relevance | path

Searched refs:arg_no_wall (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl.h61 extern bool arg_no_wall;
Dsystemctl-compat-shutdown.c100 arg_no_wall = true; in shutdown_parse_argv()
Dsystemctl-compat-telinit.c89 arg_no_wall = true; in telinit_parse_argv()
Dsystemctl-compat-halt.c120 arg_no_wall = true; in halt_parse_argv()
Dsystemctl.c76 bool arg_no_wall = false; variable
654 arg_no_wall = true; in systemctl_parse_argv()
Dsystemctl-logind.c37 … r = bus_call_method(bus, bus_login_mgr, "SetWallMessage", &error, NULL, "sb", m, !arg_no_wall); in logind_set_wall_message()