Home
last modified time | relevance | path

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

/reactos/boot/environ/lib/io/
H A Dblkcache.c15 ULONG BcpBlockAllocatorHandle; variable
85 BcpBlockAllocatorHandle = BlpMmCreateBlockAllocator(); in BcInitialize()
86 if (BcpBlockAllocatorHandle == -1) in BcInitialize()
105 if (BcpBlockAllocatorHandle != -1) in BcInitialize()
107 BlpMmDeleteBlockAllocator(BcpBlockAllocatorHandle); in BcInitialize()