Searched refs:VBOXINTERCEPTOR (Results 1 - 3 of 3) 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);
44 ORIG_SERVICE->b = CONCAT(VBOXINTERCEPTOR, b); \
H A DVBoxInterceptor.h36 #define VBOXINTERCEPTOR VBoxInterceptor macro
103 static void EFIAPI CONCAT(VBOXINTERCEPTOR,func_name)(PARAMETER(nparams)params) \
115 static return_type EFIAPI CONCAT(VBOXINTERCEPTOR,func_name)(PARAMETER(nparams)params) \
134 } VBOXINTERCEPTOR, *PVBOXINTERCEPTOR; typedef in typeref:struct:__anon13097
H A DVBoxInterceptor.c81 gThis = AllocateZeroPool(sizeof(VBOXINTERCEPTOR));

Completed in 31 milliseconds