Searched refs:ENOTBLK (Results 1 - 7 of 7) sorted by relevance

/vbox/include/iprt/
H A Derrno.h135 #ifndef ENOTBLK
136 # define ENOTBLK (15) macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Darch.h75 #define ENOTBLK 15 /* Block device required */ macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Darch.h93 #define ENOTBLK 15 /* Block device required */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Derrno.h66 #define ENOTBLK __ENOTBLK /* 15 Block device required */ macro
/vbox/src/VBox/Runtime/common/err/
H A DRTErrConvertFromErrno.cpp97 #ifdef ENOTBLK
98 //case ENOTBLK: return VERR_;
H A DRTErrConvertToErrno.cpp99 #ifdef ENOTBLK
100 //case ENOTBLK: return VERR_;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16error.c129 case ENOTBLK: /* Block device required */

Completed in 614 milliseconds