Lines Matching refs:Handle

64   Searches in the gauge array with keyword Handle, Token, Module and Identifier.
71 @param Handle Pointer to environment specific context used
84 IN CONST VOID *Handle, OPTIONAL
105 if ((GaugeEntryExArray[Index].Handle == (EFI_PHYSICAL_ADDRESS) (UINTN) Handle) &&
123 that contains the Handle, Token, Module and Identifier.
129 @param Handle Pointer to environment specific context used
146 IN CONST VOID *Handle, OPTIONAL
187 GaugeEntryExArray[Index].Handle = (EFI_PHYSICAL_ADDRESS) (UINTN) Handle;
214 for the first record that matches Handle, Token, Module and Identifier and has an end time value of zero.
221 @param Handle Pointer to environment specific context used
238 IN CONST VOID *Handle, OPTIONAL
252 Index = InternalSearchForGaugeEntry (Handle, Token, Module, Identifier);
315 that contains the Handle, Token, and Module.
321 @param Handle Pointer to environment specific context used
336 IN CONST VOID *Handle, OPTIONAL
342 return StartGaugeEx (Handle, Token, Module, TimeStamp, 0);
350 for the first record that matches Handle, Token, and Module and has an end time value of zero.
357 @param Handle Pointer to environment specific context used
372 IN CONST VOID *Handle, OPTIONAL
378 return EndGaugeEx (Handle, Token, Module, TimeStamp, 0);
461 GaugeEntryExArray[Index].Handle = LogEntryArray[Index].Handle;
536 that contains the Handle, Token, Module and Identifier.
542 @param Handle Pointer to environment specific context used
559 IN CONST VOID *Handle, OPTIONAL
566 return (RETURN_STATUS) StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
574 for the first record that matches Handle, Token, Module and Identifier and has an end time value of zero.
581 @param Handle Pointer to environment specific context used
598 IN CONST VOID *Handle, OPTIONAL
605 return (RETURN_STATUS) EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
622 the log entry is returned in Handle, Token, Module, StartTimeStamp, EndTimeStamp and Identifier.
624 If Handle is NULL, then ASSERT().
634 @param Handle Pointer to environment specific context used to identify the component
653 OUT CONST VOID **Handle,
666 ASSERT (Handle != NULL);
689 *Handle = (VOID *) (UINTN) GaugeData->Handle;
704 that contains the Handle, Token, and Module.
710 @param Handle Pointer to environment specific context used
725 IN CONST VOID *Handle, OPTIONAL
731 return StartPerformanceMeasurementEx (Handle, Token, Module, TimeStamp, 0);
739 for the first record that matches Handle, Token, and Module and has an end time value of zero.
746 @param Handle Pointer to environment specific context used
761 IN CONST VOID *Handle, OPTIONAL
767 return EndPerformanceMeasurementEx (Handle, Token, Module, TimeStamp, 0);
784 the log entry is returned in Handle, Token, Module, StartTimeStamp, and EndTimeStamp.
786 If Handle is NULL, then ASSERT().
795 @param Handle Pointer to environment specific context used to identify the component
813 OUT CONST VOID **Handle,
821 return GetPerformanceMeasurementEx (LogEntryKey, Handle, Token, Module, StartTimeStamp, EndTimeStamp, &Identifier);