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

/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1666 OSString *portSuffixString = NULL; local
1762 portSuffixString = (OSSymbol *) pNub->copyProperty(kIOTTYSuffixKey);
1764 if (portSuffixString != NULL)
1766 if ( (portSuffixString->getCStringNoCopy() != NULL) )
1783 ttyNameSize = (portSuffixString->getLength() + portName->getLength() );
1787 strncat(ttyName, portSuffixString->getCStringNoCopy(), portSuffixString->getLength());
1804 } else { XTRACE(this, 0, 0, "createSerialStream - portSuffixString->getCStringNoCopy is NULL...");}
1805 } else { XTRACE(this, 0, 0, "createSerialStream - portSuffixString is NULL...");}

Completed in 109 milliseconds