Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-posix.c1839 const char *sysfile_str = sysfile_strs[mode]; in linux_sys_state_supports_mode() local
1844 if (!sysfile_str) { in linux_sys_state_supports_mode()
1861 if (strstr(buf, sysfile_str)) { in linux_sys_state_supports_mode()
1871 const char *sysfile_str = sysfile_strs[mode]; in linux_sys_state_suspend() local
1875 if (!sysfile_str) { in linux_sys_state_suspend()
1895 if (write(fd, sysfile_str, strlen(sysfile_str)) < 0) { in linux_sys_state_suspend()