HomeSort by relevance Sort by last modified time
    Searched refs:NotifyType (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Database.c 145 @param NotifyType The type of change concerning the database.
160 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType,
175 if (Private == NULL || (NotifyType & 0xF) == 0 || PackageInstance == NULL) {
322 if (Notify->NotifyType == NotifyType && Notify->PackageType == PackageType) {
337 NotifyType
356 @param NotifyType The type of change concerning the database.
370 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType,
402 if (NotifyType == EFI_HII_DATABASE_NOTIFY_ADD_PACK) {
541 @param NotifyType The type of change concerning the database.
    [all...]
HiiDatabase.h 294 EFI_HII_DATABASE_NOTIFY_TYPE NotifyType;
454 @param NotifyType The type of change concerning the database.
467 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/
HiiDatabase.h 61 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType
67 actual event is encoded in NotifyType. The following table describes how PackageType,
77 NotifyType - The type of change concerning the database.
265 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType,
286 NotifyType - Describes the types of notification which this function will be receiving.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiDatabase.h 39 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
324 @param NotifyType Describes the types of notification which
352 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Package.c 757 then ASSERT. If the NotifyType is not ADD_PACK or NEW_PACK, then ASSERT.
764 @param NotifyType The reason of the notification.
776 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType
784 ASSERT (NotifyType == EFI_HII_DATABASE_NOTIFY_ADD_PACK || NotifyType == EFI_HII_DATABASE_NOTIFY_NEW_PACK);
825 then ASSERT. If the NotifyType is not REMOVE_PACK, then ASSERT.
832 @param NotifyType The reason of the notification.
844 IN EFI_HII_DATABASE_NOTIFY_TYPE NotifyType
856 ASSERT (NotifyType == EFI_HII_DATABASE_NOTIFY_REMOVE_PACK);
HiiDatabase.h     [all...]
ConfigAccess.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Ppi/
Ppi.c 591 @param NotifyType Type of notify to fire.
601 IN UINTN NotifyType,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/
PeiMain.h 543 @param NotifyType Type of notify to fire.
553 IN UINTN NotifyType,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Presentation.c     [all...]

Completed in 2426 milliseconds