Searched refs:AppleSamplePCIUserClient (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCIUserClient.cpp2 * AppleSamplePCIUserClient implementation.
21 OSDefineMetaClassAndStructors( AppleSamplePCIUserClient, IOUserClient );
24 * Since this sample uses the IOUserClientClass property, the AppleSamplePCIUserClient
31 bool AppleSamplePCIUserClient::initWithTask( task_t owningTask, void * securityID,
34 IOLog("AppleSamplePCIUserClient::initWithTask(type %ld)\n", type);
41 bool AppleSamplePCIUserClient::start( IOService * provider )
43 IOLog("AppleSamplePCIUserClient::start\n");
81 IOReturn AppleSamplePCIUserClient::clientClose( void )
93 void AppleSamplePCIUserClient::stop( IOService * provider )
95 IOLog("AppleSamplePCIUserClient
[all...]
H A DAppleSamplePCI.h34 class AppleSamplePCIUserClient : public IOUserClient class in inherits:IOUserClient
41 OSDeclareDefaultStructors( AppleSamplePCIUserClient );

Completed in 121 milliseconds