Searched refs:NotifyType (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c139 @param NotifyType The type of change concerning the database.
154 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType,
169 if (Private == NULL || (NotifyType & 0xF) == 0 || PackageInstance == NULL) {
316 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) {
331 NotifyType
350 @param NotifyType The type of change concerning the database.
364 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType,
396 if (NotifyType == EFI_HII_DATABASE_NOTIFY_ADD_PACK) {
535 @param NotifyType Th
152 InvokeRegisteredFunction( IN HII_DATABASE_PRIVATE_DATA *Private, IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType, IN VOID *PackageInstance, IN UINT8 PackageType, IN EFI_HII_HANDLE Handle ) argument
362 InsertGuidPackage( IN VOID *PackageHdr, IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType, IN OUT HII_DATABASE_PACKAGE_LIST_INSTANCE *PackageList, OUT HII_GUID_PACKAGE_INSTANCE **Package ) argument
547 InsertFormPackage( IN VOID *PackageHdr, IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType, IN OUT HII_DATABASE_PACKAGE_LIST_INSTANCE *PackageList, OUT HII_IFR_PACKAGE_INSTANCE **Package ) argument
766 InsertStringPackage( IN HII_DATABASE_PRIVATE_DATA *Private, IN VOID *PackageHdr, IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType, IN OUT HII_DATABASE_PACKAGE_LIST_INSTANCE *PackageList, OUT HII_STRING_PACKAGE_INSTANCE **Package ) argument
1137 InsertFontPackage( IN HII_DATABASE_PRIVATE_DATA *Private, IN VOID *PackageHdr, IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType, IN OUT HII_DATABASE_PACKAGE_LIST_INSTANCE *PackageList, OUT HII_FONT_PACKAGE_INSTANCE **Package ) argument
1459 InsertImagePackage( IN VOID *PackageHdr, IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType, IN OUT HII_DATABASE_PACKAGE_LIST_INSTANCE *PackageList, OUT HII_IMAGE_PACKAGE_INSTANCE **Package ) argument
1733 InsertSimpleFontPackage( IN VOID *PackageHdr, IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType, IN OUT HII_DATABASE_PACKAGE_LIST_INSTANCE *PackageList, OUT HII_SIMPLE_FONT_PACKAGE_INSTANCE **Package ) argument
1940 InsertDevicePathPackage( IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType, IN OUT HII_DATABASE_PACKAGE_LIST_INSTANCE *PackageList ) argument
2128 AddDevicePathPackage( IN HII_DATABASE_PRIVATE_DATA *Private, IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType, IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN OUT HII_DATABASE_RECORD *DatabaseRecord ) argument
2184 InsertKeyboardLayoutPackage( IN VOID *PackageHdr, IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType, IN OUT HII_DATABASE_PACKAGE_LIST_INSTANCE *PackageList, OUT HII_KEYBOARD_LAYOUT_PACKAGE_INSTANCE **Package ) argument
2397 AddPackages( IN HII_DATABASE_PRIVATE_DATA *Private, IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType, IN CONST EFI_HII_PACKAGE_LIST_HEADER *PackageList, IN OUT HII_DATABASE_RECORD *DatabaseRecord ) argument
3380 HiiRegisterPackageNotify( IN CONST EFI_HII_DATABASE_PROTOCOL *This, IN UINT8 PackageType, IN CONST EFI_GUID *PackageGuid, IN CONST EFI_HII_DATABASE_NOTIFY PackageNotifyFn, IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType, OUT EFI_HANDLE *NotifyHandle ) argument
[all...]
H A DHiiDatabase.h274 EFI_HII_DATABASE_NOTIFY_TYPE NotifyType; member in struct:_HII_DATABASE_NOTIFY
387 @param NotifyType The type of change concerning the database.
400 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType,
1326 @param NotifyType Describes the types of notification which this
1349 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiDatabase.h39 in NotifyType. The following table describes how PackageType,
56 @param NotifyType The type of change concerning the
68 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType
315 @param NotifyType Describes the types of notification which
343 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DHiiDatabase.h41 in NotifyType. The following table describes how PackageType,
58 @param NotifyType The type of change concerning the
70 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType
317 @param NotifyType Describes the types of notification which
345 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Ppi/
H A DPpi.c593 @param NotifyType Type of notify to fire.
603 IN UINTN NotifyType,
601 DispatchNotify( IN PEI_CORE_INSTANCE *PrivateData, IN UINTN NotifyType, IN INTN InstallStartIndex, IN INTN InstallStopIndex, IN INTN NotifyStartIndex, IN INTN NotifyStopIndex ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/
H A DPeiMain.h499 @param NotifyType Type of notify to fire.
509 IN UINTN NotifyType,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPresentation.c880 in NotifyType. The following table describes how PackageType,
898 @param NotifyType The type of change concerning the
910 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType
H A DSetup.c565 in NotifyType. The following table describes how PackageType,
583 @param NotifyType The type of change concerning the
595 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType

Completed in 87 milliseconds