Searched refs:systemctl_args (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/qga/ |
| H A D | commands-linux.c | 1263 const char *systemctl_args[3] = {"systemd-hibernate", "systemd-suspend", in systemd_supports_mode() 1265 const char *cmd[4] = {"systemctl", "status", systemctl_args[mode], NULL}; in systemd_supports_mode() 1288 const char *systemctl_args[3] = {"hibernate", "suspend", "hybrid-sleep"}; in systemd_suspend() 1289 const char *cmd[3] = {"systemctl", systemctl_args[mode], NULL}; in systemd_suspend() 1300 systemctl_args[mode]); in systemd_suspend() 1309 systemctl_args[mode], status); in systemd_suspend() 1262 const char *systemctl_args[3] = {"systemd-hibernate", "systemd-suspend", systemd_supports_mode() local 1287 const char *systemctl_args[3] = {"hibernate", "suspend", "hybrid-sleep"}; systemd_suspend() local
|