Lines Matching refs:be

10  * may not be used to create, or enable the creation or redistribution of,
83 * @discussion Any argument may be passed as NULL if not passed by the caller.
89 * This parameter is only set for large structures, and if set structureInput will be NULL.
92 * @field structureOutput An OSData to be returned to the caller as structure output.
93 * This field should be set by the driver to an OSData object it created with
94 * the data to be returned, and the OSData instance will be released by the OS.
100 …* It is only retained during the invocation of ExternalMethod and should be retained …
129 * kIOReturnNoCompletion will be returned for the caller to implement the method.
131 * if true completion field must be set,
132 * if false must be zero,
187 * Any argument may be passed as NULL if not passed by the caller.
195 * implementation may be called with a non-NULL argument to check
220 * @param status An IOReturn status value to be sent.
221 * @param asyncData An array of scalar data to be sent.
232 * @brief Return an IOMemoryDescriptor to be mapped into the client task.
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…
252 * kIOMemoryDirectionIn memory described will be writable
253 * kIOMemoryDirectionOut memory described will be readable
270 …* @param entitlements Dictionary of entitlements given to the owning task. To be released by ca…