Lines Matching refs:an
11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
93 * This field should be set by the driver to an OSData object it created with
95 …* It is an error for the driver to set this field if structureOutputDescriptor was pa…
99 …* @field completion For IOConnectAsyncMethod, an OSAction used to deliver async data to the …
164 * An application may open an IOUserClient by calling IOServiceOpen(). This results in a call
165 * to the IOService::NewUserClient API to create an instance representing the connection.
167 * As an IOService subclass, IOUserClient receives the normal Start()/Stop() lifecyle calls.
217 …* @discussion IOConnectAsyncMethod calls from the owner of the connection come will pass an OSAct…
232 * @brief Return an IOMemoryDescriptor to be mapped into the client task.
234 …* an IOMemoryDescriptor instance for shared memory. For a given IOUserClient instance…