Searched refs:nstype (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/src/linux/ |
D | setns.c | 5 int setns(int fd, int nstype) in setns() argument 7 return syscall(SYS_setns, fd, nstype); in setns()
|
/third_party/ltp/include/lapi/ |
D | setns.h | 14 static inline int setns(int fd, int nstype) in setns() argument 16 return tst_syscall(__NR_setns, fd, nstype); in setns()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | setns.c | 56 int nstype = 0; in setns_0200() local 59 int result = setns(fd, nstype); in setns_0200()
|
/third_party/toybox/toys/other/ |
D | nsenter.c | 71 #define setns(fd, nstype) syscall(SYS_setns, fd, nstype) argument
|
/third_party/ltp/lib/ |
D | tst_safe_macros.c | 422 int safe_setns(const char *file, const int lineno, int fd, int nstype) in safe_setns() argument 426 ret = setns(fd, nstype); in safe_setns() 430 fd, nstype); in safe_setns() 433 "Invalid setns(%i, %i) return value %d", fd, nstype, in safe_setns()
|
/third_party/ltp/include/ |
D | tst_safe_macros.h | 616 int safe_setns(const char *file, const int lineno, int fd, int nstype); 617 #define SAFE_SETNS(fd, nstype) safe_setns(__FILE__, __LINE__, (fd), (nstype)) argument
|