Home
last modified time | relevance | path

Searched refs:ExAllocatePoolWithTag (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/reactos/ntoskrnl/se/
H A Dsid.c127 SeNullSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs()
128 SeWorldSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs()
129 SeLocalSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs()
135 SeDialupSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs()
136 SeNetworkSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs()
137 SeBatchSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs()
139 SeServiceSid = ExAllocatePoolWithTag(PagedPool, SidLength1, TAG_SID); in SepInitSecurityIDs()
145 SeAliasUsersSid = ExAllocatePoolWithTag(PagedPool, SidLength2, TAG_SID); in SepInitSecurityIDs()
342 NewSid = ExAllocatePoolWithTag(PoolType, SidSize, TAG_SID); in SepCaptureSid()
369 NewSid = ExAllocatePoolWithTag(PoolType, SidSize, TAG_SID); in SepCaptureSid()
[all …]
H A Dacl.c48 SePublicDefaultDacl = ExAllocatePoolWithTag(PagedPool, in SepInitDACLs()
80 SePublicDefaultUnrestrictedDacl = ExAllocatePoolWithTag(PagedPool, in SepInitDACLs()
116 SePublicOpenDacl = ExAllocatePoolWithTag(PagedPool, in SepInitDACLs()
148 SePublicOpenUnrestrictedDacl = ExAllocatePoolWithTag(PagedPool, in SepInitDACLs()
183 SeSystemDefaultDacl = ExAllocatePoolWithTag(PagedPool, in SepInitDACLs()
208 SeUnrestrictedDacl = ExAllocatePoolWithTag(PagedPool, in SepInitDACLs()
233 SeSystemAnonymousLogonDacl = ExAllocatePoolWithTag(PagedPool, in SepInitDACLs()
296 TokenDacl = ExAllocatePoolWithTag(PagedPool, AclLength, TAG_ACL); in SepCreateImpersonationTokenDacl()
396 NewAcl = ExAllocatePoolWithTag(PoolType, in SepCaptureAcl()
422 NewAcl = ExAllocatePoolWithTag(PoolType, in SepCaptureAcl()
/reactos/modules/rostests/kmtests/ntos_ex/
H A DExPools.c46 Ptr = ExAllocatePoolWithTag(NonPagedPool, AllocSize, TAG_POOLTEST); in PoolsTest()
71 Ptr = ExAllocatePoolWithTag(PagedPool, AllocSize, TAG_POOLTEST); in PoolsTest()
93 Allocs = ExAllocatePoolWithTag(PagedPool, sizeof(*Allocs) * AllocNumber, TAG_POOLTEST); in PoolsTest()
99 Allocs[i] = ExAllocatePoolWithTag(NonPagedPool, AllocSize, TAG_POOLTEST); in PoolsTest()
119 Ptr = ExAllocatePoolWithTag(NonPagedPool, AllocSize, TAG_POOLTEST); in PoolsCorruption()
166 Memory = ExAllocatePoolWithTag(PagedPool, 8, 'MyTa'); in TestPoolTags()
170 Memory = ExAllocatePoolWithTag(PagedPool, PAGE_SIZE, 'MyTa'); in TestPoolTags()
174 Memory = ExAllocatePoolWithTag(PagedPool, PAGE_SIZE - 3 * sizeof(PVOID), 'MyTa'); in TestPoolTags()
182 Memory = ExAllocatePoolWithTag(PagedPool, PAGE_SIZE - 4 * sizeof(PVOID), 'MyTa'); in TestPoolTags()
278 BigAllocations = ExAllocatePoolWithTag(PoolType, in TestBigPoolExpansion()
[all …]
/reactos/win32ss/gdi/eng/
H A Dpathobj.c38 pPathObj = ExAllocatePoolWithTag(PagedPool, size, GDITAG_PATHOBJ); in EngCreatePath()
149 ppd = ExAllocatePoolWithTag(PagedPool, sizeof(EXTPATHDATA), GDITAG_PATHOBJ); in PATHOBJ_bMoveTo()
210 ppd = ExAllocatePoolWithTag(PagedPool, sizeof(EXTPATHDATA), GDITAG_PATHOBJ); in PATHOBJ_bPolyLineTo()
219 pptfxNew = ExAllocatePoolWithTag(PagedPool, size, GDITAG_PATHOBJ); in PATHOBJ_bPolyLineTo()
237 ppd = ExAllocatePoolWithTag(PagedPool, sizeof(EXTPATHDATA), GDITAG_PATHOBJ); in PATHOBJ_bPolyLineTo()
247 pptfxNew = ExAllocatePoolWithTag(PagedPool, size, GDITAG_PATHOBJ); in PATHOBJ_bPolyLineTo()
266 pptfxNew = ExAllocatePoolWithTag(PagedPool, size, GDITAG_PATHOBJ); in PATHOBJ_bPolyLineTo()
307 ppd = ExAllocatePoolWithTag(PagedPool, sizeof(EXTPATHDATA), GDITAG_PATHOBJ); in PATHOBJ_bPolyBezierTo()
316 pptfxNew = ExAllocatePoolWithTag(PagedPool, size, GDITAG_PATHOBJ); in PATHOBJ_bPolyBezierTo()
344 pptfxNew = ExAllocatePoolWithTag(PagedPool, size, GDITAG_PATHOBJ); in PATHOBJ_bPolyBezierTo()
[all …]
/reactos/drivers/filesystems/ntfs/
H A Dbtree.c55 Buffer = ExAllocatePoolWithTag(NonPagedPool, BufferSize, TAG_NTFS); in PrintAllVCNs()
299 NewIndexEntry = ExAllocatePoolWithTag(NonPagedPool, EntrySize, TAG_NTFS); in CreateDummyKey()
321 NewDummyKey = ExAllocatePoolWithTag(NonPagedPool, sizeof(B_TREE_KEY), TAG_NTFS); in CreateDummyKey()
350 PB_TREE Tree = ExAllocatePoolWithTag(NonPagedPool, sizeof(B_TREE), TAG_NTFS); in CreateEmptyBTree()
535 CurrentKey = ExAllocatePoolWithTag(NonPagedPool, sizeof(B_TREE_KEY), TAG_NTFS); in CreateBTreeNodeFromIndexNode()
546 NodeBuffer = ExAllocatePoolWithTag(NonPagedPool, IndexBufferSize, TAG_NTFS); in CreateBTreeNodeFromIndexNode()
690 PB_TREE Tree = ExAllocatePoolWithTag(NonPagedPool, sizeof(B_TREE), TAG_NTFS); in CreateBTreeFromIndex()
919 PINDEX_ROOT_ATTRIBUTE NewIndexRoot = ExAllocatePoolWithTag(NonPagedPool, in CreateIndexRootFromBTree()
1263 PINDEX_ENTRY_ATTRIBUTE NewEntry = ExAllocatePoolWithTag(NonPagedPool, in UpdateIndexAllocation()
1485 NewKey = ExAllocatePoolWithTag(NonPagedPool, sizeof(B_TREE_KEY), TAG_NTFS); in CreateBTreeKeyFromFilename()
[all …]
/reactos/drivers/bus/pcix/
H A Dinit.c78 FullInfo = ExAllocatePoolWithTag(PagedPool, NumberOfBytes, PCI_POOL_TAG); in PciAcpiFindRsdt()
92 KeyInfo = ExAllocatePoolWithTag(PagedPool, Length, PCI_POOL_TAG); in PciAcpiFindRsdt()
96 ValueInfo = ExAllocatePoolWithTag(PagedPool, in PciAcpiFindRsdt()
295 TableBuffer = ExAllocatePoolWithTag(PagedPool, in PciGetAcpiTable()
357 FullInfo = ExAllocatePoolWithTag(PagedPool, NumberOfBytes, PCI_POOL_TAG); in PciGetIrqRoutingTableFromRegistry()
371 KeyInfo = ExAllocatePoolWithTag(PagedPool, Length, PCI_POOL_TAG); in PciGetIrqRoutingTableFromRegistry()
375 ValueInfo = ExAllocatePoolWithTag(PagedPool, in PciGetIrqRoutingTableFromRegistry()
457 *PciRoutingTable = ExAllocatePoolWithTag(PagedPool, in PciGetIrqRoutingTableFromRegistry()
506 FullInfo = ExAllocatePoolWithTag(PagedPool, ResultLength, PCI_POOL_TAG); in PciBuildHackTable()
527 PciHackTable = ExAllocatePoolWithTag(NonPagedPool, in PciBuildHackTable()
[all …]
/reactos/ntoskrnl/io/iomgr/
H A Ddriver.c389 ImagePath->Buffer = ExAllocatePoolWithTag(NonPagedPool,
405 ImagePath->Buffer = ExAllocatePoolWithTag(NonPagedPool,
629 driverNamePaged.Buffer = ExAllocatePoolWithTag(PagedPool, in IopInitializeDriverModule()
734 Buffer = ExAllocatePoolWithTag(NonPagedPool, in LdrProcessDriverModule()
825 Buffer = ExAllocatePoolWithTag(PagedPool, in IopInitializeBuiltinDriver()
1053 IopGroupTable = ExAllocatePoolWithTag(PagedPool, in IopInitializeBootDrivers()
1104 DriverInfo = ExAllocatePoolWithTag(PagedPool, in IopInitializeBootDrivers()
1345 ObjectName.Buffer = ExAllocatePoolWithTag(PagedPool, in IopUnloadDriver()
1775 ReinitItem = ExAllocatePoolWithTag(NonPagedPool, in IoRegisterBootDriverReinitialization()
1804 ReinitItem = ExAllocatePoolWithTag(NonPagedPool, in IoRegisterDriverReinitialization()
[all …]
/reactos/ntoskrnl/config/
H A Dcmse.c36 Sid[0] = ExAllocatePoolWithTag(PagedPool, SidLength, TAG_CMSD); in CmpHiveRootSecurityDescriptor()
37 Sid[1] = ExAllocatePoolWithTag(PagedPool, SidLength, TAG_CMSD); in CmpHiveRootSecurityDescriptor()
38 Sid[2] = ExAllocatePoolWithTag(PagedPool, SidLength, TAG_CMSD); in CmpHiveRootSecurityDescriptor()
40 Sid[3] = ExAllocatePoolWithTag(PagedPool, SidLength, TAG_CMSD); in CmpHiveRootSecurityDescriptor()
80 Acl = ExAllocatePoolWithTag(PagedPool, AclLength, TAG_CMSD); in CmpHiveRootSecurityDescriptor()
109 SecurityDescriptor = ExAllocatePoolWithTag(PagedPool, in CmpHiveRootSecurityDescriptor()
/reactos/drivers/filesystems/btrfs/
H A Dregistry.c66 path.Buffer = ExAllocatePoolWithTag(PagedPool, path.Length, ALLOC_TAG); in registry_load_volume_options()
92 kvfi = ExAllocatePoolWithTag(PagedPool, kvfilen, ALLOC_TAG); in registry_load_volume_options()
251 path.Buffer = ExAllocatePoolWithTag(PagedPool, path.Length, ALLOC_TAG); in registry_mark_volume_mounted()
318 kvbi = ExAllocatePoolWithTag(PagedPool, kvbilen, ALLOC_TAG); in registry_mark_volume_unmounted_path()
391 path.Buffer = ExAllocatePoolWithTag(PagedPool, path.Length, ALLOC_TAG); in registry_mark_volume_unmounted()
462 kbi = ExAllocatePoolWithTag(PagedPool, kbilen, ALLOC_TAG); in reset_subkeys()
588 kvfi = ExAllocatePoolWithTag(PagedPool, kvfilen, ALLOC_TAG); in read_mappings()
668 kvfi = ExAllocatePoolWithTag(PagedPool, kvfilen, ALLOC_TAG); in read_group_mappings()
739 kvfi = ExAllocatePoolWithTag(PagedPool, kvfilen, ALLOC_TAG); in get_registry_value()
846 kvfi = ExAllocatePoolWithTag(PagedPool, kvfilen, ALLOC_TAG); in read_registry()
[all …]
H A Dsearch.c76 path.Buffer = ExAllocatePoolWithTag(PagedPool, path.Length, ALLOC_TAG); in fs_ignored()
114 kvfi = ExAllocatePoolWithTag(PagedPool, kvfilen, ALLOC_TAG); in fs_ignored()
351 data = ExAllocatePoolWithTag(NonPagedPool, toread, ALLOC_TAG); in test_vol()
368 superblock* sb2 = ExAllocatePoolWithTag(NonPagedPool, toread, ALLOC_TAG); in test_vol()
417 mmp = ExAllocatePoolWithTag(PagedPool, mmpsize, ALLOC_TAG); in remove_drive_letter()
442 mmps2 = ExAllocatePoolWithTag(PagedPool, mmps1.Size, ALLOC_TAG); in remove_drive_letter()
487 dli = ExAllocatePoolWithTag(PagedPool, dlisize, ALLOC_TAG); in disk_arrival()
583 mdn2 = ExAllocatePoolWithTag(PagedPool, mdnsize, ALLOC_TAG);
884 context = ExAllocatePoolWithTag(PagedPool, sizeof(pnp_callback_context), ALLOC_TAG); in enqueue_pnp_callback()
972 mdn2 = ExAllocatePoolWithTag(NonPagedPool, mdnsize, ALLOC_TAG); in mountmgr_process_drive()
[all …]
H A Dsecurity.c85 sid = ExAllocatePoolWithTag(PagedPool, sidsize, ALLOC_TAG); in add_user_mapping()
132 um = ExAllocatePoolWithTag(PagedPool, sizeof(uid_map), ALLOC_TAG); in add_user_mapping()
170 sid = ExAllocatePoolWithTag(PagedPool, sidsize, ALLOC_TAG); in add_group_mapping()
216 gm = ExAllocatePoolWithTag(PagedPool, sizeof(gid_map), ALLOC_TAG); in add_group_mapping()
241 *sid = ExAllocatePoolWithTag(PagedPool, RtlLengthSid(um->sid), ALLOC_TAG); in uid_to_sid()
264 …sh = ExAllocatePoolWithTag(PagedPool, sizeof(sid_header) + ((els - 1) * sizeof(uint32_t)), ALLOC_T… in uid_to_sid()
284 sh = ExAllocatePoolWithTag(PagedPool, sizeof(sid_header), ALLOC_TAG); in uid_to_sid()
349 …sh = ExAllocatePoolWithTag(PagedPool, sizeof(sid_header) + ((els - 1) * sizeof(uint32_t)), ALLOC_T… in gid_to_sid()
385 acl = ExAllocatePoolWithTag(PagedPool, size, ALLOC_TAG); in load_default_acl()
485 fcb->sd = ExAllocatePoolWithTag(PagedPool, buflen, ALLOC_TAG); in get_top_level_sd()
[all …]
H A Dextent-tree.c95 er2 = ExAllocatePoolWithTag(PagedPool, sizeof(extent_ref), ALLOC_TAG); in add_shared_data_extent_ref()
127 er2 = ExAllocatePoolWithTag(PagedPool, sizeof(extent_ref), ALLOC_TAG); in add_shared_block_extent_ref()
158 er2 = ExAllocatePoolWithTag(PagedPool, sizeof(extent_ref), ALLOC_TAG); in add_tree_block_extent_ref()
266 ei = ExAllocatePoolWithTag(PagedPool, inline_len, ALLOC_TAG); in construct_extent_item()
334 data = ExAllocatePoolWithTag(PagedPool, len, ALLOC_TAG); in construct_extent_item()
345 data = ExAllocatePoolWithTag(PagedPool, len, ALLOC_TAG); in construct_extent_item()
493 ei = ExAllocatePoolWithTag(PagedPool, eisize, ALLOC_TAG); in increase_extent_refcount()
852 data2 = ExAllocatePoolWithTag(PagedPool, datalen, ALLOC_TAG); in increase_extent_refcount()
867 newei = ExAllocatePoolWithTag(PagedPool, tp.item->size, ALLOC_TAG); in increase_extent_refcount()
1467 newei = ExAllocatePoolWithTag(PagedPool, tp.item->size, ALLOC_TAG); in decrease_extent_refcount()
[all …]
/reactos/drivers/bus/isapnp/
H A Dpdo.c36 DeviceRelations = ExAllocatePoolWithTag(PagedPool, sizeof(*DeviceRelations), TAG_ISAPNP); in IsaPdoQueryDeviceRelations()
138 Buffer = ExAllocatePoolWithTag(PagedPool, in IsaPdoQueryId()
183 Buffer = ExAllocatePoolWithTag(PagedPool, in IsaPdoQueryId()
257 Buffer = ExAllocatePoolWithTag(PagedPool, in IsaPdoQueryId()
299 Buffer = ExAllocatePoolWithTag(PagedPool, in IsaPdoQueryId()
348 Buffer = ExAllocatePoolWithTag(PagedPool, sizeof(ReadPortId), TAG_ISAPNP); in IsaReadPortQueryId()
360 Buffer = ExAllocatePoolWithTag(PagedPool, in IsaReadPortQueryId()
435 Buffer = ExAllocatePoolWithTag(PagedPool, in IsaPdoQueryDeviceText()
495 ResourceList = ExAllocatePoolWithTag(PagedPool, ListSize, TAG_ISAPNP); in IsaPdoQueryResources()
533 RequirementsList = ExAllocatePoolWithTag(PagedPool, ListSize, TAG_ISAPNP); in IsaPdoQueryResourceRequirements()
[all …]
/reactos/drivers/filesystems/npfs/
H A Dstrucsup.c154 RootCcb = ExAllocatePoolWithTag(PagedPool, sizeof(*RootCcb), NPFS_ROOT_DCB_CCB_TAG); in NpCreateRootDcbCcb()
175 NpVcb->RootDcb = ExAllocatePoolWithTag(PagedPool, sizeof(*Dcb), NPFS_DCB_TAG); in NpCreateRootDcb()
244 Fcb = ExAllocatePoolWithTag(PagedPool, sizeof(*Fcb), NPFS_FCB_TAG); in NpCreateFcb()
254 NameBuffer = ExAllocatePoolWithTag(PagedPool, in NpCreateFcb()
318 Ccb = ExAllocatePoolWithTag(PagedPool, sizeof(*Ccb), NPFS_CCB_TAG); in NpCreateCcb()
321 CcbNonPaged = ExAllocatePoolWithTag(NonPagedPool, sizeof(*CcbNonPaged), NPFS_CCB_TAG); in NpCreateCcb()
/reactos/drivers/base/condrv/
H A Dheap.h13 ExAllocatePoolWithTag(NonPagedPool, Size, Tag)
17 ExAllocatePoolWithTag(PagedPool, Size, Tag)
/reactos/drivers/hid/hidclass/
H A Dpdo.c132 NewBuffer = ExAllocatePoolWithTag(NonPagedPool, (Length + 1) * sizeof(WCHAR), HIDCLASS_TAG); in HidClassPDO_HandleQueryDeviceId()
288 Ptr = ExAllocatePoolWithTag(NonPagedPool, (Offset + 1) * sizeof(WCHAR), HIDCLASS_TAG); in HidClassPDO_HandleQueryHardwareId()
328 Buffer = ExAllocatePoolWithTag(NonPagedPool, 5 * sizeof(WCHAR), HIDCLASS_TAG); in HidClassPDO_HandleQueryInstanceId()
356 Buffer = ExAllocatePoolWithTag(NonPagedPool, 2 * sizeof(WCHAR), HIDCLASS_TAG); in HidClassPDO_HandleQueryCompatibleId()
471 … BusInformation = ExAllocatePoolWithTag(NonPagedPool, sizeof(PNP_BUS_INFORMATION), HIDCLASS_TAG); in HidClassPDO_PnP()
512 … DeviceRelation = ExAllocatePoolWithTag(NonPagedPool, sizeof(DEVICE_RELATIONS), HIDCLASS_TAG); in HidClassPDO_PnP()
682 DeviceRelations = ExAllocatePoolWithTag(PagedPool, Length, HIDCLASS_TAG); in HidClassPDO_CreatePDO()
/reactos/drivers/filesystems/udfs/
H A Dudf_dbg.h176 #define DbgAllocatePoolWithTag(a,b,c) ExAllocatePoolWithTag(a,b,c)
177 #define DbgAllocatePool(x,y) ExAllocatePoolWithTag(x,y,'Fnwd')
259 #define DbgAllocatePool(x,y) ExAllocatePoolWithTag(x,y,'Fnwd')
261 #define DbgAllocatePoolWithTag(a,b,c) ExAllocatePoolWithTag(a,b,c)
/reactos/ntoskrnl/io/pnpmgr/
H A Dpnputil.c85 *UnicodeStringList = ExAllocatePoolWithTag(PagedPool, in PnpRegMultiSzToUnicodeStrings()
104 (*UnicodeStringList)[i].Buffer = ExAllocatePoolWithTag(PagedPool, in PnpRegMultiSzToUnicodeStrings()
142 (*UnicodeStringList)[i].Buffer = ExAllocatePoolWithTag(PagedPool, in PnpRegMultiSzToUnicodeStrings()
/reactos/drivers/bus/acpi/
H A Dmain.c121 deviceName = ExAllocatePoolWithTag(NonPagedPool, nameLength, 'MpcA'); in Bus_AddDevice()
410 ValueInfo = ExAllocatePoolWithTag(PagedPool, BufferLength, 'MpcA'); in AcpiRegQueryValue()
522 ProcessorIdentifier = ExAllocatePoolWithTag(PagedPool, Length, 'IpcA'); in GetProcessorInformation()
553 ProcessorNameString = ExAllocatePoolWithTag(PagedPool, Length, 'IpcA'); in GetProcessorInformation()
589 ProcessorVendorIdentifier = ExAllocatePoolWithTag(PagedPool, Length, 'IpcA'); in GetProcessorInformation()
649 HardwareIdsBuffer = ExAllocatePoolWithTag(PagedPool, HardwareIdsLength, 'IpcA'); in GetProcessorInformation()
684 ProcessorIdString = ExAllocatePoolWithTag(PagedPool, Length, 'IpcA'); in GetProcessorInformation()
/reactos/win32ss/drivers/videoprt/
H A Dregistry.c56 InfoBuffer = ExAllocatePoolWithTag(PagedPool, in IntCopyRegistryKey()
158 InfoBuffer = ExAllocatePoolWithTag(PagedPool, in IntCopyRegistryKey()
258 ValueInformation = ExAllocatePoolWithTag(PagedPool, Length, TAG_VIDEO_PORT_BUFFER); in IntCopyRegistryValue()
390 DestinationString->Buffer = ExAllocatePoolWithTag(PagedPool, DestMaxLength, TAG_VIDEO_PORT); in IntDuplicateUnicodeString()
513 DeviceExtension->NewRegistryPath.Buffer = ExAllocatePoolWithTag(PagedPool, in IntCreateNewRegistryPath()
680 DeviceRegistryPath->Buffer = ExAllocatePoolWithTag(PagedPool, in IntCreateRegistryPath()
715 DeviceRegistryPath->Buffer = ExAllocatePoolWithTag(NonPagedPool, in IntCreateRegistryPath()
/reactos/drivers/network/afd/afd/
H A Dtdiconn.c88 A = ExAllocatePoolWithTag(NonPagedPool, in TaCopyTransportAddress()
122 A = ExAllocatePoolWithTag(NonPagedPool, AddrLen, TAG_AFD_TRANSPORT_ADDRESS); in TaBuildNullTransportAddress()
195 ExAllocatePoolWithTag(NonPagedPool, in TdiBuildNullConnectionInfo()
H A Devent.c58 ReceiveBuffer = ExAllocatePoolWithTag(NonPagedPool, in AfdEventReceive()
67 Buffer = (PAFD_BUFFER)ExAllocatePoolWithTag(NonPagedPool, in AfdEventReceive()
158 ReceiveBuffer = ExAllocatePoolWithTag(NonPagedPool, in AfdEventReceiveDatagramHandler()
167 Buffer = (PAFD_BUFFER)ExAllocatePoolWithTag(NonPagedPool, in AfdEventReceiveDatagramHandler()
/reactos/sdk/lib/drivers/arbiter/
H A Darbiter.c307 Arbiter->MutexEvent = ExAllocatePoolWithTag(NonPagedPool, sizeof(KEVENT), TAG_ARBITER); in ArbInitializeArbiterInstance()
316 Arbiter->AllocationStack = ExAllocatePoolWithTag(PagedPool, PAGE_SIZE, TAG_ARB_ALLOCATION); in ArbInitializeArbiterInstance()
326 Arbiter->Allocation = ExAllocatePoolWithTag(PagedPool, sizeof(RTL_RANGE_LIST), TAG_ARB_RANGE); in ArbInitializeArbiterInstance()
335 …Arbiter->PossibleAllocation = ExAllocatePoolWithTag(PagedPool, sizeof(RTL_RANGE_LIST), TAG_ARB_RAN… in ArbInitializeArbiterInstance()
/reactos/ntoskrnl/fstub/
H A Ddisksup.c341 Devices = ExAllocatePoolWithTag(PagedPool | POOL_COLD_ALLOCATION, in IopComputeHarddiskDerangements()
466 Target = ExAllocatePoolWithTag(PagedPool, in HalpNextMountLetter()
942 Buffer1 = ExAllocatePoolWithTag(NonPagedPool, 128, TAG_FSTUB); in xHalIoAssignDriveLetters()
943 Buffer2 = ExAllocatePoolWithTag(NonPagedPool, 64, TAG_FSTUB); in xHalIoAssignDriveLetters()
1400 Event = ExAllocatePoolWithTag(NonPagedPool, in HalpGetFullGeometry()
1572 DiskGeometry = ExAllocatePoolWithTag(NonPagedPool, in xHalGetPartialGeometry()
1578 IoStatusBlock = ExAllocatePoolWithTag(NonPagedPool, in xHalGetPartialGeometry()
1584 Event = ExAllocatePoolWithTag(NonPagedPool, in xHalGetPartialGeometry()
1667 Buffer = ExAllocatePoolWithTag(NonPagedPool, in xHalExamineMBR()
1799 *PartitionBuffer = ExAllocatePoolWithTag(NonPagedPool, in xHalIoReadPartitionTable()
[all …]
/reactos/drivers/bus/pcix/pci/
H A Did.c56 Buffer = ExAllocatePoolWithTag(PagedPool, TextLength, 'BicP'); in PciGetDescriptionMessage()
102 Message = ExAllocatePoolWithTag(PagedPool, sizeof(L"PCI Device"), 'bicP'); in PciGetDeviceDescriptionMessage()
362 StringBuffer = ExAllocatePoolWithTag(PagedPool, IdBuffer.TotalLength, 'BicP'); in PciQueryId()
432 LocationBuffer = ExAllocatePoolWithTag(PagedPool, in PciQueryDeviceText()

12345678910>>...21