Searched refs:safe_setns (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/include/ |
D | tst_safe_macros.h | 646 int safe_setns(const char *file, const int lineno, int fd, int nstype); 647 #define SAFE_SETNS(fd, nstype) safe_setns(__FILE__, __LINE__, (fd), (nstype))
|
/third_party/ltp/lib/ |
D | tst_safe_macros.c | 461 int safe_setns(const char *file, const int lineno, int fd, int nstype) in safe_setns() function
|