Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dmain.c421 static gint ga_strcmp(gconstpointer str1, gconstpointer str2) in ga_strcmp() function
441 if (g_list_find_custom(config->allowedrpcs, name, ga_strcmp) != NULL) { in ga_command_is_allowed()
451 if (g_list_find_custom(config->blockedrpcs, name, ga_strcmp) != NULL) { in ga_command_is_allowed()