Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-posix.c1728 const char *systemctl_args[3] = {"systemd-hibernate", "systemd-suspend", in systemd_supports_mode() local
1730 const char *cmd[4] = {"systemctl", "status", systemctl_args[mode], NULL}; in systemd_supports_mode()
1753 const char *systemctl_args[3] = {"hibernate", "suspend", "hybrid-sleep"}; in systemd_suspend() local
1754 const char *cmd[3] = {"systemctl", systemctl_args[mode], NULL}; in systemd_suspend()
1765 systemctl_args[mode]); in systemd_suspend()
1774 systemctl_args[mode], status); in systemd_suspend()