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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckLib/
VarCheckLib.c 42 VAR_CHECK_VARIABLE_PROPERTY VariableProperty;
151 return &mVarCheckVariableWithWildcardName[Index].VariableProperty;
155 return &mVarCheckVariableWithWildcardName[Index].VariableProperty;
188 return &Entry->VariableProperty;
473 @param[in] VariableProperty Pointer to the input variable property.
476 @retval EFI_INVALID_PARAMETER Name, Guid or VariableProperty is NULL, or Name is an empty string,
477 or the fields of VariableProperty are not valid.
488 IN VAR_CHECK_VARIABLE_PROPERTY *VariableProperty
500 if (VariableProperty == NULL) {
504 if (VariableProperty->Revision != VAR_CHECK_VARIABLE_PROPERTY_REVISION) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VarCheck.c 100 @param[in] VariableProperty Pointer to the input variable property.
103 @retval EFI_INVALID_PARAMETER Name, Guid or VariableProperty is NULL, or Name is an empty string,
104 or the fields of VariableProperty are not valid.
115 IN VAR_CHECK_VARIABLE_PROPERTY *VariableProperty
121 Status = VarCheckLibVariablePropertySet (Name, Guid, VariableProperty);
132 @param[out] VariableProperty Pointer to the output variable property.
135 @retval EFI_INVALID_PARAMETER Name, Guid or VariableProperty is NULL, or Name is an empty string.
144 OUT VAR_CHECK_VARIABLE_PROPERTY *VariableProperty
150 Status = VarCheckLibVariablePropertyGet (Name, Guid, VariableProperty);
VariableSmmRuntimeDxe.c 288 @param[in] VariableProperty Pointer to the input variable property.
291 @retval EFI_INVALID_PARAMETER Name, Guid or VariableProperty is NULL, or Name is an empty string,
292 or the fields of VariableProperty are not valid.
303 IN VAR_CHECK_VARIABLE_PROPERTY *VariableProperty
315 if (VariableProperty == NULL) {
319 if (VariableProperty->Revision != VAR_CHECK_VARIABLE_PROPERTY_REVISION) {
347 CopyMem (&CommVariableProperty->VariableProperty, VariableProperty, sizeof (*VariableProperty));
366 @param[out] VariableProperty Pointer to the output variable property.
    [all...]
Variable.h 723 @param[in] VariableProperty Pointer to the input variable property.
726 @retval EFI_INVALID_PARAMETER Name, Guid or VariableProperty is NULL, or Name is an empty string,
727 or the fields of VariableProperty are not valid.
738 IN VAR_CHECK_VARIABLE_PROPERTY *VariableProperty
746 @param[out] VariableProperty Pointer to the output variable property.
749 @retval EFI_INVALID_PARAMETER Name, Guid or VariableProperty is NULL, or Name is an empty string.
758 OUT VAR_CHECK_VARIABLE_PROPERTY *VariableProperty
VariableSmm.c 736 &CommVariableProperty->VariableProperty
779 &CommVariableProperty->VariableProperty
    [all...]
Variable.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
VarCheck.h 69 VAR_CHECK_VARIABLE_PROPERTY VariableProperty;
74 Variable driver will do check according to the VariableProperty before
79 @param[in] VariableProperty Pointer to the input variable property.
82 @retval EFI_INVALID_PARAMETER Name, Guid or VariableProperty is NULL, or Name is an empty string,
83 or the fields of VariableProperty are not valid.
94 IN VAR_CHECK_VARIABLE_PROPERTY *VariableProperty
102 @param[out] VariableProperty Pointer to the output variable property.
105 @retval EFI_INVALID_PARAMETER Name, Guid or VariableProperty is NULL, or Name is an empty string.
114 OUT VAR_CHECK_VARIABLE_PROPERTY *VariableProperty
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
VarCheckLib.h 114 @param[in] VariableProperty Pointer to the input variable property.
117 @retval EFI_INVALID_PARAMETER Name, Guid or VariableProperty is NULL, or Name is an empty string,
118 or the fields of VariableProperty are not valid.
129 IN VAR_CHECK_VARIABLE_PROPERTY *VariableProperty
137 @param[out] VariableProperty Pointer to the output variable property.
140 @retval EFI_INVALID_PARAMETER Name, Guid or VariableProperty is NULL, or Name is an empty string.
149 OUT VAR_CHECK_VARIABLE_PROPERTY *VariableProperty
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckUefiLib/
VarCheckUefiLibNullClass.c 36 VAR_CHECK_VARIABLE_PROPERTY VariableProperty;
742 @param[out] VariableProperty Pointer to variable property.
751 OUT VAR_CHECK_VARIABLE_PROPERTY **VariableProperty
763 *VariableProperty = &(mGlobalVariableList[Index].VariableProperty);
779 *VariableProperty = &(mGlobalVariableList2[Index].VariableProperty);
888 &mGlobalVariableList[Index].VariableProperty
895 &mGlobalVariableList2[Index].VariableProperty
906 &mImageSecurityVariableList[Index].VariableProperty
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
SmmVariableCommon.h 121 VAR_CHECK_VARIABLE_PROPERTY VariableProperty;

Completed in 227 milliseconds