Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbport/
H A Dendpoint.c473 PUSBPORT_PIPE_HANDLE CurrentHandle; in USBPORT_ValidatePipeHandle() local
483 CurrentHandle = CONTAINING_RECORD(HandleList, in USBPORT_ValidatePipeHandle()
489 if (CurrentHandle == PipeHandle) in USBPORT_ValidatePipeHandle()
H A Ddevice.c807 PUSBPORT_DEVICE_HANDLE CurrentHandle; in USBPORT_ValidateDeviceHandle() local
821 CurrentHandle = CONTAINING_RECORD(HandleList, in USBPORT_ValidateDeviceHandle()
825 if (CurrentHandle == DeviceHandle) in USBPORT_ValidateDeviceHandle()