Home
last modified time | relevance | path

Searched refs:safe_mmap (Results 1 – 3 of 3) sorted by relevance

/external/ltp/include/old/
Dsafe_macros.h163 static inline void *safe_mmap(const char *file, const int lineno, in safe_mmap() function
180 safe_mmap(__FILE__, __LINE__, (cleanup_fn), (addr), (length), (prot), \
/external/ltp/include/
Dtst_safe_macros.h239 static inline void *safe_mmap(const char *file, const int lineno, in safe_mmap() function
255 safe_mmap(__FILE__, __LINE__, (addr), (length), (prot), \
/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.c187 p = safe_mmap(file, lineno, addr, length, prot, flags, fd, offset); in check_mmap()