Home
last modified time | relevance | path

Searched refs:ENODEV (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/include/
H A Derrno.h343 #ifndef ENODEV
344 #define ENODEV 9967 macro
H A D__errc67 no_such_device, // ENODEV
172 no_such_device = ENODEV,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp185 #ifndef ENODEV
186 #error ENODEV not defined
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dprctl.cpp31 assert(errno == EINVAL || errno == ENODEV); in main()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteErrno.def26 HANDLE_ERRNO(ENODEV, 19)
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp69 static_assert(static_cast<int>(std::errc::no_such_device) == ENODEV, ""); in main()
/llvm-project-15.0.7/libc/spec/
H A Dposix.td101 Macro<"ENODEV">,