Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-linux.c1374 const char *sysfile_str = sysfile_strs[mode]; in linux_sys_state_supports_mode()
1379 if (!sysfile_str) { in linux_sys_state_supports_mode()
1396 if (strstr(buf, sysfile_str)) { in linux_sys_state_supports_mode()
1405 const char *sysfile_str = sysfile_strs[mode]; in linux_sys_state_suspend()
1408 if (!sysfile_str) { in linux_sys_state_suspend()
1414 if (fd < 0 || write(fd, sysfile_str, strlen(sysfile_str)) < 0) { in linux_sys_state_suspend()
1373 const char *sysfile_str = sysfile_strs[mode]; linux_sys_state_supports_mode() local
1404 const char *sysfile_str = sysfile_strs[mode]; linux_sys_state_suspend() local