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

/lxc/hooks/
H A Dunmount-namespace.c54 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 Dutils.h63 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