Lines Matching refs:DEBUG_INFO
77 #define DEBUG_INFO(fmt, args...) \ macro
89 #define DEBUG_INFO(fmt, args...) (void)NULL macro
511 DEBUG_INFO("Using system GUID due to allow list\n"); in translateGUID()
514 DEBUG_INFO("System GUID used\n"); in translateGUID()
517 DEBUG_INFO("Use given guid\n"); in translateGUID()
521 DEBUG_INFO("Overriding to Apple guid\n"); in translateGUID()
524 DEBUG_INFO("Use given guid\n"); in translateGUID()
563 …DEBUG_INFO("Checking entitlement %s for %s for operation %s\n", entry->varEntitlement, varName, ge… in verifyVarEntitlement()
601 DEBUG_INFO("KernelOnly access for %s, kernel=%d\n", varName, kernel); in verifyPermission()
607 DEBUG_INFO("InternalOnly access for %s, gInternalBuild=%d\n", varName, gInternalBuild); in verifyPermission()
639 …DEBUG_INFO("Allowed write to system region using variable specific entitlement for %s\n", varName); in verifyPermission()
653 DEBUG_INFO("Never allowed to delete %s\n", varName); in verifyPermission()
656 DEBUG_INFO("Not allowed to obliterate %s\n", varName); in verifyPermission()
659 DEBUG_INFO("Only allowed to delete %s via NVRAM reset\n", varName); in verifyPermission()
670 …DEBUG_INFO("Allowed delete to system region using variable specific entitlement for %s\n", varName… in verifyPermission()
685 …DEBUG_INFO("Permission for %s of %s %s: I=%d kern=%d, adm=%d, wE=%d, rE=%d, sG=%d, sEd=%d, sIEd=%d… in verifyPermission()
757 DEBUG_INFO("Dumping dict...\n"); in dumpDict()
760 DEBUG_INFO("%u: %s\n", count, key->getCStringNoCopy()); in dumpDict()
833 DEBUG_INFO("waking from hibernate\n"); in callPlatformFunction()
1098 DEBUG_INFO("ok=%d\n", ok); in serializeProperties()
1106 DEBUG_INFO("aKey=%s\n", aKey->getCStringNoCopy()); in copyProperty()
1167 DEBUG_INFO("ret=%#08x\n", ret); in setProperties()
1261 DEBUG_INFO("...\n"); in init()
1270 DEBUG_INFO("gInternalBuild = %d\n", gInternalBuild); in init()
1296 DEBUG_INFO("...\n"); in start()
1304 require_action(_controllerLock != nullptr, no_common, DEBUG_INFO("x86 init\n")); in start()
1469 DEBUG_INFO("setting controller\n"); in registerNVRAMController()
1510 DEBUG_INFO("rateLimit=%d\n", rateLimit); in syncInternal()
1513 DEBUG_INFO("cannot lock\n"); in syncInternal()
1521 DEBUG_INFO("safeToSync()=false\n"); in syncInternal()
1526 DEBUG_INFO("Calling sync()\n"); in syncInternal()
1642 DEBUG_INFO("ok=%d\n", ok); in serializeProperties()
1654 DEBUG_INFO("system variables flushed, ret=%08x\n", ret); in flushGUID()
1658 DEBUG_INFO("common variables flushed, ret=%08x\n", ret); in flushGUID()
1704 DEBUG_INFO("No dictionary\n"); in copyPropertyWithGUIDAndName()
1709 DEBUG_INFO("Not privileged\n"); in copyPropertyWithGUIDAndName()
1726 DEBUG_INFO("%s has object\n", canonicalKey.get()->getCStringNoCopy()); in copyPropertyWithGUIDAndName()
1728 DEBUG_INFO("%s no entry\n", canonicalKey.get()->getCStringNoCopy()); in copyPropertyWithGUIDAndName()
1744 DEBUG_INFO("aKey=%s\n", aKey->getCStringNoCopy()); in copyProperty()
1821 DEBUG_INFO("Removing with API provided GUID\n"); in setPropertyWithGUIDAndName()
1824 DEBUG_INFO("Removing with value provided GUID\n"); in setPropertyWithGUIDAndName()
1830 …DEBUG_INFO("%s found, removeRet=%#08x\n", deletePropertyKeyWRet ? "deletePropertyKeyWRet" : "delet… in setPropertyWithGUIDAndName()
1832 …DEBUG_INFO("%s value needs to be an OSString\n", deletePropertyKeyWRet ? "deletePropertyKeyWRet" :… in setPropertyWithGUIDAndName()
1838 DEBUG_INFO("NVRAM sync key %s found\n", name); in setPropertyWithGUIDAndName()
1843 DEBUG_INFO("%s value needs to be an OSString\n", name); in setPropertyWithGUIDAndName()
1850 DEBUG_INFO("Not privileged\n"); in setPropertyWithGUIDAndName()
1932 DEBUG_INFO("Adding object\n"); in setPropertyWithGUIDAndName()
1942 DEBUG_INFO("Removing object\n"); in setPropertyWithGUIDAndName()
1951 DEBUG_INFO("ret=%#08x\n", ret); in setPropertyWithGUIDAndName()
1962 DEBUG_INFO("aKey=%s\n", aKey->getCStringNoCopy()); in setPropertyInternal()
1983 DEBUG_INFO("removePropertyInternal failed, ret=%#08x\n", ret); in removeProperty()
1993 DEBUG_INFO("name=%s\n", name); in removePropertyWithGUIDAndName()
1996 DEBUG_INFO("No dictionary\n"); in removePropertyWithGUIDAndName()
2002 DEBUG_INFO("Not privileged\n"); in removePropertyWithGUIDAndName()
2014 DEBUG_INFO("%s not found\n", name); in removePropertyWithGUIDAndName()
2033 DEBUG_INFO("aKey=%s\n", aKey->getCStringNoCopy()); in removePropertyInternal()
2077 DEBUG_INFO("ret=%#08x\n", ret); in setProperties()