HomeSort by relevance Sort by last modified time
    Searched refs:has_skipauth (Results 1 - 2 of 2) sorted by null

  /external/qemu/qapi-auto-generated/
qmp-commands.h 23 void qmp_add_client(const char * protocol, const char * fdname, bool has_skipauth, bool skipauth, bool has_tls, bool tls, Error **errp);
qmp-marshal.c 40 bool has_skipauth = false; local
49 visit_start_optional(v, &has_skipauth, "skipauth", errp);
50 if (has_skipauth) {
64 qmp_add_client(protocol, fdname, has_skipauth, skipauth, has_tls, tls, errp);
71 visit_start_optional(v, &has_skipauth, "skipauth", NULL);
72 if (has_skipauth) {
    [all...]

Completed in 1560 milliseconds