Searched defs:VERIFY_TPL (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Efi/
H A DEfiSocketLib.h69 #ifdef VERIFY_TPL
70 #undef VERIFY_TPL macro
71 #endif // VERIFY_TPL
91 #define VERIFY_TPL(tpl) \ macro
107 #define VERIFY_TPL(tpl) ///< Verify that the TPL is at the correct level macro
115 VERIFY_TPL ( tpl ); \
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.h85 #ifdef VERIFY_TPL
86 #undef VERIFY_TPL macro
87 #endif // VERIFY_TPL
91 #define VERIFY_TPL(tpl) \ macro
105 #define VERIFY_TPL(tpl) macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DWebServer.h104 #ifdef VERIFY_TPL
105 #undef VERIFY_TPL macro
106 #endif // VERIFY_TPL
110 #define VERIFY_TPL(tpl) \ macro
124 #define VERIFY_TPL(tpl) macro

Completed in 36 milliseconds