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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c1624 __block CFDictionaryRef statusDictionary = NULL; local
1633 statusDictionary = _CFXPCCreateCFObjectFromXPCObject(extended_status);
1643 statusDictionary = CFDictionaryCreate(kCFAllocatorDefault, (const void **)keys, (const void **)values, sizeof(values) / sizeof(values[0]), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
1654 if (statusDictionary != NULL) {
1655 extstatus = (CFPropertyListRef)statusDictionary;

Completed in 46 milliseconds