Searched refs:parse_perm (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.c | 489 static void parse_perm(const char *perm, char *letter, unsigned int *dom_id) in parse_perm() function 514 parse_perm(g_list_nth_data(perms, 0), &perm_letter, &perm_dom_id); in can_access() 525 parse_perm(g_list_nth_data(perms, i), &perm_letter, &perm_dom_id); in can_access() 549 parse_perm(perms->data, &perm_letter, &perm_dom_id); in xs_node_set_perms()
|