Searched defs:Action (Results 26 - 39 of 39) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c639 @param[in] Action Describes the action taken by the firmware regarding this image.
648 IN EFI_IMAGE_EXECUTION_ACTION Action,
709 WriteUnaligned32 ((UINT32 *) &ImageExeInfoEntry->Action, Action);
1212 EFI_IMAGE_EXECUTION_ACTION Action; local
1227 Action = EFI_IMAGE_EXECUTION_AUTH_UNTESTED;
1480 Action = EFI_IMAGE_EXECUTION_AUTH_SIG_FAILED;
1487 Action = EFI_IMAGE_EXECUTION_AUTH_SIG_FOUND;
1499 Action = EFI_IMAGE_EXECUTION_AUTH_SIG_PASSED;
1508 AddImageExeInfo (Action, NUL
647 AddImageExeInfo( IN EFI_IMAGE_EXECUTION_ACTION Action, IN CHAR16 *Name OPTIONAL, IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN EFI_SIGNATURE_LIST *Signature OPTIONAL, IN UINTN SignatureSize ) argument
[all...]
/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DVBoxPci-linux.c998 static int vboxPciOsContigMemInfo(PRAWPCIPERVM pVmCtx, RTHCPHYS HostStart, RTGCPHYS GuestStart, uint64_t cMemSize, PCIRAWMEMINFOACTION Action) argument
1003 switch (Action)
1035 printk(KERN_DEBUG "Unsupported action: %d\n", (int)Action);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c112 @param Action Specifies the type of action taken by the browser.
127 IN EFI_BROWSER_ACTION Action,
136 if (Action != EFI_BROWSER_ACTION_CHANGING) {
1073 @param Action Specifies the type of action taken by the browser.
1088 IN EFI_BROWSER_ACTION Action,
1095 if (Action == EFI_BROWSER_ACTION_CHANGED) {
125 DeviceManagerCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
1086 DriverHealthCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c753 UINTN Action; local
761 Action = ACTION_NO_ACTION;
801 &Action
805 } else if (Action == ACTION_RETRY_COMMAND_LATER) {
826 if (Action == ACTION_READ_CAPACITY) {
853 &Action
861 } else if (Action == ACTION_RETRY_COMMAND_LATER) {
1240 @param Action The pointer of action which indicates what is need to do next
1251 OUT UINTN *Action
1259 *Action
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c1305 @param Action A null-terminated Unicode string in <ConfigRequest> format.
1324 IN EFI_BROWSER_ACTION Action,
1337 if ((Action != EFI_BROWSER_ACTION_CHANGING) && (Action != EFI_BROWSER_ACTION_CHANGED)) {
1350 if (Action == EFI_BROWSER_ACTION_CHANGING) {
1399 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {
1322 PlatOverMngrCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID KeyValue, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIpSecConfig.h362 EFI_IPSEC_ACTION Action; member in struct:_EFI_IPSEC_SPD_DATA
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c2033 0 // Action String ID
2310 @param Action Specifies the type of action taken by the browser.
2328 IN EFI_BROWSER_ACTION Action,
2346 switch (Action) {
2326 UserIdentifyManagerCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c2266 @param[in] Action Specifies the type of action taken by the browser.
2280 @retval EFI_UNSUPPORTED The specified Action is not supported by the
2288 IN EFI_BROWSER_ACTION Action,
2306 if ((Action != EFI_BROWSER_ACTION_CHANGED) && (Action != EFI_BROWSER_ACTION_CHANGING)) {
2325 if (Action == EFI_BROWSER_ACTION_CHANGING) {
2479 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {
2286 SecureBootCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c357 } while (Selection->Action == UI_ACTION_REFRESH_FORMSET);
2758 INTN Action; local
2784 Action = GetDefaultIdForCallBack (DefaultId);
2785 if ((Action > 0) && ((Question->QuestionFlags & EFI_IFR_FLAG_CALLBACK) != 0) && (ConfigAccess != NULL)) {
2789 Action,
3185 (Selection->Action != UI_ACTION_REFRESH_FORMSET) &&
4064 @param[in] Action Action value that describes what action will be trigged when the hot key is pressed.
4078 IN UINT32 Action,
4089 (Action !
4076 RegisterHotKey( IN EFI_INPUT_KEY *KeyData, IN UINT32 Action, IN UINT16 DefaultId, IN EFI_STRING HelpString OPTIONAL ) argument
[all...]
H A DSetup.h570 IN UINT32 Action; member in struct:__anon11287
1347 @param Action The action request.
1357 IN EFI_BROWSER_ACTION Action,
1416 @param[in] Action Action value that describes what action will be trigged when the hot key is pressed.
1430 IN UINT32 Action,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp895 IN UINT8 Action,
903 if (Action & VFR_PACK_SHOW) {
908 if (Action & VFR_PACK_PUSH) {
918 if (Action & VFR_PACK_POP) {
933 if (Action & VFR_PACK_ASSIGN) {
893 Pack( IN UINT32 LineNum, IN UINT8 Action, IN CHAR8 *Identifier, IN UINT32 Number ) argument
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/ws/ javax/xml/ws/handler/ ...
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h4716 POWER_ACTION Action; member in struct:__anon14559
4859 DWORD Action; member in struct:_FILE_NOTIFY_INFORMATION
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h4834 POWER_ACTION Action; member in struct:__anon1871
4977 DWORD Action; member in struct:_FILE_NOTIFY_INFORMATION

Completed in 5605 milliseconds

12