Home
last modified time | relevance | path

Searched refs:safe_setns (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/include/
Dtst_safe_macros.h646 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/
Dtst_safe_macros.c461 int safe_setns(const char *file, const int lineno, int fd, int nstype) in safe_setns() function