Home
last modified time | relevance | path

Searched refs:EventItemSize (Results 1 – 8 of 8) sorted by relevance

/reactos/drivers/ksfilter/ks/
H A Dapi.c1959 …tionTableA EventItemSize %lu EventSetsCount %lu\n", AutomationTableA->EventItemSize, AutomationTab… in KspCountEventSets()
1960 …tionTableB EventItemSize %lu EventSetsCount %lu\n", AutomationTableB->EventItemSize, AutomationTab… in KspCountEventSets()
1962 if (AutomationTableA->EventItemSize && AutomationTableB->EventItemSize) in KspCountEventSets()
1965 ASSERT(AutomationTableA->EventItemSize == AutomationTableB->EventItemSize); in KspCountEventSets()
2436 Table->EventItemSize = AutomationTableA->EventItemSize; in KsMergeAutomationTables()
2441 Table->EventItemSize = AutomationTableB->EventItemSize; in KsMergeAutomationTables()
H A Devent.c95 IN ULONG EventItemSize OPTIONAL) in KspEnableEvent()
413 _In_opt_ ULONG EventItemSize) in _IRQL_requires_max_()
415 …vent(Irp, EventSetsCount, EventSet, EventsList, EventsFlags, EventsLock, Allocator, EventItemSize); in _IRQL_requires_max_()
H A Dksfunc.h178 IN ULONG EventItemSize OPTIONAL);
H A Dfilter.c1117 FilterInstance->Descriptor->AutomationTable->EventItemSize); in IKsFilter_DispatchDeviceIoControl()
H A Dpin.c2086 This->Pin.Descriptor->AutomationTable->EventItemSize); in IKsPin_DispatchDeviceIoControl()
/reactos/drivers/wdm/audio/backpln/portcls/
H A Dundoc.cpp568 if (AutomationTable->EventItemSize >= sizeof(PCEVENT_ITEM)) in DumpAutomationTable()
584 EventItem = (PPCEVENT_ITEM)((ULONG_PTR)EventItem + AutomationTable->EventItemSize); in DumpAutomationTable()
589 …nt item must be at least %lu but got %lu\n", sizeof(PCEVENT_ITEM), AutomationTable->EventItemSize); in DumpAutomationTable()
/reactos/sdk/include/psdk/
H A Dks.h2324 ULONG EventItemSize; member
2325 _Field_size_bytes_(EventSetsCount * EventItemSize) const KSEVENT_SET *EventSets;
3658 _In_opt_ ULONG EventItemSize);
/reactos/sdk/include/ddk/
H A Dportcls.h325 ULONG EventItemSize; member