Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno_codes.h30 # define errno_ENOSYS (0x80007009) macro
37 # define errno_ENOSYS 38
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2088 errno = errno_ENOSYS; in TSAN_INTERCEPTOR()