Searched refs:ENOLCK (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Derrno.h68 # define ENOLCK 39 macro
/vbox/include/iprt/
H A Derrno.h252 #ifndef ENOLCK
254 # define ENOLCK (77) macro
256 # define ENOLCK (37) macro
258 # define ENOLCK (46) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Derrno.h68 # define ENOLCK 39 macro
/vbox/src/VBox/Runtime/common/err/
H A DRTErrConvertFromErrno.cpp163 #ifdef ENOLCK
164 case ENOLCK: return VERR_FILE_LOCK_FAILED;
H A DRTErrConvertToErrno.cpp166 #ifdef ENOLCK
167 case VERR_FILE_LOCK_FAILED: return ENOLCK;
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Darch.h97 #define ENOLCK 37 /* No record locks available */ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Darch.h115 #define ENOLCK 37 /* No record locks available */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Derrno.h143 #define ENOLCK __ENOLCK /* 77 No locks available */ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16error.c165 case ENOLCK: /* No locks available on system */
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPLib-linux.cpp196 case ENOLCK: return VERR_LOCK_FAILED;
H A DSUPDrv-linux.c1083 case VERR_LOCK_FAILED: return -ENOLCK;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbeos_errors.c132 case ENOLCK:
484 case ENOLCK:
538 case ENOLCK:
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Derrno.h593 #define ENOLCK __einfo_error ( EINFO_ENOLCK ) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix_errors.c175 case ENOLCK:
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-darwin.cpp659 case VERR_LOCK_FAILED: return ENOLCK;
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPDrv-solaris.c901 case VERR_LOCK_FAILED: return ENOLCK;
/vbox/src/libs/libxml2-2.6.31/
H A DxmlIO.c173 "No locks available", /* ENOLCK */
341 #ifdef ENOLCK
342 else if (errno == ENOLCK) code = XML_IO_ENOLCK;
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp1312 case VERR_LOCK_FAILED: return ENOLCK;

Completed in 2423 milliseconds