Searched defs:pidns_fd (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ |
H A D | util.c | 649 int namespace_open(pid_t pid, int *pidns_fd, int *mntns_fd, int *netns_fd, int *userns_fd, int *root_fd) { argument 664 if (pidns_fd) { 700 if (pidns_fd) 701 *pidns_fd = pidnsfd; 720 int namespace_enter(int pidns_fd, int mntns_fd, int netns_fd, int userns_fd, int root_fd) { argument 737 if (pidns_fd >= 0) 738 if (setns(pidns_fd, CLONE_NEWPID) < 0)
|
Completed in 5715 milliseconds