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

Lines Matching refs:client

373     IOUserClient *	client;
382 if( (client = OSDynamicCast( IOUserClient, obj )))
383 client->clientDied();
975 IOReturn IOUserClient::connectClient( IOUserClient * /* client */ )
1754 CHECK( IOUserClient, connection, client );
1756 return( client->getNotificationSemaphore( (UInt32) notification_type,
2245 IOUserClient * client;
2251 connect_type, 0, &client );
2254 assert( OSDynamicCast(IOUserClient, client) );
2255 *connection = client;
2272 IOUserClient * client = 0;
2324 connect_type, propertiesDict, &client );
2331 assert( OSDynamicCast(IOUserClient, client) );
2335 && (kOSBooleanTrue != client->getProperty(kIOUserClientCrossEndianCompatibleKey)));
2339 client->clientClose();
2340 client->release();
2341 client = 0;
2345 client->sharedInstance = (0 != client->getProperty(kIOUserClientSharedInstanceKey));
2350 *connection = client;
2364 CHECK( IOUserClient, connection, client );
2366 client->clientClose();
2378 CHECK( IOUserClient, connection, client );
2380 theService = client->getService();
2396 CHECK( IOUserClient, connection, client );
2398 return( client->registerNotificationPort( port, notification_type,
2409 CHECK( IOUserClient, connection, client );
2411 return( client->registerNotificationPort( port, notification_type,
2429 CHECK( IOUserClient, connection, client );
2431 map = client->mapClientMemory64( memory_type, into_task, flags, *address );
2438 if( client->sharedInstance
2448 // keep it with the user client
2450 if( 0 == client->mappings)
2451 client->mappings = OSSet::withCapacity(2);
2452 if( client->mappings)
2453 client->mappings->setObject( map);
2529 CHECK( IOUserClient, connection, client );
2531 err = client->clientMemoryForType( (UInt32) memory_type, &options, &memory );
2543 if( client->mappings)
2544 client->mappings->removeObject( map);
2590 CHECK( IOUserClient, connection, client );
2593 return( client->connectClient( to ) );
2627 CHECK( IOUserClient, connection, client );
2668 ret = client->externalMethod( selector, &args );
2704 CHECK( IOUserClient, connection, client );
2749 ret = client->externalMethod( selector, &args );