Searched defs:FilterDriverEvent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/DataHubDxe/
H A DDataHub.c261 than a give MonotonicCount to be returned. If an optional FilterDriverEvent
263 not yet read by the filter driver. If FilterDriverEvent is NULL and
270 @param FilterDriverEvent If FilterDriverEvent is not passed in a MonotonicCount
272 If FilterDriverEvent is passed in, then a MonotonicCount
274 FilterDriverEvent.
279 @retval EFI_INVALID_PARAMETER FilterDriverEvent was passed in but does not exist.
291 IN EFI_EVENT *FilterDriverEvent, OPTIONAL
308 // If FilterDriverEvent is NULL, then return the next record
310 if (FilterDriverEvent
288 DataHubGetNextRecord( IN EFI_DATA_HUB_PROTOCOL *This, IN OUT UINT64 *MonotonicCount, IN EFI_EVENT *FilterDriverEvent, OPTIONAL OUT EFI_DATA_RECORD_HEADER **Record ) argument
[all...]

Completed in 46 milliseconds