Searched refs:structureOutputDescriptor (Results 1 – 4 of 4) sorted by relevance
95 …* It is an error for the driver to set this field if structureOutputDescriptor was pa…96 …* @field structureOutputDescriptor A IOMemoryDescriptor specified by the caller for structur…115 IOMemoryDescriptor * structureOutputDescriptor;289 IOMemoryDescriptor * structureOutputDescriptor,
145 IOMemoryDescriptor * structureOutputDescriptor; member
4945 args.structureOutputDescriptor = NULL; in is_io_connect_method_var_output()5066 args.structureOutputDescriptor = outputMD; in is_io_connect_method()5182 args.structureOutputDescriptor = outputMD; in is_io_connect_async_method()6488 && (count != ((args->structureOutputDescriptor) in dispatchExternalMethod()6489 ? args->structureOutputDescriptor->getLength() : args->structureOutputSize))) { in dispatchExternalMethod()6540 && (count != ((args->structureOutputDescriptor) in externalMethod()6541 ? args->structureOutputDescriptor->getLength() : args->structureOutputSize))) { in externalMethod()6555 if (args->structureInputDescriptor || args->structureOutputDescriptor) { in externalMethod()
6198 IOMemoryDescriptor * structureOutputDescriptor, in _ExternalMethod_Impl() argument6272 } else if (args->structureOutputDescriptor) { in externalMethod()6273 structureOutputSize = args->structureOutputDescriptor->getLength(); in externalMethod()6281 structureOutputSize, &structureOutput, args->structureOutputDescriptor, in externalMethod()