Home
last modified time | relevance | path

Searched refs:structureOutputDescriptor (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/iokit/DriverKit/
H A DIOUserClient.iig95 …* 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,
/xnu-8796.121.2/iokit/IOKit/
H A DIOUserClient.h145 IOMemoryDescriptor * structureOutputDescriptor; member
/xnu-8796.121.2/iokit/Kernel/
H A DIOUserClient.cpp4838 args.structureOutputDescriptor = NULL; in is_io_connect_method_var_output()
4959 args.structureOutputDescriptor = outputMD; in is_io_connect_method()
5075 args.structureOutputDescriptor = outputMD; in is_io_connect_async_method()
6387 && (count != ((args->structureOutputDescriptor) in dispatchExternalMethod()
6388 ? args->structureOutputDescriptor->getLength() : args->structureOutputSize))) { in dispatchExternalMethod()
6439 && (count != ((args->structureOutputDescriptor) in externalMethod()
6440 ? args->structureOutputDescriptor->getLength() : args->structureOutputSize))) { in externalMethod()
6454 if (args->structureInputDescriptor || args->structureOutputDescriptor) { in externalMethod()
H A DIOUserServer.cpp6040 IOMemoryDescriptor * structureOutputDescriptor, in _ExternalMethod_Impl() argument
6114 } else if (args->structureOutputDescriptor) { in externalMethod()
6115 structureOutputSize = args->structureOutputDescriptor->getLength(); in externalMethod()
6123 structureOutputSize, &structureOutput, args->structureOutputDescriptor, in externalMethod()