Lines Matching refs:GetNextVariableName
422 This service is a wrapper for the UEFI Runtime Service GetNextVariableName().
424 GetNextVariableName() is called multiple times to retrieve the VariableName and VendorGuid of
425 all variables currently available in the system. On each call to GetNextVariableName() the
433 GetNextVariableName().
459 return mInternalRT->GetNextVariableName (VariableNameSize, VariableName, VendorGuid);
464 This service is a wrapper for the UEFI Runtime Service GetNextVariableName()