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

/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDABase.c701 CFMutableArrayRef userList; local
703 userList = ( void * ) SCDynamicStoreCopyConsoleInformation( store );
705 if ( userList )
709 array = CFArrayCreateMutableCopy( kCFAllocatorDefault, 0, userList );
711 CFRelease( userList );
713 userList = array;
715 if ( userList )
720 count = CFArrayGetCount( userList );
726 dictionary = CFArrayGetValueAtIndex( userList, index );
730 CFArrayRemoveValueAtIndex( userList, inde
[all...]
H A DDAServer.c289 CFArrayRef userList; local
339 userList = SCDynamicStoreCopyConsoleInformation( session );
341 if ( userList ) /* not OS X Installer */
344 CFRelease( userList );
352 userList = ___SCDynamicStoreCopyConsoleInformation( session );
357 gDAConsoleUserList = userList;

Completed in 167 milliseconds