Home
last modified time | relevance | path

Searched refs:PSP_MAX_LOAD_IMAGE_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/reactos/ntoskrnl/ps/
H A Dpsnotify.c23 EX_CALLBACK PspLoadImageNotifyRoutine[PSP_MAX_LOAD_IMAGE_NOTIFY];
134 for (i = 0; i < PSP_MAX_LOAD_IMAGE_NOTIFY; i++) in PsRemoveLoadImageNotifyRoutine()
187 for (i = 0; i < PSP_MAX_LOAD_IMAGE_NOTIFY; i++) in PsSetLoadImageNotifyRoutine()
H A Dpsmgr.c360 for (i = 0; i < PSP_MAX_LOAD_IMAGE_NOTIFY; i++) in PspInitPhase0()
/reactos/ntoskrnl/include/internal/
H A Dps.h65 #define PSP_MAX_LOAD_IMAGE_NOTIFY 8 macro
461 extern EX_CALLBACK PspLoadImageNotifyRoutine[PSP_MAX_LOAD_IMAGE_NOTIFY];
H A Dps_x.h91 for (i = 0; i < PSP_MAX_LOAD_IMAGE_NOTIFY; ++ i) in PspRunLoadImageNotifyRoutines()