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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciHotPlugRequest.h160 /// Notify the PCI bus driver that some events have happened in a hot-plug
165 EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify; member in struct:_EFI_PCI_HOTPLUG_REQUEST_PROTOCOL
H A DSmbusHc.h184 @retval EFI_UNSUPPORTED ArpDevice, GetArpMap, and Notify are
213 @retval EFI_UNSUPPORTED ArpDevice, GetArpMap, and Notify are
246 The Notify() function registers all the callback functions to
265 @retval EFI_UNSUPPORTED ArpDevice, GetArpMap, and Notify are
288 EFI_SMBUS_HC_PROTOCOL_NOTIFY Notify; member in struct:_EFI_SMBUS_HC_PROTOCOL
H A DUserManager.h605 EFI_USER_PROFILE_NOTIFY Notify; member in struct:_EFI_USER_MANAGER_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Ppi/
H A DSmbus.h172 The Notify() function registers all the callback functions to allow the
187 @retval EFI_UNSUPPORTED Notify() are not implemented by this PEIM.
227 EFI_PEI_SMBUS_PPI_NOTIFY Notify; member in struct:_EFI_PEI_SMBUS_PPI
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DSmbus2.h106 @retval EFI_UNSUPPORTED ArpDevice, GetArpMap, and Notify are not implemented by this PEIM.
128 @retval EFI_UNSUPPORTED ArpDevice, GetArpMap, and Notify are not implemented by this PEIM.
149 @retval EFI_UNSUPPORTED ArpDevice, GetArpMap, and Notify are not
162 The Notify() function registers all the callback functions to allow the
174 @retval EFI_UNSUPPORTED ArpDevice, GetArpMap, and Notify are not
194 EFI_PEI_SMBUS2_PPI_NOTIFY Notify; member in struct:_EFI_PEI_SMBUS2_PPI
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drccv.cpp74 PRStatus RCCondition::Notify() function in class:RCCondition
77 } /* RCCondition::Notify */
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.h53 LIST_ENTRY Notify; member in struct:__anon10930
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmCore.h138 LIST_ENTRY Notify; member in struct:__anon10974
335 @param Notify indicates whether notify the notification list
349 IN BOOLEAN Notify
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsAutoLock.h99 // or call Wait or Notify...
290 * Notify
293 nsresult Notify() { function in class:nsAutoMonitor
364 nsresult Notify() { function in class:nsAutoCMonitor
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/
H A DPeiMain.h60 EFI_PEI_NOTIFY_DESCRIPTOR *Notify; member in union:__anon10960
86 /// index of last dispatched notify in Notify link list.
484 Process the Notify List at dispatch level.
502 @param NotifyStartIndex Notify Beginning index.
503 @param NotifyStopIndex Notify Ending index.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DIpIoLib.h118 BOOLEAN Notify; member in struct:__anon11028
533 The ErrorStatus will be returned. The IsHard and Notify are optional. If they
540 @param[out] Notify If TRUE, SockError needs to be notified.
551 OUT BOOLEAN *Notify OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiPeiCis.h130 EFI_PEIM_NOTIFY_ENTRY_POINT Notify; member in struct:_EFI_PEI_NOTIFY_DESCRIPTOR
141 EFI_PEI_NOTIFY_DESCRIPTOR Notify; member in union:__anon11998
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c160 HII_DATABASE_NOTIFY *Notify; local
315 Notify = CR (Link, HII_DATABASE_NOTIFY, DatabaseNotifyEntry, HII_DATABASE_NOTIFY_SIGNATURE);
316 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) {
321 Notify->PackageGuid = NULL;
326 Notify->PackageNotifyFn (
327 Notify->PackageType,
328 Notify->PackageGuid,
3390 HII_DATABASE_NOTIFY *Notify; local
3406 Notify
3460 HII_DATABASE_NOTIFY *Notify; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DPayload.c1093 Generate the Notify payload.
1095 Since the structure of Notify payload which defined in RFC 4306 is simple, so
1096 there is no internal data structure for Notify payload. This function generate
1097 Notify payload defined in RFC 4306, but all the fields in this payload are still
1105 the Notify payload.
1106 @param[in] SpiSize Size of the SPI in SPI size field of the Notify Payload.
1108 Notify Payload.
1114 @retval Pointer to IKE Notify Payload.
1129 IKEV2_NOTIFY *Notify; local
1138 // ! Protocol ID ! SPI Size ! Notify Messag
[all...]

Completed in 380 milliseconds