Home
last modified time | relevance | path

Searched defs:setns (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/linux/
Dsetns.c5 int setns(int fd, int nstype) in setns() function
/third_party/ltp/include/lapi/
Dsetns.h14 static inline int setns(int fd, int nstype) in setns() function
/third_party/toybox/toys/other/
Dnsenter.c71 #define setns(fd, nstype) syscall(SYS_setns, fd, nstype) macro