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

/macosx-10.10.1/DiskArbitration-268/DiskArbitration/
H A DDASession.c168 __private_extern__ void _DASessionCallback( CFMachPortRef port, void * message, CFIndex messageSize, void * info ) function
343 client = CFMachPortCreateWithPort( CFGetAllocator( session ), clientPort, _DASessionCallback, &clientContext, NULL );
595 _DASessionCallback( NULL, NULL, 0, session );
H A DDiskArbitrationPrivate.c75 __private_extern__ void _DASessionCallback( CFMachPortRef port, void * message, CFIndex messageSize, void * info );
1809 _DASessionCallback( NULL, message, message->msgh_size, __gDiskArbSession );

Completed in 72 milliseconds