Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbstor/
H A Dpdo.c212 DeviceId.Buffer = ExAllocatePoolWithTag(PagedPool, DeviceId.MaximumLength, USB_STOR_TAG); in USBSTOR_PdoHandleQueryDeviceId()
366 Buffer = ExAllocatePoolWithTag(PagedPool, TotalLength * sizeof(WCHAR), USB_STOR_TAG); in USBSTOR_PdoHandleQueryHardwareId()
415 InstanceId = ExAllocatePoolWithTag(PagedPool, Length * sizeof(WCHAR), USB_STOR_TAG); in USBSTOR_PdoHandleQueryCompatibleId()
466 InstanceId = ExAllocatePoolUninitialized(PagedPool, CharCount * sizeof(WCHAR), USB_STOR_TAG); in USBSTOR_PdoHandleQueryInstanceId()
518 DeviceRelations = ExAllocatePoolWithTag(PagedPool, sizeof(DEVICE_RELATIONS), USB_STOR_TAG); in USBSTOR_PdoHandleDeviceRelations()
712 USB_STOR_TAG); in USBSTOR_SendInternalCdb()
718 USB_STOR_TAG); in USBSTOR_SendInternalCdb()
730 ExFreePoolWithTag(SenseBuffer, USB_STOR_TAG); in USBSTOR_SendInternalCdb()
731 ExFreePoolWithTag(Srb, USB_STOR_TAG); in USBSTOR_SendInternalCdb()
808 ExFreePoolWithTag(SenseBuffer, USB_STOR_TAG); in USBSTOR_SendInternalCdb()
[all …]
H A Dfdo.c64 …ag(PagedPool, sizeof(DEVICE_RELATIONS) + (DeviceCount - 1) * sizeof(PDEVICE_OBJECT), USB_STOR_TAG); in USBSTOR_FdoHandleDeviceRelations()
122 ExFreePoolWithTag(DeviceExtension->DeviceDescriptor, USB_STOR_TAG); in USBSTOR_FdoHandleRemoveDevice()
124 ExFreePoolWithTag(DeviceExtension->ConfigurationDescriptor, USB_STOR_TAG); in USBSTOR_FdoHandleRemoveDevice()
126 ExFreePoolWithTag(DeviceExtension->InterfaceInformation, USB_STOR_TAG); in USBSTOR_FdoHandleRemoveDevice()
130 ExFreePoolWithTag(DeviceExtension->SerialNumber, USB_STOR_TAG); in USBSTOR_FdoHandleRemoveDevice()
H A Dmisc.c128 return ExAllocatePoolZero(PoolType, ItemSize, USB_STOR_TAG); in AllocateItem()
135 ExFreePoolWithTag(Item, USB_STOR_TAG); in FreeItem()
180 Buffer = (PUCHAR)ExAllocatePoolWithTag(NonPagedPool, sizeof(UCHAR), USB_STOR_TAG); in USBSTOR_GetMaxLUN()
214 ExFreePoolWithTag(Buffer, USB_STOR_TAG); in USBSTOR_GetMaxLUN()
H A Derror.c200 ExFreePoolWithTag(WorkItemData, USB_STOR_TAG); in USBSTOR_TimerWorkerRoutine()
247 USB_STOR_TAG); in USBSTOR_TimerRoutine()
H A Dusbstor.h11 #define USB_STOR_TAG 'sbsu' macro
H A Ddisk.c452USB_STOR_TAG); in USBSTOR_HandleDeviceControl()
/reactos/drivers/usb/usbstor_new/
H A Dpdo.c1023 USB_STOR_TAG); in USBSTOR_AllocateIrp()
1043 USB_STOR_TAG); in USBSTOR_AllocateIrp()
1050 ExFreePoolWithTag(Request, USB_STOR_TAG); in USBSTOR_AllocateIrp()
1064 ExFreePoolWithTag(Request->DataBuffer, USB_STOR_TAG); in USBSTOR_AllocateIrp()
1065 ExFreePoolWithTag(Request, USB_STOR_TAG); in USBSTOR_AllocateIrp()
1178 ExFreePoolWithTag(Request->DataBuffer, USB_STOR_TAG); in USBSTOR_SendIrp()
1185 ExFreePoolWithTag(Request, USB_STOR_TAG); in USBSTOR_SendIrp()
1272 ExFreePoolWithTag(Response, USB_STOR_TAG); in USBSTOR_SendFormatCapacityIrp()
H A Derror.c271 ExFreePoolWithTag(WorkItemData, USB_STOR_TAG); in ErrorHandlerWorkItemRoutine()
329 ExFreePoolWithTag(WorkItemData, USB_STOR_TAG); in USBSTOR_TimerWorkerRoutine()
394 USB_STOR_TAG); in USBSTOR_TimerRoutine()
H A Dmisc.c253 return ExAllocatePoolZero(PoolType, ItemSize, USB_STOR_TAG); in AllocateItem()
263 ExFreePoolWithTag(Item, USB_STOR_TAG); in FreeItem()
H A Dusbstor.h10 #define USB_STOR_TAG 'sbsu' macro
H A Ddisk.c586USB_STOR_TAG); in USBSTOR_HandleDeviceControl()
H A Dscsi.c131 …rkItemData = ExAllocatePoolWithTag(NonPagedPool, sizeof(ERRORHANDLER_WORKITEM_DATA), USB_STOR_TAG); in USBSTOR_QueueWorkItem()