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

/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioEngine.cpp704 UInt32 uniqueIDSize; local
715 uniqueIDSize = 3;
718 uniqueIDSize += strlen(className);
722 uniqueIDSize += strlen(location);
726 uniqueIDSize += localID->getLength();
729 uniqueIDStr = (char *)IOMallocAligned(uniqueIDSize, sizeof (char));
732 bzero(uniqueIDStr, uniqueIDSize);
735 snprintf(uniqueIDStr, uniqueIDSize, "%s:", className);
739 strncat(uniqueIDStr, location, uniqueIDSize);
740 strncat(uniqueIDStr, ":", uniqueIDSize);
[all...]

Completed in 109 milliseconds