Lines Matching refs:DEBUG_INFO

229 			DEBUG_INFO("Found %s gen=%u\n", header_string, local_gen);  in nvram_validate_header_v1v2()
235DEBUG_INFO("invalid checksum in header, found %#02x, expected %#02x\n", chrp_header->cksum, checks… in nvram_validate_header_v1v2()
238 DEBUG_INFO("invalid bank for \"%s\", name = %#02x %#02x %#02x %#02x\n", header_string, in nvram_validate_header_v1v2()
276 DEBUG_INFO("Unable to determine version\n"); in validateNVRAMVersion()
279 DEBUG_INFO("version=%u\n", version); in validateNVRAMVersion()
338 DEBUG_INFO("flushSystem=%d, flushCommon=%d\n", flushSystem, flushCommon); in flush()
364 DEBUG_INFO("Clearing entry for %s:%s\n", uuidString, varName); in flush()
367 DEBUG_INFO("Keeping entry for %s:%s\n", uuidString, varName); in flush()
403 DEBUG_INFO("reload marked\n"); in reload()
496 DEBUG_INFO("...\n"); in unserializeVariables()
506 DEBUG_INFO("region = %d\n", currentRegion->type); in unserializeVariables()
549DEBUG_INFO("adding %s, variableLength=%#x,dataLength=%#x\n", varName, variableLength, propDataLeng… in unserializeVariables()
557 DEBUG_INFO("adding %s, dataLength=%u\n", varName, propDataLength); in unserializeVariables()
577 DEBUG_INFO("%s=%u\n", kNVRAMSystemUsedKey, getSystemUsed()); in unserializeVariables()
581 DEBUG_INFO("%s=%u\n", kNVRAMCommonUsedKey, getCommonUsed()); in unserializeVariables()
594 DEBUG_INFO("%s _varDict=%p\n", __FUNCTION__, _varDict ? _varDict.get() : nullptr); in unserializeVariables()
616 …require_action(_newData == true, exit, (ret = kIOReturnSuccess, DEBUG_INFO("No _newData to sync\n"… in serializeVariables()
617 require_action(_bankSize != 0, exit, (ret = kIOReturnSuccess, DEBUG_INFO("No nvram size info\n"))); in serializeVariables()
618 …require_action(_nvramImage != nullptr, exit, (ret = kIOReturnSuccess, DEBUG_INFO("No nvram image i… in serializeVariables()
623 DEBUG_INFO("...\n"); in serializeVariables()
634 DEBUG_INFO("region = %d\n", currentRegion->type); in serializeVariables()
657 DEBUG_INFO("_varDict entry %s\n", tmpSymbol->getCStringNoCopy()); in serializeVariables()
664 DEBUG_INFO("Skipping %s because not system var\n", entryName); in serializeVariables()
669 DEBUG_INFO("Skipping %s for common region\n", entryName); in serializeVariables()
675 DEBUG_INFO("adding variable %s\n", entryName); in serializeVariables()
700 DEBUG_INFO("ok=%d\n", ok); in serializeVariables()
750DEBUG_INFO("setting %s, systemVar=%d, existingSize=%u, newSize=%u\n", canonicalKey.get()->getCStri… in setVariableInternal()
778DEBUG_INFO("removing %s, systemVar=%d, existingSize=%u\n", canonicalKey.get()->getCStringNoCopy(),… in setVariableInternal()
798 DEBUG_INFO("%s=%u\n", kNVRAMSystemUsedKey, getSystemUsed()); in setVariableInternal()
802 DEBUG_INFO("%s=%u\n", kNVRAMCommonUsedKey, getCommonUsed()); in setVariableInternal()
871 DEBUG_INFO("Controller name: %s\n", _nvramController->getName()); in setController()