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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A Dinterceptor.h26 #define TBL_ENTRY(a,b, ign, return_type, params_num, params) static return_type EFIAPI CONCAT(VBOXINTERCEPTOR,b)(PARAMETER(params_num)params); macro
28 #undef TBL_ENTRY macro
31 #define TBL_ENTRY(a, b, voidness, return_type, nparams, params) \ macro
34 #undef TBL_ENTRY macro
41 #define TBL_ENTRY(a,b, ign0, ign1, ign2, ign3)\ macro
47 #undef TBL_ENTRY macro
53 #define TBL_ENTRY(a,b, ign0, ign1, ign2, ign3)\ macro
58 #undef TBL_ENTRY macro

Completed in 81 milliseconds