Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/
H A Ddldetect.cpp381 …RY NewEntry = (POWNER_ENTRY)ExAllocatePoolWithTag(NonPagedPool, sizeof(OWNER_ENTRY)*NewSize,RESOUR… in DLDpFindCurrentThread()
382 RtlZeroMemory(NewEntry,sizeof(OWNER_ENTRY)*NewSize); in DLDpFindCurrentThread()
384 RtlMoveMemory(NewEntry,Resource->OwnerTable,sizeof(OWNER_ENTRY)*OldSize); in DLDpFindCurrentThread()
/reactos/sdk/include/xdk/
H A Dextypes.h220 } OWNER_ENTRY, *POWNER_ENTRY; typedef
229 OWNER_ENTRY OwnerEntry;
/reactos/ntoskrnl/ex/
H A Dresource.c347 NewSize * sizeof(OWNER_ENTRY), in ExpExpandResourceOwnerTable()
352 (NewSize - OldSize) * sizeof(OWNER_ENTRY)); in ExpExpandResourceOwnerTable()
368 if (Owner) RtlCopyMemory(Table, Owner, OldSize * sizeof(OWNER_ENTRY)); in ExpExpandResourceOwnerTable()
/reactos/modules/rostests/kmtests/ntos_ex/
H A DExResource.c67 OWNER_ENTRY OwnerThreads[2];