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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c169 NULL, // entity_device_unique
217 NULL, // entity_device_unique
358 if (interfacePrivate->entity_device_unique != NULL) {
359 CFStringAppendFormat(result, NULL, CFSTR("+%@"), interfacePrivate->entity_device_unique);
566 if (interfacePrivate->entity_device_unique != NULL)
567 CFRelease(interfacePrivate->entity_device_unique);
659 if ((if1->entity_device_unique != NULL) && (if2->entity_device_unique != NULL)) {
660 if (!_SC_CFEqual(if1->entity_device_unique, if2->entity_device_unique)) {
[all...]
H A DSCNetworkConfigurationInternal.h137 CFStringRef entity_device_unique; // ... UniqueIdentifier member in struct:__anon7140

Completed in 87 milliseconds