Home
last modified time | relevance | path

Searched defs:nstype (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/linux/
Dsetns.c5 int setns(int fd, int nstype) in setns()
/third_party/ltp/include/lapi/
Dsetns.h14 static inline int setns(int fd, int nstype) in setns()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dsetns.c56 int nstype = 0; in setns_0200() local
/third_party/toybox/toys/other/
Dnsenter.c71 #define setns(fd, nstype) syscall(SYS_setns, fd, nstype) argument
/third_party/ltp/lib/
Dtst_safe_macros.c422 int safe_setns(const char *file, const int lineno, int fd, int nstype) in safe_setns()
/third_party/ltp/include/
Dtst_safe_macros.h617 #define SAFE_SETNS(fd, nstype) safe_setns(__FILE__, __LINE__, (fd), (nstype)) argument