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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp708 #define FBLOCK(fb) TIMELOCK(FBWL(fb), fb->thisName, __FUNCTION__)
754 IOLog("%s: %s: cursor lock stall %qd ms\n", fb->thisName, __FUNCTION__, nsec);
937 inst->thisName,
1184 DEBG1(thisName, " setupCursor online %d, (%d, %d) - (%d, %d)\n",
1263 if (!cursorBlitProc) DEBG1(thisName, " can't do sw cursor at depth %d\n",
1679 DEBG1(fb->thisName, " compressed gamma %d max error 0x%04x\n", bootGamma->length, maxError);
1769 DEBG1(inst->thisName, " extSetGammaTable(%x) online %d %ld %ld data %x\n",
1821 DEBG1(thisName, " offline updateGammaTable\n");
2154 DEBG(thisName, " vers = %08x, %d x %d\n",
2392 TIMELOCK(gIOFBSystemWorkLoop, thisName, wher
2395 TIMELOCK(FBWL(this), thisName, where); local
[all...]
H A DIODisplay.cpp361 DEBG(framebuffer->thisName, " EDID v%d.%d\n", edid->version, edid->revision );
388 DEBG(framebuffer->thisName, " vendor/product/serial 0x%02x/0x%02x/0x%x\n",
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp606 DEBG(thisName, " boot scalerFlags 0x%x\n", (uint32_t) scaler.csScalerFlags);
1080 OSReportWithBacktrace("%s::_doControl(%d) not gated\n", self->thisName, code);
1117 OSReportWithBacktrace("%s::_doStatus(%d) not gated\n", self->thisName, code);
1326 DEBG(thisName, " gamma %s: %d * %d\n", scan.csGammaTableName,
1438 // DEBG(thisName, " cache miss for %08lx\n", modeID);
1447 // DEBG(thisName, " mode %x -> index %x\n", depth, mapped);
1455 // DEBG(thisName, " index %x -> mode %x\n", depth, mapped);
1478 // DEBG(thisName, " %x maxDepthIndex %x\n", modeID, info->maxDepthIndex);
1562 // DEBG(thisName, " %x maxDepthIndex %x\n", modeID, info->maxDepthIndex);
1768 DEBG(thisName, " faile
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/
H A DKCParamUtility.h597 char thisName[256] = ""; local
599 ::kcgetkeychainname(data, thisName);
601 return(::strcmp(thisName, aInName));
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h211 const char * thisName; member in class:IOFramebuffer
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOBinder.hpp441 const char* thisName = this->getDylibID(); local
442 if ( thisName != NULL ) {
443 const char* thisLeafName = strrchr(thisName, '/');

Completed in 128 milliseconds