Searched refs:arg_ask_password (Results 1 - 7 of 7) sorted by relevance

/systemd/src/timedate/
H A Dtimedatectl.c38 static bool arg_ask_password = true; variable
54 if (!arg_ask_password)
195 bool relative = false, interactive = arg_ask_password;
240 "sb", args[1], arg_ask_password);
269 "bbb", b, arg_adjust_system_clock, arg_ask_password);
298 "bb", b, arg_ask_password);
389 arg_ask_password = false;
/systemd/src/locale/
H A Dlocalectl.c44 static bool arg_ask_password = true; variable
60 if (!arg_ask_password)
219 r = sd_bus_message_append(m, "b", arg_ask_password);
274 "ssbb", map, toggle_map, arg_convert, arg_ask_password);
380 arg_convert, arg_ask_password);
559 arg_ask_password = false;
/systemd/src/hostname/
H A Dhostnamectl.c37 static bool arg_ask_password = true; variable
47 if (!arg_ask_password)
246 "sb", value, arg_ask_password);
414 arg_ask_password = false;
/systemd/src/run/
H A Drun.c43 static bool arg_ask_password = true; variable
74 if (!arg_ask_password)
199 arg_ask_password = false;
821 r = sd_bus_message_set_allow_interactive_authorization(m, arg_ask_password);
943 r = sd_bus_message_set_allow_interactive_authorization(m, arg_ask_password);
1120 r = sd_bus_message_set_allow_interactive_authorization(m, arg_ask_password);
/systemd/src/login/
H A Dloginctl.c58 static bool arg_ask_password = true; variable
74 if (!arg_ask_password)
1466 arg_ask_password = false;
1552 sd_bus_set_allow_interactive_authorization(bus, arg_ask_password);
/systemd/src/machine/
H A Dmachinectl.c74 static bool arg_ask_password = true; variable
95 if (!arg_ask_password)
2536 arg_ask_password = false;
2666 sd_bus_set_allow_interactive_authorization(bus, arg_ask_password);
/systemd/src/systemctl/
H A Dsystemctl.c113 static bool arg_ask_password = false; variable
189 (void) sd_bus_set_allow_interactive_authorization(busses[focus], arg_ask_password);
215 if (!arg_ask_password)
231 if (!arg_ask_password)
2886 "b", arg_ask_password);
6520 arg_ask_password = true;
6724 arg_ask_password = false;

Completed in 3802 milliseconds