Home
last modified time | relevance | path

Searched refs:device_or_resource_busy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h49 {ERROR_BUSY, errc::device_or_resource_busy}, in __win_err_to_errc()
50 {ERROR_BUSY_DRIVE, errc::device_or_resource_busy}, in __win_err_to_errc()
57 {ERROR_DEVICE_IN_USE, errc::device_or_resource_busy}, in __win_err_to_errc()
79 {ERROR_OPEN_FILES, errc::device_or_resource_busy}, in __win_err_to_errc()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp290 MAP_ERR_TO_COND(ERROR_BUSY, device_or_resource_busy); in mapWindowsError()
291 MAP_ERR_TO_COND(ERROR_BUSY_DRIVE, device_or_resource_busy); in mapWindowsError()
298 MAP_ERR_TO_COND(ERROR_DEVICE_IN_USE, device_or_resource_busy); in mapWindowsError()
319 MAP_ERR_TO_COND(ERROR_OPEN_FILES, device_or_resource_busy); in mapWindowsError()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h45 device_or_resource_busy = int(std::errc::device_or_resource_busy), enumerator
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h161 device_or_resource_busy = EBUSY, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp869 return llvm::createStringError(std::errc::device_or_resource_busy, in writeIndex()
887 return llvm::createStringError(std::errc::device_or_resource_busy, in writeIndex()