Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-linux.c1238 const char *systemctl_args[3] = {"systemd-hibernate", "systemd-suspend", in systemd_supports_mode() local
1240 const char *cmd[4] = {"systemctl", "status", systemctl_args[mode], NULL}; in systemd_supports_mode()
1263 const char *systemctl_args[3] = {"hibernate", "suspend", "hybrid-sleep"}; in systemd_suspend() local
1264 const char *cmd[3] = {"systemctl", systemctl_args[mode], NULL}; in systemd_suspend()
1275 systemctl_args[mode]); in systemd_suspend()
1284 systemctl_args[mode], status); in systemd_suspend()