Searched defs:host_id (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/tools/
H A Dlxc_usernsexec.c66 printf(" uid-maps: [u|g|b]:ns_id:host_id:range\n");
69 printf(" host_id: the base id in the parent namespace\n");
150 long host_id, ns_id, range; local
155 ret = sscanf(map, "%c:%ld:%ld:%ld", &which, &ns_id, &host_id, &range);
170 newmap->hostid = host_id;

Completed in 177 milliseconds