Searched refs:converted_gid (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/machine/ |
D | machined-varlink.c | 219 gid_t converted_gid; in group_lookup_gid() local 231 r = manager_find_machine_for_gid(m, gid, &machine, &converted_gid); in group_lookup_gid() 237 if (asprintf(&n, "vg-%s-" GID_FMT, machine->name, converted_gid) < 0) in group_lookup_gid() 243 if (asprintf(&d, "GID " GID_FMT " of Container %s", converted_gid, machine->name) < 0) in group_lookup_gid() 256 gid_t gid, converted_gid; in group_lookup_name() local 290 r = machine_translate_gid(machine, gid, &converted_gid); in group_lookup_name() 299 *ret_gid = converted_gid; in group_lookup_name()
|