Lines Matching refs:action
1477 log_info("Running in dry run, suppressing action.");
1662 const char *action,
1708 if (!multiple_sessions && !blocked && action) {
1709 r = bus_verify_polkit_async(message, CAP_SYS_BOOT, action, NULL, interactive, UID_INVALID, &m->polkit_registry, error);
1724 const char *action,
1755 r = verify_shutdown_creds(m, message, w, interactive, action, action_multiple_sessions,
1917 const char *action = NULL;
1935 action = "org.freedesktop.login1.reboot";
1939 action = "org.freedesktop.login1.halt";
1943 action = "org.freedesktop.login1.power-off";
1950 action, action_multiple_sessions, action_ignore_inhibit, error);
2081 const char *action,
2097 assert(action);
2154 r = bus_test_polkit(message, CAP_SYS_BOOT, action, NULL, UID_INVALID, &challenge, error);