Home
last modified time | relevance | path

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

/systemd-251/src/machine/
Dmachined-varlink.c317 _cleanup_free_ char *found_name = NULL, *found_description = NULL; in vl_method_get_group_record() local
334 r = group_lookup_gid(m, p.gid, &found_name, &found_description); in vl_method_get_group_record()
336 r = group_lookup_name(m, p.group_name, (uid_t*) &found_gid, &found_description); in vl_method_get_group_record()
350 r = build_group_json(gn, gid, found_description, &v); in vl_method_get_group_record()