Searched defs:ENOTSUP (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Derrno.h274 #ifndef ENOTSUP
276 # define ENOTSUP (45) macro
278 # define ENOTSUP (95) macro
280 # define ENOTSUP (48) macro
285 # define EOPNOTSUPP ENOTSUP
287 # define EOPNOTSUPP ENOTSUP
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Derrno.h104 #define ENOTSUP __ENOTSUP /* 45 Operation not supported */ macro
/vbox/src/recompiler/
H A Dqemu-common.h103 #if !defined(ENOTSUP)
104 #define ENOTSUP 4096 macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Derrno.h658 #define ENOTSUP __einfo_error ( EINFO_ENOTSUP ) macro

Completed in 48 milliseconds