Home | History | Annotate | Download | only in MemoryOverwriteRequestControlLock

Lines Matching defs:VariableName

27   CHAR16                                 *VariableName;

39 @param VariableName the name of the vendor's variable, it's a Null-Terminated Unicode String
47 IN CHAR16 *VariableName,
54 if ((StrCmp (VariableName, mMorVariableType[Index].VariableName) == 0) &&
65 @param VariableName the name of the vendor's variable, it's a Null-Terminated Unicode String
73 IN CHAR16 *VariableName,
77 if ((StrCmp (VariableName, MEMORY_OVERWRITE_REQUEST_CONTROL_LOCK_NAME) == 0) &&
87 @param VariableName the name of the vendor's variable, as a
99 @retval EFI_INVALID_PARAMETER VariableName is an empty Unicode string.
113 IN CHAR16 *VariableName,
127 if (!IsAnyMorVariable (VariableName, VendorGuid)) {
156 if (IsMorLockVariable(VariableName, VendorGuid)) {