• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/

Lines Matching refs:bsdName

1417 pci_port(CFTypeRef slot_name, int ift, CFStringRef bsdName)
1519 n = CFArrayGetFirstIndexOfValue(port_names, CFRangeMake(0, n), bsdName);
3241 copy_ppp_entity(CFStringRef bsdName)
3282 !CFEqual(bsdName, ifName)) {
3312 CFStringRef bsdName,
3320 if (_SC_cfstring_to_cstring(bsdName, ifr.ifr_name, sizeof(ifr.ifr_name), kCFStringEncodingASCII) != NULL) {
3333 entity = copy_ppp_entity(bsdName);
3342 CFDictionarySetValue(entity, kSCPropNetInterfaceDeviceName, bsdName);
3367 _SCNetworkInterfaceCopyPrefixFromBSDName(CFStringRef bsdName)
3373 if (isA_CFString(bsdName) == NULL) {
3374 SCLog(TRUE, LOG_DEBUG, CFSTR("_SCNetworkInterfaceCopyPrefixFromBSDName: bsdName is NULL or not of the correct type"));
3378 interfacePrefix = CFStringCreateMutableCopy(NULL, 0, bsdName);
3414 SCLog(TRUE, LOG_DEBUG, CFSTR("__SCNetworkInterfaceUpdateBSDName: bsdName (%@) is equal to interfacePrivate->entity_device (%@)"), currentBSDName, newBSDName);
3544 CFStringRef bsdName = NULL;
3558 bsdName = SCNetworkInterfaceGetBSDName(interface);
3559 if (isA_CFString(bsdName) == NULL) {
3607 CFDictionaryAddValue(interface_entity, CFSTR(kSCNetworkInterfaceBSDName), bsdName);
3705 CFStringRef bsdName = NULL;
3731 bsdName = CFDictionaryGetValue(interface_entity, CFSTR(kSCNetworkInterfaceBSDName));
3732 if (isA_CFString(bsdName) == NULL) {
3733 SCLog(TRUE, LOG_DEBUG, CFSTR("__SCNetworkInterfaceCreateWithStorageEntity: bsdName is NULL or not of the correct type"));
3743 ioInterfaceNamePrefix = _SCNetworkInterfaceCopyPrefixFromBSDName(bsdName);
3800 interfacePrivate->entity_device = CFRetain(bsdName);
3895 char bsdName[IFNAMSIZ];
3907 if (_SC_cfstring_to_cstring(ifDevice, bsdName, sizeof(bsdName), kCFStringEncodingASCII) == NULL) {
3911 matching = IOBSDNameMatching(masterPort, 0, bsdName);
4479 CFStringRef bsdName;
4483 bsdName = SCNetworkInterfaceGetBSDName(interface);
4484 if (bsdName != NULL) {
7541 _SCNetworkInterfaceCopyActive(SCDynamicStoreRef store, CFStringRef bsdName)
7545 interface = _SCNetworkInterfaceCreateWithBSDName(NULL, bsdName, kIncludeAllVirtualInterfaces);
7711 __SCNetworkInterfaceCreateWithNIPreferencesUsingBSDName(CFAllocatorRef allocator, SCPreferencesRef ni_prefs, CFStringRef bsdName)
7748 if (CFEqual(bsdName, tmp_bsdName) == TRUE) {
7764 CFStringRef bsdName = NULL;
7779 bsdName = SCNetworkInterfaceGetBSDName(interface);
7780 if (isA_CFString(bsdName) == NULL) {
7784 CFDictionaryAddValue(mappingBSDToInterface, bsdName, interface);