Lines Matching refs:IOUserClient
31 #include <IOKit/IOUserClient.h>
67 * @abstract Constant to denote a variable length structure argument to IOUserClient.
158 * @class IOUserClient
161 * IOUserClient represents a connection opened by IOServiceOpen in the IOKit.framework.
164 * An application may open an IOUserClient by calling IOServiceOpen(). This results in a call
167 * As an IOService subclass, IOUserClient receives the normal Start()/Stop() lifecyle calls.
175 class KERNEL IOUserClient : public IOService
190 * queue for the IOUserClient object if one was not set.
194 * @param dispatch NULL when called in the driver. The IOUserClient::ExternalMethod()
234 …* an IOMemoryDescriptor instance for shared memory. For a given IOUserClient instance…
290 OSAction * completion TYPE(IOUserClient::AsyncCompletion)) LOCAL
300 TYPE(IOUserClient::AsyncCompletion);