Searched refs:__out_bcount_part_opt (Results 1 – 9 of 9) sorted by relevance
/reactos/sdk/lib/drivers/wdf/shared/targets/general/km/ |
H A D | fxiotargetapikm.cpp | 259 __drv_when(BufferLength != 0, __out_bcount_part_opt(BufferLength, *ResultLength)) in __drv_maxIRQL()
|
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/ |
H A D | fxusbdeviceapi.cpp | 334 __out_bcount_part_opt(*ConfigDescriptorLength, *ConfigDescriptorLength) in __drv_maxIRQL() 1371 …__drv_when(CapabilityBufferLength != 0 && ResultLength != NULL, __out_bcount_part_opt(CapabilityBu… in __drv_maxIRQL()
|
/reactos/sdk/include/psdk/ |
H A D | sal_old.h | 281 #define __out_bcount_part_opt(size,length) __out_bcount_part(size,length) __exceptthat __maybenull macro 282 #define __out_bcount_part_z_opt(size,length) __out_bcount_part_opt(size,length) __post __nulltermin…
|
H A D | specstrings_undef.h | 61 #undef __out_bcount_part_opt
|
H A D | specstrings_strict.h | 252 #define __out_bcount_part_opt(size,len) __allowed(on_parameter) macro
|
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/ |
H A D | fxusbdevice.hpp | 435 …__drv_when(CapabilityBufferLength != 0 && ResultLength != NULL, __out_bcount_part_opt(CapabilityBu…
|
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/um/ |
H A D | fxusbdeviceum.cpp | 595 …__drv_when(CapabilityBufferLength != 0 && ResultLength != NULL, __out_bcount_part_opt(CapabilityBu…
|
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/km/ |
H A D | fxusbdevicekm.cpp | 762 …__drv_when(CapabilityBufferLength != 0 && ResultLength != NULL, __out_bcount_part_opt(CapabilityBu…
|
/reactos/sdk/include/vcruntime/ |
H A D | ms_sal.h | 2726 #define __out_bcount_part_opt(size,length) _SAL1_Source_(__out_bcount_part_op… macro 2732 … _SAL1_Source_(__out_bcount_part_z_opt, (size,length), __out_bcount_part_opt(size,lengt…
|