Home
last modified time | relevance | path

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

/reactos/ntoskrnl/include/internal/
H A Dtag.h23 #define TAG_RESOURCE_TABLE 'aTeR' macro
/reactos/ntoskrnl/ex/
H A Dresource.c348 TAG_RESOURCE_TABLE); in ExpExpandResourceOwnerTable()
363 ExFreePoolWithTag(Table, TAG_RESOURCE_TABLE); in ExpExpandResourceOwnerTable()
387 if (Owner) ExFreePoolWithTag(Owner, TAG_RESOURCE_TABLE); in ExpExpandResourceOwnerTable()
1481 if (Resource->OwnerTable) ExFreePoolWithTag(Resource->OwnerTable, TAG_RESOURCE_TABLE); in ExDeleteResourceLite()