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

/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkInterface.c3710 CFNumberRef ioInterfaceUnit = NULL; local
3761 ioInterfaceUnit = CFDictionaryGetValue(interface_entity, CFSTR(kSCNetworkInterfaceIOInterfaceUnit));
3762 if (isA_CFNumber(ioInterfaceUnit) == NULL) {
3763 SCLog(TRUE, LOG_DEBUG, CFSTR("__SCNetworkInterfaceCreateWithStorageEntity: ioInterfaceUnit is NULL or not of the correct type"));
3804 interfacePrivate->unit = CFRetain(ioInterfaceUnit);

Completed in 128 milliseconds