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

/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialKeys.h76 extern const OSSymbol *gIOTTYBaseNameKey;
H A DIOSerialBSDClient.cpp219 const OSSymbol *gIOTTYBaseNameKey = 0; variable
426 gIOTTYBaseNameKey = OSSYM(kIOTTYBaseNameKey);
459 SAFE_RELEASE(gIOTTYBaseNameKey);
621 nubName = (const OSSymbol *) fProvider->getProperty(gIOTTYBaseNameKey);
631 ret = fProvider->setProperty(gIOTTYBaseNameKey, (OSObject *) nubName);
666 setProperty(gIOTTYBaseNameKey, (OSObject *) nubName);
900 && compareProperty(table, gIOTTYBaseNameKey)
3225 (const OSSymbol *) getProperty(gIOTTYBaseNameKey),

Completed in 179 milliseconds