Home
last modified time | relevance | path

Searched refs:arg_when (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-compat-shutdown.c126 r = parse_shutdown_time_spec(argv[optind], &arg_when); in shutdown_parse_argv()
132 arg_when = now(CLOCK_REALTIME) + USEC_PER_MINUTE; in shutdown_parse_argv()
Dsystemctl.h80 extern usec_t arg_when;
Dsystemctl-logind.c120 if (arg_when > 0) in logind_check_inhibitors()
315 … r = bus_call_method(bus, bus_login_mgr, "ScheduleShutdown", &error, NULL, "st", action, arg_when); in logind_schedule_shutdown()
Dsystemctl-compat-halt.c151 if (arg_when > 0) in halt_main()
Dsystemctl.c95 usec_t arg_when = 0; variable