Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dmain.c77 char *pid_filepath; member
116 const char *pid_filepath; member
559 if (s->deferred_options.pid_filepath) { in ga_unset_frozen()
562 if (!qemu_write_pidfile(s->deferred_options.pid_filepath, &err)) { in ga_unset_frozen()
566 s->deferred_options.pid_filepath = NULL; in ga_unset_frozen()
1070 config->pid_filepath = in config_load()
1151 g_key_file_set_string(keyfile, "general", "pidfile", config->pid_filepath); in config_dump()
1245 g_free(config->pid_filepath); in config_parse()
1246 config->pid_filepath = g_strdup(optarg); in config_parse()
1336 g_free(config->pid_filepath); in config_free()
[all …]