Searched refs:nstype (Results 1 – 3 of 3) sorted by relevance
22 int sys_setns(int fd, int nstype) in sys_setns() argument24 return my_syscall2(__NR_setns, fd, nstype); in sys_setns()28 int setns(int fd, int nstype) in setns() argument30 return __sysret(sys_setns(fd, nstype)); in setns()
7 int setns(int fd, int nstype) in setns() argument9 return syscall(__NR_setns, fd, nstype); in setns()
19 int setns(int fd, int nstype);
Completed in 4 milliseconds