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

/lxc/src/lxc/
H A Dutils.c1134 bool switch_to_ns(pid_t pid, const char *ns) { argument
1138 /* Switch to new ns */
1139 ret = snprintf(nspath, MAXPATHLEN, "/proc/%d/ns/%s", pid, ns);
1151 SYSERROR("failed to set process %d to %s of %d.", pid, ns, fd);
1249 return file_exists("/proc/self/ns/cgroup");
1976 int lxc_preserve_ns(const int pid, const char *ns) argument
1979 /* 5 /proc + 21 /int_as_str + 3 /ns + 20 /NS_NAME + 1 \0 */
1987 ret = snprintf(path, __NS_PATH_LEN, "/proc/%d/ns%s%s", pid,
1988 !ns || strcm
[all...]

Completed in 559 milliseconds