Searched refs:ClassFilter (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/DataHubDxe/
H A DDataHub.c143 if (((FilterEntry->ClassFilter & DataRecordClass) != 0) &&
158 @param ClassFilter Only match the MTC if it is in the same Class as the
159 ClassFilter.
170 IN UINT64 ClassFilter,
189 if ((LogEntry->Record->DataRecordClass & ClassFilter) == 0) {
191 // Skip any entry that does not have the correct ClassFilter
209 if ((NextLogEntry->Record->DataRecordClass & ClassFilter) != 0) {
297 UINT64 ClassFilter; local
302 ClassFilter = EFI_DATA_RECORD_CLASS_DEBUG |
311 *Record = GetNextDataRecord (&Private->DataListHead, ClassFilter, MonotonicCoun
168 GetNextDataRecord( IN LIST_ENTRY *Head, IN UINT64 ClassFilter, IN OUT UINT64 *PtrCurrentMTC ) argument
[all...]
H A DDataHub.h118 UINT64 ClassFilter; member in struct:__anon10514

Completed in 42 milliseconds