Home
last modified time | relevance | path

Searched refs:TAG_PNP_NOTIFY (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpnotify.c85 ExFreePoolWithTag(Entry, TAG_PNP_NOTIFY); in PiDereferencePnpNotifyEntry()
169 notifyStruct = ExAllocatePoolWithTag(PagedPool, sizeof(*notifyStruct), TAG_PNP_NOTIFY); in PiNotifyDeviceInterfaceChange()
202 ExFreePoolWithTag(notifyStruct, TAG_PNP_NOTIFY); in PiNotifyDeviceInterfaceChange()
220 notifyStruct = ExAllocatePoolWithTag(PagedPool, sizeof(*notifyStruct), TAG_PNP_NOTIFY); in PiNotifyHardwareProfileChange()
245 ExFreePoolWithTag(notifyStruct, TAG_PNP_NOTIFY); in PiNotifyHardwareProfileChange()
275 notifStruct = ExAllocatePoolWithTag(PagedPool, sizeof(*notifStruct), TAG_PNP_NOTIFY); in PiNotifyTargetDeviceChange()
319 ExFreePoolWithTag(notificationStruct, TAG_PNP_NOTIFY); in PiNotifyTargetDeviceChange()
366 Entry = ExAllocatePoolWithTag(PagedPool, sizeof(PNP_NOTIFY_ENTRY), TAG_PNP_NOTIFY); in IoRegisterPlugPlayNotification()
444 ExFreePoolWithTag(Entry, TAG_PNP_NOTIFY); in IoRegisterPlugPlayNotification()
462 ExFreePoolWithTag(Entry, TAG_PNP_NOTIFY); in IoRegisterPlugPlayNotification()
/reactos/ntoskrnl/include/internal/
H A Dtag.h91 #define TAG_PNP_NOTIFY 'NPnP' macro