Home
last modified time | relevance | path

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

/systemd-251/src/machine/
Dmachined-varlink.c254 static int group_lookup_name(Manager *m, const char *name, gid_t *ret_gid, char **ret_description) { in group_lookup_name() function
336 r = group_lookup_name(m, p.group_name, (uid_t*) &found_gid, &found_description); in vl_method_get_group_record()