Searched refs:device_or_resource_busy (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A Dsystem_error.inc67 MAP_ERR_TO_COND(ERROR_BUSY, device_or_resource_busy);
68 MAP_ERR_TO_COND(ERROR_BUSY_DRIVE, device_or_resource_busy);
75 MAP_ERR_TO_COND(ERROR_DEVICE_IN_USE, device_or_resource_busy);
96 MAP_ERR_TO_COND(ERROR_OPEN_FILES, device_or_resource_busy);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h142 device_or_resource_busy, // EBUSY
510 device_or_resource_busy = EBUSY, enumerator in enum:llvm::errc::_

Completed in 74 milliseconds