Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dmain.c92 bool retry_path; member
1090 config->retry_path = in config_load()
1162 config->retry_path); in config_dump()
1272 config->retry_path = true; in config_parse()
1560 if (s->config->retry_path && !s->force_exit) { in run_agent()
1564 } while (s->config->retry_path && !s->force_exit); in run_agent()