/reactos/dll/win32/lsasrv/ |
H A D | notify.c | 40 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 D | pnpnotify.c | 353 _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 D | IoDeviceInterface.c | 167 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 D | sup.c | 343 PEVENT_NOTIFICATION_ENTRY NotificationEntry; in MMixerNotifyControlChange() local 350 …NotificationEntry = (PEVENT_NOTIFICATION_ENTRY)CONTAINING_RECORD(Entry, EVENT_NOTIFICATION_ENTRY, … in MMixerNotifyControlChange() 352 if (NotificationEntry->MixerEventRoutine) in MMixerNotifyControlChange() 355 …NotificationEntry->MixerEventRoutine(NotificationEntry->MixerEventContext, (HANDLE)MixerInfo, Noti… in MMixerNotifyControlChange()
|
H A D | controls.c | 1882 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 D | power.c | 399 PVOID NotificationEntry; in PoInitSystem() local 414 &NotificationEntry); in PoInitSystem() 425 &NotificationEntry); in PoInitSystem() 436 &NotificationEntry); in PoInitSystem()
|
/reactos/drivers/bus/acpi/compbatt/ |
H A D | compbatt.h | 56 PVOID NotificationEntry; member
|
H A D | comppnp.c | 426 &DeviceExtension->NotificationEntry); in CompBattPnpDispatch()
|
/reactos/sdk/lib/drivers/wdf/shared/inc/primitives/km/ |
H A D | mxgeneralkm.h | 749 __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 D | mxgeneralum.h | 994 __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 D | mxgeneral.h | 574 __in __drv_freesMem(Pool) PVOID NotificationEntry
|
/reactos/sdk/lib/drivers/wdf/shared/inc/private/km/ |
H A D | fxglobalskm.h | 229 __in PVOID NotificationEntry
|
/reactos/drivers/storage/mountmgr/ |
H A D | mntmgr.h | 19 PVOID NotificationEntry; member
|
H A D | mountmgr.c | 758 IoUnregisterPlugPlayNotification(DeviceExtension->NotificationEntry); in MountMgrUnload() 1781 &(DeviceExtension->NotificationEntry)); in DriverEntry()
|
/reactos/sdk/include/xdk/ |
H A D | iofuncs.h | 1155 _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 D | btrfs_drv.h | 1857 typedef NTSTATUS (__stdcall *tIoUnregisterPlugPlayNotificationEx)(PVOID NotificationEntry);
|