Searched refs:hostid_mapped (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlxccontainer.c1217 int hostid_mapped = mapped_hostid(geteuid(), conf, ID_TYPE_UID); local
1218 int extraargs = hostid_mapped >= 0 ? 1 : 3;
1222 if (hostid_mapped < 0) {
1223 hostid_mapped = find_unmapped_nsuid(conf, ID_TYPE_UID);
1225 if (hostid_mapped < 0) {
1235 hostid_mapped, geteuid());
1279 snprintf(txtuid, 20, "%d", hostid_mapped);

Completed in 13 milliseconds