/reactos/ntoskrnl/cache/section/ |
H A D | newmm.h | 145 #define MiSimpleWrite(F,O,B,L,R) _MiSimpleWrite(F,O,B,L,R,__FILE__,__LINE__) argument 156 #define MiWriteBackPage(F,O,L,P) _MiWriteBackPage(F,O,L,P,__FILE__,__LINE__) argument 234 #define MiFlushMappedSection(A,O,S,D) _MiFlushMappedSection(A,O,S,D,__FILE__,__LINE__) argument 333 #define MiFlushMappedSection(A,O,S,D) _MiFlushMappedSection(A,O,S,D,__FILE__,__LINE__) argument
|
/reactos/ntoskrnl/include/ |
H A D | ntoskrnl.h | 121 #define PtrOffset(B,O) ((ULONG)((ULONG_PTR)(O) - (ULONG_PTR)(B))) argument
|
/reactos/hal/halx86/smp/i386/ |
H A D | spinup.c | 36 #define PtrOffset(B,O) ((ULONG)((ULONG_PTR)(O) - (ULONG_PTR)(B))) argument
|
/reactos/sdk/include/xdk/ |
H A D | fsrtlfuncs.h | 1665 #define FsRtlInitPerStreamContext(PSC, O, I, FC) \ argument
|
H A D | rtlfuncs.h | 3690 #define RtlOffsetToPointer(B,O) ((PCHAR)(((PCHAR)(B)) + ((ULONG_PTR)(O)))) argument
|
/reactos/modules/rostests/kmtests/ntos_cc/ |
H A D | CcPinRead_drv.c | 189 #define ok_bcb(B, L, O) \ argument
|
/reactos/sdk/include/ddk/ |
H A D | rxprocs.h | 218 #define RxTrackerUpdateHistory(R, F, O, L, F, S) { NOTHING; } argument
|
H A D | fltkernel.h | 57 #define PtrOffset(B,O) ((ULONG)((ULONG_PTR)(O) - (ULONG_PTR)(B))) argument
|
/reactos/ntoskrnl/include/internal/ |
H A D | mm.h | 1600 #define MmSetPageEntrySectionSegment(S,O,E) _MmSetPageEntrySectionSegment(S,O,E,__FILE__,__LINE__) argument 1602 #define MmGetPageEntrySectionSegment(S,O) _MmGetPageEntrySectionSegment(S,O,__FILE__,__LINE__) argument
|
/reactos/dll/win32/crypt32/ |
H A D | oid.c | 1251 static const WCHAR O[] = { 'O',0 }; variable
|
/reactos/ntoskrnl/mm/ |
H A D | section.c | 56 #define MmSetPageEntrySectionSegment(S,O,E) do { \ argument
|
/reactos/drivers/network/dd/netkvm/Common/ |
H A D | ndis56common.h | 42 #define RtlOffsetToPointer(B,O) ((PCHAR)( ((PCHAR)(B)) + ((ULONG_PTR)(O)) )) argument
|