Searched refs:group_match_lookup_parameters (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/core/ |
D | core-varlink.c | 345 static bool group_match_lookup_parameters(LookupParameters *p, const char *name, gid_t gid) { in group_match_lookup_parameters() function 402 if (!group_match_lookup_parameters(&p, d->name, (gid_t) uid)) in vl_method_get_group_record() 431 if (!group_match_lookup_parameters(&p, gn, gid)) in vl_method_get_group_record()
|
/systemd-251/src/machine/ |
D | machined-varlink.c | 205 static bool group_match_lookup_parameters(LookupParameters *p, const char *name, gid_t gid) { in group_match_lookup_parameters() function 347 if (!group_match_lookup_parameters(&p, gn, gid)) in vl_method_get_group_record()
|