• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/

Lines Matching refs:IOUserClient

32 #include <IOKit/IOUserClient.h>
262 void IOUserClient::destroyUserReferences( OSObject * obj )
280 IOUserClient * uc;
281 if ((uc = OSDynamicCast(IOUserClient, obj)) && uc->mappings)
373 IOUserClient * client;
382 if( (client = OSDynamicCast( IOUserClient, obj )))
797 OSDefineMetaClassAndAbstractStructors( IOUserClient, IOService )
799 void IOUserClient::initialize( void )
806 void IOUserClient::setAsyncReference(OSAsyncReference asyncRef,
816 void IOUserClient::setAsyncReference64(OSAsyncReference64 asyncRef,
850 IOReturn IOUserClient::clientHasPrivilege( void * securityToken,
899 bool IOUserClient::init()
907 bool IOUserClient::init(OSDictionary * dictionary)
915 bool IOUserClient::initWithTask(task_t owningTask,
925 bool IOUserClient::initWithTask(task_t owningTask,
938 void IOUserClient::free()
946 IOReturn IOUserClient::clientDied( void )
951 IOReturn IOUserClient::clientClose( void )
956 IOService * IOUserClient::getService( void )
961 IOReturn IOUserClient::registerNotificationPort(
969 IOReturn IOUserClient::getNotificationSemaphore( UInt32 notification_type,
975 IOReturn IOUserClient::connectClient( IOUserClient * /* client */ )
980 IOReturn IOUserClient::clientMemoryForType( UInt32 type,
987 IOMemoryMap * IOUserClient::mapClientMemory(
1011 IOMemoryMap * IOUserClient::mapClientMemory64(
1035 IOReturn IOUserClient::exportObjectToClient(task_t task,
1047 IOExternalMethod * IOUserClient::getExternalMethodForIndex( UInt32 /* index */)
1052 IOExternalAsyncMethod * IOUserClient::getExternalAsyncMethodForIndex( UInt32 /* index */)
1057 IOExternalMethod * IOUserClient::
1068 IOExternalAsyncMethod * IOUserClient::
1079 IOExternalTrap * IOUserClient::
1085 IOExternalTrap * IOUserClient::
1097 IOReturn IOUserClient::sendAsyncResult(OSAsyncReference reference,
1116 IOReturn IOUserClient::sendAsyncResult64(OSAsyncReference64 reference,
1754 CHECK( IOUserClient, connection, client );
2245 IOUserClient * client;
2254 assert( OSDynamicCast(IOUserClient, client) );
2272 IOUserClient * client = 0;
2331 assert( OSDynamicCast(IOUserClient, client) );
2364 CHECK( IOUserClient, connection, client );
2378 CHECK( IOUserClient, connection, client );
2396 CHECK( IOUserClient, connection, client );
2409 CHECK( IOUserClient, connection, client );
2429 CHECK( IOUserClient, connection, client );
2489 IOMemoryMap * IOUserClient::removeMappingForDescriptor(IOMemoryDescriptor * mem)
2529 CHECK( IOUserClient, connection, client );
2590 CHECK( IOUserClient, connection, client );
2591 CHECK( IOUserClient, connect_to, to );
2627 CHECK( IOUserClient, connection, client );
2704 CHECK( IOUserClient, connection, client );
2813 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
2818 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3045 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3050 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3155 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3161 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3228 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3234 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3327 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3333 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3404 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3410 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3500 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3506 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3554 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3560 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3789 kr = IOUserClient::clientHasPrivilege( (void *) current_task(),
3935 IOUserClient *userClient;
3937 if ((userClient = OSDynamicCast(IOUserClient,
3960 IOReturn IOUserClient::externalMethod( uint32_t selector, IOExternalMethodArguments * args,
4100 OSMetaClassDefineReservedUsed(IOUserClient, 0);
4101 OSMetaClassDefineReservedUnused(IOUserClient, 1);
4102 OSMetaClassDefineReservedUnused(IOUserClient, 2);
4103 OSMetaClassDefineReservedUnused(IOUserClient, 3);
4104 OSMetaClassDefineReservedUnused(IOUserClient, 4);
4105 OSMetaClassDefineReservedUnused(IOUserClient, 5);
4106 OSMetaClassDefineReservedUnused(IOUserClient, 6);
4107 OSMetaClassDefineReservedUnused(IOUserClient, 7);
4108 OSMetaClassDefineReservedUnused(IOUserClient, 8);
4109 OSMetaClassDefineReservedUnused(IOUserClient, 9);
4110 OSMetaClassDefineReservedUnused(IOUserClient, 10);
4111 OSMetaClassDefineReservedUnused(IOUserClient, 11);
4112 OSMetaClassDefineReservedUnused(IOUserClient, 12);
4113 OSMetaClassDefineReservedUnused(IOUserClient, 13);
4114 OSMetaClassDefineReservedUnused(IOUserClient, 14);
4115 OSMetaClassDefineReservedUnused(IOUserClient, 15);