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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiSdt.c189 CurrentNotifyList->Notification ((EFI_ACPI_SDT_HEADER *)Table->Table, Version, Handle);
282 @param[in] Notification Points to the callback function to be registered
286 IN EFI_ACPI_NOTIFICATION_FN Notification
307 CurrentNotifyList->Notification = Notification;
322 @param[in] Notification Points to the callback function to be unregistered.
325 @retval EFI_INVALID_PARAMETER Notification does not match a known registration function.
329 IN EFI_ACPI_NOTIFICATION_FN Notification
350 if (CurrentNotifyList->Notification == Notification) {
[all...]
H A DAcpiSdt.h32 // Notification is the callback function.
37 EFI_ACPI_NOTIFICATION_FN Notification; member in struct:__anon11115
188 @param[in] Notification Points to the callback function to be registered or unregistered.
191 @retval EFI_INVALID_PARAMETER Notification is NULL
192 @retval EFI_INVALID_PARAMETER Register is FALSE and Notification does not match a known registration function.
198 IN EFI_ACPI_NOTIFICATION_FN Notification
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAcpiSystemDescriptionTable.h99 @param[in] Notification Points to the callback function to be registered or unregistered.
102 @retval EFI_INVALID_PARAMETER Notification is NULL
103 @retval EFI_INVALID_PARAMETER Register is FALSE and Notification does not match a known registration function.
109 IN EFI_ACPI_NOTIFICATION_FN Notification
/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxDrvInst.cpp399 UINT Notification,
404 _tprintf (_T( "Got installation notification %u\n"), Notification);
407 switch (Notification)
422 return SetupDefaultQueueCallback(Context, Notification, Param1, Param2);
398 vboxDrvInstExecuteInfFileCallback(PVOID Context, UINT Notification, UINT_PTR Param1, UINT_PTR Param2) argument
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2265 UINT Notification,
2270 switch (Notification)
2276 return SetupDefaultQueueCallback(Context, Notification, Param1, Param2);
2263 vboxNetCfgWinPspFileCallback( PVOID Context, UINT Notification, UINT_PTR Param1, UINT_PTR Param2 ) argument
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsetupapi.h168 typedef UINT (CALLBACK *PSP_FILE_CALLBACK_A)( PVOID Context, UINT Notification,
170 typedef UINT (CALLBACK *PSP_FILE_CALLBACK_W)( PVOID Context, UINT Notification,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsetupapi.h167 typedef UINT (CALLBACK *PSP_FILE_CALLBACK_A)( PVOID Context, UINT Notification,
169 typedef UINT (CALLBACK *PSP_FILE_CALLBACK_W)( PVOID Context, UINT Notification,

Completed in 104 milliseconds