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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIODisplay.cpp443 char * prefsKey = IONew(char, kMaxKeyLen); local
445 if (prefsKey)
454 pathLen = snprintf(prefsKey, kMaxKeyLen, "Alias:%d/%s",
459 ok = getPath(prefsKey, &pathLen, gIOServicePlane);
462 snprintf(prefsKey + pathLen, kMaxKeyLen - pathLen, "-%x-%x", (int) vendor, (int) product);
463 const OSSymbol * sym = OSSymbol::withCString(prefsKey);
470 IODelete(prefsKey, char, kMaxKeyLen);

Completed in 95 milliseconds