Home
last modified time | relevance | path

Searched refs:NotificationEntry (Results 1 – 16 of 16) sorted by relevance

/reactos/dll/win32/lsasrv/
H A Dnotify.c40 PLIST_ENTRY NotificationEntry; in LsapGetNotificationEntry() local
43 NotificationEntry = NotificationListHead.Flink; in LsapGetNotificationEntry()
44 while (NotificationEntry != &NotificationListHead) in LsapGetNotificationEntry()
46 CurrentNotification = CONTAINING_RECORD(NotificationEntry, LSA_NOTIFICATION_ENTRY, Entry); in LsapGetNotificationEntry()
54 NotificationEntry = NotificationEntry->Flink; in LsapGetNotificationEntry()
191 PLIST_ENTRY NotificationEntry; in LsapNotifyPolicyChange() local
199 NotificationEntry = NotificationListHead.Flink; in LsapNotifyPolicyChange()
200 while (NotificationEntry != &NotificationListHead) in LsapNotifyPolicyChange()
202 CurrentNotification = CONTAINING_RECORD(NotificationEntry, LSA_NOTIFICATION_ENTRY, Entry); in LsapNotifyPolicyChange()
210 NotificationEntry = NotificationEntry->Flink; in LsapNotifyPolicyChange()
/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpnotify.c353 _Out_ PVOID *NotificationEntry) in IoRegisterPlugPlayNotification() argument
469 *NotificationEntry = Entry; in IoRegisterPlugPlayNotification()
481 _In_ PVOID NotificationEntry) in IoUnregisterPlugPlayNotification() argument
483 PPNP_NOTIFY_ENTRY Entry = NotificationEntry; in IoUnregisterPlugPlayNotification()
514 DPRINT1("IoUnregisterPlugPlayNotification called two times for 0x%p\n", NotificationEntry); in IoUnregisterPlugPlayNotification()
/reactos/modules/rostests/kmtests/ntos_io/
H A DIoDeviceInterface.c167 PVOID NotificationEntry; in Test_IoRegisterPlugPlayNotification() local
175 &NotificationEntry); in Test_IoRegisterPlugPlayNotification()
179 Status = IoUnregisterPlugPlayNotification(NotificationEntry); in Test_IoRegisterPlugPlayNotification()
/reactos/sdk/lib/drivers/sound/mmixer/
H A Dsup.c343 PEVENT_NOTIFICATION_ENTRY NotificationEntry; in MMixerNotifyControlChange() local
350NotificationEntry = (PEVENT_NOTIFICATION_ENTRY)CONTAINING_RECORD(Entry, EVENT_NOTIFICATION_ENTRY, … in MMixerNotifyControlChange()
352 if (NotificationEntry->MixerEventRoutine) in MMixerNotifyControlChange()
355NotificationEntry->MixerEventRoutine(NotificationEntry->MixerEventContext, (HANDLE)MixerInfo, Noti… in MMixerNotifyControlChange()
H A Dcontrols.c1882 PEVENT_NOTIFICATION_ENTRY NotificationEntry; in MMixerRemoveEvent() local
1888 NotificationEntry = CONTAINING_RECORD(EventList, EVENT_NOTIFICATION_ENTRY, Entry); in MMixerRemoveEvent()
1891 if(NotificationEntry->MixerEventRoutine == MixerEventRoutine && in MMixerRemoveEvent()
1892 NotificationEntry->MixerEventContext == MixerEventContext) in MMixerRemoveEvent()
1894 DPRINT1("Freeing entry %p\n", NotificationEntry); in MMixerRemoveEvent()
1896 RemoveEntryList(&NotificationEntry->Entry); in MMixerRemoveEvent()
1897 MixerContext->Free(NotificationEntry); in MMixerRemoveEvent()
/reactos/ntoskrnl/po/
H A Dpower.c399 PVOID NotificationEntry; in PoInitSystem() local
414 &NotificationEntry); in PoInitSystem()
425 &NotificationEntry); in PoInitSystem()
436 &NotificationEntry); in PoInitSystem()
/reactos/drivers/bus/acpi/compbatt/
H A Dcompbatt.h56 PVOID NotificationEntry; member
H A Dcomppnp.c426 &DeviceExtension->NotificationEntry); in CompBattPnpDispatch()
/reactos/sdk/lib/drivers/wdf/shared/inc/primitives/km/
H A Dmxgeneralkm.h749 __in __drv_freesMem(Pool) PVOID NotificationEntry in MxUnRegisterPlugPlayNotification()
752 return IoUnregisterPlugPlayNotification(NotificationEntry); in MxUnRegisterPlugPlayNotification()
/reactos/sdk/lib/drivers/wdf/shared/inc/primitives/um/
H A Dmxgeneralum.h994 __in __drv_freesMem(Pool) PVOID NotificationEntry in MxUnRegisterPlugPlayNotification()
997 UNREFERENCED_PARAMETER(NotificationEntry); in MxUnRegisterPlugPlayNotification()
/reactos/sdk/lib/drivers/wdf/shared/inc/primitives/common/
H A Dmxgeneral.h574 __in __drv_freesMem(Pool) PVOID NotificationEntry
/reactos/sdk/lib/drivers/wdf/shared/inc/private/km/
H A Dfxglobalskm.h229 __in PVOID NotificationEntry
/reactos/drivers/storage/mountmgr/
H A Dmntmgr.h19 PVOID NotificationEntry; member
H A Dmountmgr.c758 IoUnregisterPlugPlayNotification(DeviceExtension->NotificationEntry); in MountMgrUnload()
1781 &(DeviceExtension->NotificationEntry)); in DriverEntry()
/reactos/sdk/include/xdk/
H A Diofuncs.h1155 _At_(*NotificationEntry, _When_(return==0, __drv_allocatesMem(Mem)))
1156 PVOID *NotificationEntry);
1300 _In_ PVOID NotificationEntry);
2565 _In_ PVOID NotificationEntry);
/reactos/drivers/filesystems/btrfs/
H A Dbtrfs_drv.h1857 typedef NTSTATUS (__stdcall *tIoUnregisterPlugPlayNotificationEx)(PVOID NotificationEntry);