Searched refs:kIOUCVariableStructureSize (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOUserClient.h56 @constant kIOUCVariableStructureSize Use in the structures IOExternalMethod, IOExternalAsyncMethod, IOExternalMethodDispatch to specify the size of the structure is variable.
59 kIOUCVariableStructureSize = 0xffffffff enumerator in enum:__anon637
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp3491 if( (kIOUCVariableStructureSize != method->count1)
3564 if( (kIOUCVariableStructureSize != method->count1)
3657 if( (kIOUCVariableStructureSize != method->count0)
3663 if( (kIOUCVariableStructureSize != method->count1)
3734 if( (kIOUCVariableStructureSize != method->count0)
3740 if( (kIOUCVariableStructureSize != method->count1)
3830 if( (kIOUCVariableStructureSize != method->count0)
3836 if( (kIOUCVariableStructureSize != method->count1)
3884 if( (kIOUCVariableStructureSize != method->count0)
3890 if( (kIOUCVariableStructureSize !
[all...]

Completed in 28 milliseconds