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

/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp707 UInt32 uniqueIDSize; local
717 uniqueIDSize = 3;
720 uniqueIDSize += strlen(className);
724 uniqueIDSize += strlen(location);
728 uniqueIDSize += localID->getLength();
731 uniqueIDStr = (char *)IOMallocAligned(uniqueIDSize, sizeof (char));
734 bzero(uniqueIDStr, uniqueIDSize);
737 snprintf(uniqueIDStr, uniqueIDSize, "%s:", className);
741 strncat(uniqueIDStr, location, uniqueIDSize);
742 strncat(uniqueIDStr, ":", uniqueIDSize);
[all...]

Completed in 173 milliseconds