Searched refs:nstype (Results 1 - 2 of 2) sorted by relevance
/lxc/hooks/ |
H A D | unmount-namespace.c | 54 static inline int setns(int fd, int nstype) argument 57 return syscall(__NR_setns, fd, nstype); 59 return syscall(__NR_set_ns, fd, nstype);
|
/lxc/src/lxc/ |
H A D | utils.h | 63 static inline int setns(int fd, int nstype) argument 66 return syscall(__NR_setns, fd, nstype); 68 return syscall(__NR_set_ns, fd, nstype);
|
Completed in 9 milliseconds