Searched refs:USB_STOR_TAG (Results 1 – 12 of 12) sorted by relevance
/reactos/drivers/usb/usbstor/ |
H A D | pdo.c | 212 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 D | fdo.c | 64 …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 D | misc.c | 128 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 D | error.c | 200 ExFreePoolWithTag(WorkItemData, USB_STOR_TAG); in USBSTOR_TimerWorkerRoutine() 247 USB_STOR_TAG); in USBSTOR_TimerRoutine()
|
H A D | usbstor.h | 11 #define USB_STOR_TAG 'sbsu' macro
|
H A D | disk.c | 452 … USB_STOR_TAG); in USBSTOR_HandleDeviceControl()
|
/reactos/drivers/usb/usbstor_new/ |
H A D | pdo.c | 1023 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 D | error.c | 271 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 D | misc.c | 253 return ExAllocatePoolZero(PoolType, ItemSize, USB_STOR_TAG); in AllocateItem() 263 ExFreePoolWithTag(Item, USB_STOR_TAG); in FreeItem()
|
H A D | usbstor.h | 10 #define USB_STOR_TAG 'sbsu' macro
|
H A D | disk.c | 586 … USB_STOR_TAG); in USBSTOR_HandleDeviceControl()
|
H A D | scsi.c | 131 …rkItemData = ExAllocatePoolWithTag(NonPagedPool, sizeof(ERRORHANDLER_WORKITEM_DATA), USB_STOR_TAG); in USBSTOR_QueueWorkItem()
|