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

/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.h111 /*! @defined kIOInterfaceNamePrefix
113 @discussion The kIOInterfaceNamePrefix property has an OSString value that
117 #define kIOInterfaceNamePrefix "IOInterfaceNamePrefix" macro
121 @discussion The kIOInterfaceNamePrefix property has an OSBoolean value that
H A DIONetworkInterface.cpp247 // Set the kIOInterfaceNamePrefix and kIOPrimaryInterface properties.
251 setProperty( kIOInterfaceNamePrefix, getNamePrefix() );
/macosx-10.9.5/configd-596.15/Plugins/InterfaceNamer/
H A Difnamer.c648 CFDictionarySetValue(new_if, CFSTR(kIOInterfaceNamePrefix), val);
937 match_keys[0] = CFSTR(kIOInterfaceNamePrefix);
1065 prefix = CFDictionaryGetValue(match, CFSTR(kIOInterfaceNamePrefix));
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkInterface.c1187 if_prefix = CFDictionaryGetValue(io_dict, CFSTR(kIOInterfaceNamePrefix));
2030 str = CFDictionaryGetValue(interface_dict, CFSTR(kIOInterfaceNamePrefix));

Completed in 138 milliseconds