ReactOS 0.4.16-dev-338-g34e76ad
|
Go to the source code of this file.
__drv_maxIRQL | ( | DISPATCH_LEVEL | ) |
_Must_inspect_result_ __drv_maxIRQL | ( | PASSIVE_LEVEL | ) |
_Must_inspect_result_ __in WDFUSBPIPE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS __in_xcount | ( | "union bug in SAL" | ) |
Definition at line 668 of file fxusbpipeapi.cpp.
DoTraceLevelMessage | ( | GetFxDriverGlobals(DriverGlobals) | , |
TRACE_LEVEL_VERBOSE | , | ||
TRACINGIOTARGET | , | ||
"WDFUSBPIPE %p" | , | ||
Pipe | |||
) |
DoTraceLevelMessage | ( | GetFxDriverGlobals(DriverGlobals) | , |
TRACE_LEVEL_VERBOSE | , | ||
TRACINGIOTARGET | , | ||
"WDFUSBPIPE % | p, | ||
WDFREQUEST % | p, | ||
WDFMEMORY %p" | , | ||
Pipe | , | ||
Request | , | ||
WriteMemory | |||
) |
DoTraceLevelMessage | ( | pFxDriverGlobals | , |
TRACE_LEVEL_VERBOSE | , | ||
TRACINGIOTARGET | , | ||
"Pipe %p" | , | ||
Pipe | |||
) |
DoTraceLevelMessage | ( | pFxDriverGlobals | , |
TRACE_LEVEL_VERBOSE | , | ||
TRACINGIOTARGET | , | ||
"Pipe % | p | ||
) |
DoTraceLevelMessage | ( | pFxDriverGlobals | , |
TRACE_LEVEL_VERBOSE | , | ||
TRACINGIOTARGET | , | ||
"Pipe % | p, | ||
Request %p" | , | ||
Pipe | , | ||
Request | |||
) |
DoTraceLevelMessage | ( | pFxDriverGlobals | , |
TRACE_LEVEL_VERBOSE | , | ||
TRACINGIOTARGET | , | ||
"Pipe % | p, | ||
Request % | p, | ||
Memory %p" | , | ||
Pipe | , | ||
Request | , | ||
UrbMemory | |||
) |
DoTraceLevelMessage | ( | pFxDriverGlobals | , |
TRACE_LEVEL_VERBOSE | , | ||
TRACINGIOTARGET | , | ||
"Pipe % | p, | ||
Request % | p, | ||
Memory % | p, | ||
status %!STATUS!" | , | ||
Pipe | , | ||
Request | , | ||
UrbMemory | , | ||
status | |||
) |
DoTraceLevelMessage | ( | pFxDriverGlobals | , |
TRACE_LEVEL_VERBOSE | , | ||
TRACINGIOTARGET | , | ||
"Pipe % | p, | ||
Request % | p, | ||
status %!STATUS!" | , | ||
Pipe | , | ||
Request | , | ||
status | |||
) |
DoTraceLevelMessage | ( | pFxDriverGlobals | , |
TRACE_LEVEL_VERBOSE | , | ||
TRACINGIOTARGET | , | ||
"WDFUSBPIPE %p reset" | , | ||
Pipe | |||
) |
DoTraceLevelMessage | ( | pFxDriverGlobals | , |
TRACE_LEVEL_VERBOSE | , | ||
TRACINGIOTARGET | , | ||
"WDFUSBPIPE %p | reset, | ||
%!STATUS!" | , | ||
Pipe | , | ||
status | |||
) |
DoTraceLevelMessage | ( | pFxDriverGlobals | , |
TRACE_LEVEL_VERBOSE | , | ||
TRACINGIOTARGET | , | ||
"WDFUSBPIPE %p" | , | ||
Pipe | |||
) |
Referenced by __in_xcount(), and if().
DoTraceLevelMessage | ( | pFxDriverGlobals | , |
TRACE_LEVEL_VERBOSE | , | ||
TRACINGIOTARGET | , | ||
"WDFUSBPIPE % | p, | ||
%!STATUS!" | , | ||
Pipe | , | ||
status | |||
) |
FxObjectHandleGetPtr | ( | GetFxDriverGlobals(DriverGlobals) | , |
Pipe | , | ||
FX_TYPE_IO_TARGET_USB_PIPE | , | ||
(PVOID *) & | pUsbPipe | ||
) |
FxObjectHandleGetPtr | ( | pFxDriverGlobals | , |
Request | , | ||
FX_TYPE_REQUEST | , | ||
(PVOID *) & | pRequest | ||
) |
FxObjectHandleGetPtr | ( | pFxDriverGlobals | , |
UrbMemory | , | ||
IFX_TYPE_MEMORY | , | ||
(PVOID *) & | pMemory | ||
) |
FxObjectHandleGetPtrAndGlobals | ( | GetFxDriverGlobals(DriverGlobals) | , |
Pipe | , | ||
FX_TYPE_IO_TARGET_USB_PIPE | , | ||
(PVOID *) & | pUsbPipe, | ||
& | pFxDriverGlobals | ||
) |
Referenced by __in_xcount().
FxPointerNotNull | ( | pFxDriverGlobals | , |
Config | |||
) |
FxPointerNotNull | ( | pFxDriverGlobals | , |
PipeInformation | |||
) |
pUsbPipe GetInformation | ( | PipeInformation | ) |
if | ( | ! | NT_SUCCESSstatus | ) |
Definition at line 346 of file fxusbpipeapi.cpp.
if | ( | (pUsbPipe->IsType(WdfUsbPipeTypeBulk)|| pUsbPipe->IsType(WdfUsbPipeTypeInterrupt)) | = = FALSE | ) |
Definition at line 379 of file fxusbpipeapi.cpp.
if | ( | ) |
Definition at line 795 of file fxusbpipeapi.cpp.
Definition at line 327 of file fxusbpipeapi.cpp.
if | ( | Config->Size ! | = sizeof(WDF_USB_CONTINUOUS_READER_CONFIG) | ) |
Definition at line 316 of file fxusbpipeapi.cpp.
if | ( | NT_SUCCESS(status) | ) |
Definition at line 475 of file fxusbpipeapi.cpp.
if | ( | pUsbPipe-> | IsOutEndpoint() | ) |
Definition at line 392 of file fxusbpipeapi.cpp.
if | ( | UrbOffsets ! | = NULL && UrbOffsets->BufferOffset , |
0 | |||
) |
Definition at line 791 of file fxusbpipeapi.cpp.
Referenced by FxUsbPipe::FormatTransferRequest().
Referenced by FxUsbPipe::FormatTransferRequest().
FxSyncRequest request | ( | pFxDriverGlobals | , |
& | context, | ||
Request | |||
) |
buf SetMemory | ( | pMemory | , |
UrbOffsets | |||
) |
pUsbPipe SetNoCheckPacketSize | ( | ) |
Definition at line 761 of file fxusbpipeapi.cpp.
Referenced by __in_xcount().
bufferSize = pMemory->GetBufferSize() |
Definition at line 763 of file fxusbpipeapi.cpp.
Referenced by if().
_Must_inspect_result_ __in WDFUSBPIPE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS __in_opt PWDF_MEMORY_DESCRIPTOR __out_opt PULONG BytesRead |
Definition at line 235 of file fxusbpipeapi.cpp.
_Must_inspect_result_ __in WDFUSBPIPE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS __in_opt PWDF_MEMORY_DESCRIPTOR __out_opt PULONG BytesWritten |
Definition at line 170 of file fxusbpipeapi.cpp.
Definition at line 298 of file fxusbpipeapi.cpp.
Referenced by __in_xcount().
_Must_inspect_result_ __in WDFUSBPIPE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS __in_opt PWDF_MEMORY_DESCRIPTOR MemoryDescriptor |
Definition at line 168 of file fxusbpipeapi.cpp.
PFX_DRIVER_GLOBALS pFxDriverGlobals |
Definition at line 47 of file fxusbpipeapi.cpp.
Referenced by __in_xcount(), and if().
_Must_inspect_result_ __in WDFUSBPIPE Pipe |
Definition at line 40 of file fxusbpipeapi.cpp.
__in WDFUSBPIPE __out PWDF_USB_PIPE_INFORMATION PipeInformation |
Definition at line 42 of file fxusbpipeapi.cpp.
IFxMemory* pMemory |
Definition at line 758 of file fxusbpipeapi.cpp.
Referenced by if().
FxRequest* pRequest |
Definition at line 506 of file fxusbpipeapi.cpp.
FxUsbPipe * pUsbPipe |
Definition at line 48 of file fxusbpipeapi.cpp.
Referenced by __in_xcount(), FxUsbPipe::_FormatTransfer(), FxUsbPipe::_SendTransfer(), and if().
_Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST __in_opt WDFMEMORY ReadMemory |
Definition at line 266 of file fxusbpipeapi.cpp.
_Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST __in_opt WDFMEMORY __in_opt PWDFMEMORY_OFFSET ReadOffsets |
Definition at line 268 of file fxusbpipeapi.cpp.
Referenced by FxRequestContext::FormatReadParams().
_Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST Request |
Definition at line 164 of file fxusbpipeapi.cpp.
_Must_inspect_result_ __in WDFUSBPIPE __in_opt WDFREQUEST __in_opt PWDF_REQUEST_SEND_OPTIONS RequestOptions |
Definition at line 166 of file fxusbpipeapi.cpp.
Definition at line 305 of file fxusbpipeapi.cpp.
Referenced by __in_xcount(), and if().
size_t total |
Definition at line 306 of file fxusbpipeapi.cpp.
Referenced by ACTION_InstallValidate(), append_multi_sz_value(), AVISplitter_InputPin_PreConnect(), CheckInvariant(), chm_retrieve_object(), ConWrite(), CreateEnhMetaFileA(), ddraw2_GetAvailableVidMem(), ddraw4_GetAvailableVidMem(), ddraw7_GetAvailableVidMem(), debugsystemobjects_GetTotalNumberThreads(), DECLARE_INTERFACE_(), dialog_parse_groups(), dialog_vcl_add_drives(), drive_get_TotalSize(), EMFDC_GdiComment(), EMFDC_WriteEscape(), EMFDC_WriteNamedEscape(), EMFDRV_GdiComment(), enum_compressors(), ExtractCabinet(), fgetcSocket(), FILEDLG95_Handle_GetFilePath(), FSE_buildCTable_wksp(), FSE_normalizeCount(), FSE_normalizeM2(), ft_stroke_border_arcto(), ft_stroker_arcto(), FTC_SNode_New(), FxPoolAddHeaderSize(), get_subtests(), GetDiskInfoA(), CardRegion::GetOverlapRatio(), HUF_readStats(), InfpSubstituteString(), MCI_GetDWord(), MDI_CalcDefaultChildPos(), MDICascade(), MDITile(), MPEGSplitter_pre_connect(), MSSTYLES_GetNextInteger(), otv_Coverage_validate(), para_num_get_str(), PARSER_string_substW(), pdb_process_types(), PlayMetaFileRecord(), PlusMinusTest::plus0(), REGION_SetPolyPolygonRgn(), s_sum_complex_array(), send_file(), SetupCreateDiskSpaceListW(), SetupGetLineTextA(), SetupGetLineTextW(), SetupGetMultiSzFieldA(), SetupGetMultiSzFieldW(), shader_init(), shader_signature_calculate_strings_length(), SHELL_BuildEnvW(), t2_hints_stems(), tcp_send(), test_EnumCodePages(), test_EnumColorProfilesA(), test_EnumColorProfilesW(), test_EnumScripts(), test_GetDiskInfoA(), test_GetSystemDirectory(), test_GetWindowsDirectory(), test_ScriptPlace(), test_Win32_QuickFixEngineering(), test_window_tree(), TimesTest::times(), upcall_marshall(), IFxMemory::ValidateMemoryOffsets(), verify_dir_item(), TConsole::WriteCtrlString(), xsltApplyXSLTTemplate(), and ZSTD_entropyCost().
_Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST __in WDFMEMORY UrbMemory |
Definition at line 750 of file fxusbpipeapi.cpp.
_Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST __in WDFMEMORY __in_opt PWDFMEMORY_OFFSET UrbOffsets |
Definition at line 835 of file fxusbpipeapi.cpp.
_Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST __in_opt WDFMEMORY WriteMemory |
Definition at line 200 of file fxusbpipeapi.cpp.
_Must_inspect_result_ __in WDFUSBPIPE __in WDFREQUEST __in_opt WDFMEMORY __in_opt PWDFMEMORY_OFFSET WriteOffsets |
Definition at line 202 of file fxusbpipeapi.cpp.
Referenced by FxRequestContext::FormatWriteParams().