Lines Matching refs:param
191 * @param selector Selector argument to IOConnectMethod.
192 * @param arguments Structure describing all arguments being passed to IOConnectMethod.
194 * @param dispatch NULL when called in the driver. The IOUserClient::ExternalMethod()
200 * @param target Target for the dispatch function
201 * @param reference Reference constant for the dispatch function
219 * @param action OSAction passed to IOExternalMethod().
220 * @param status An IOReturn status value to be sent.
221 * @param asyncData An array of scalar data to be sent.
222 * @param asyncDataCount Count of valid data in asyncData.
236 * @param type Type parameter IOConnectMapMemory()/UnmapMemory().
237 …* @param options Set kIOUserClientMemoryReadOnly for memory to be mapped read only in the cl…
238 …* @param memory An instance of IOMemoryDescriptor on success. One reference will be consumed…
251 * @param memoryDescriptorCreateOptions
254 * @param segmentsCount Number of valid address ranges being passed
256 * @param segments Array of address ranges.
257 * @param memory Returned IOMemoryDescriptor object with +1 retain count.
270 …* @param entitlements Dictionary of entitlements given to the owning task. To be released by ca…