Lines Matching refs:DEBUG_INFO
144 DEBUG_INFO("valid store header @ %#x\n", offset); in find_current_offset_in_image()
154 DEBUG_INFO("Valid var @ %#08x, state=%#02x, length=%#08zx, %s:%s\n", offset, store_var->state, in find_current_offset_in_image()
164 DEBUG_INFO("scanning for clear memory @ %#x\n", offset); in find_current_offset_in_image()
173 DEBUG_INFO("found start of clear mem @ %#x\n", offset); in find_current_offset_in_image()
331 DEBUG_INFO("_rawController = %d\n", _rawController); in getNVRAMProperties()
349 DEBUG_INFO("flushSystem=%d, flushCommon=%d\n", flushSystem, flushCommon); in flush()
375 DEBUG_INFO("Clearing entry for %s:%s\n", uuidString, varName); in flush()
378 DEBUG_INFO("Keeping entry for %s:%s\n", uuidString, varName); in flush()
385 DEBUG_INFO("_commonUsed %#x, _systemUsed %#x\n", _commonUsed, _systemUsed); in flush()
418 DEBUG_INFO("valid image found\n"); in reloadInternal()
437 DEBUG_INFO("Looking for %s\n", v3Entry->header.name_data_buf); in reloadInternal()
439 DEBUG_INFO("Found offset for %s @ %#08x\n", v3Entry->header.name_data_buf, latestOffset); in reloadInternal()
441 …DEBUG_INFO("Marking prev offset for %s at %#08x invalid\n", v3Entry->header.name_data_buf, offset); in reloadInternal()
455 …DEBUG_INFO("Existing offset for %s at %#08zx\n", v3Entry->header.name_data_buf, v3Entry->existing_… in reloadInternal()
460 DEBUG_INFO("%s marked for append\n", v3Entry->header.name_data_buf); in reloadInternal()
465 …DEBUG_INFO("Found offset for %s @ %#zx\n", v3Entry->header.name_data_buf, v3Entry->existing_offset… in reloadInternal()
472 …DEBUG_INFO("Store var data for %s matches, marking new state none\n", v3Entry->header.name_data_bu… in reloadInternal()
475 …DEBUG_INFO("Store var data for %s differs, marking new state append\n", v3Entry->header.name_data_… in reloadInternal()
481 DEBUG_INFO("Removing entry at %#08zx with next sync\n", v3Entry->existing_offset); in reloadInternal()
492 DEBUG_INFO("New _currentOffset=%#x\n", _currentOffset); in reloadInternal()
504 DEBUG_INFO("reload marked\n"); in reload()
514 require_action(v3Entry != nullptr, exit, DEBUG_INFO("remove with no entry\n")); in setEntryForRemove()
521 DEBUG_INFO("entry %s already marked for remove\n", variableName); in setEntryForRemove()
523 DEBUG_INFO("marking entry %s for remove\n", variableName); in setEntryForRemove()
571 …DEBUG_INFO("found existing entry for %s:%s, e_off=%#lx, len=%#lx, new_state=%#x\n", uuidString, va… in findExistingEntry()
576 …DEBUG_INFO("found existing entry for %s, e_off=%#lx, len=%#lx\n", varName, v3Entry->existing_offse… in findExistingEntry()
737 DEBUG_INFO("No more variables after offset %#lx\n", offset); in unserializeVariables()
748 DEBUG_INFO("Valid var @ %#08zx, state=%#02x, length=%#08zx, %s:%s\n", offset, header->state, in unserializeVariables()
781 …DEBUG_INFO("Found existing for %s, resetting when controller available\n", v3Entry->header.name_da… in unserializeVariables()
801 DEBUG_INFO("adding %s, dataLength=%u, system=%d\n", in unserializeVariables()
824 DEBUG_INFO("_commonUsed %#x, _systemUsed %#x\n", _commonUsed, _systemUsed); in unserializeVariables()
831 DEBUG_INFO("%s=%u\n", kNVRAMSystemUsedKey, getSystemUsed()); in unserializeVariables()
835 DEBUG_INFO("%s=%u\n", kNVRAMCommonUsedKey, getCommonUsed()); in unserializeVariables()
863 …DEBUG_INFO("setting %s:%s, system=%d, current var count=%u\n", uuidString, variableName, system, _… in setVariableInternal()
892 …DEBUG_INFO("creating new entry for %s, existingVariableSize=%#zx, newVariableSize=%#zx\n", variabl… in setVariableInternal()
945 DEBUG_INFO("_commonUsed %#x, _systemUsed %#x\n", _commonUsed, _systemUsed); in setVariableInternal()
1010 DEBUG_INFO("Controller name: %s\n", _nvramController->getName()); in setController()
1046 DEBUG_INFO("called\n"); in reclaim()
1052 verify_noerr_action(ret, DEBUG_INFO("select of bank %#08x failed\n", next_bank)); in reclaim()
1055 verify_noerr_action(ret, DEBUG_INFO("eraseBank failed, ret=%#08x\n", ret)); in reclaim()
1066 DEBUG_INFO("entry %u %s, new_state=%#x, e_offset=%#lx, state=%#x\n", in reclaim()
1098 …DEBUG_INFO("Reclaim complete, _currentBank=%u _generation=%u, _currentOffset=%#x\n", _currentBank,… in reclaim()
1146 require_action(_nvramController != nullptr, exit, DEBUG_INFO("No _nvramController\n")); in syncRaw()
1147 require_action(_newData == true, exit, DEBUG_INFO("No _newData to sync\n")); in syncRaw()
1148 require_action(_bankSize != 0, exit, DEBUG_INFO("No nvram size info\n")); in syncRaw()
1150 DEBUG_INFO("_varEntries->getCount()=%#x\n", _varEntries->getCount()); in syncRaw()
1169 DEBUG_INFO("entry %s, new_state=%#02x state=%#02x, existing_offset=%#zx\n", in syncRaw()
1180 …DEBUG_INFO("Appending %s in append buffer offset %#zx, actual offset %#zx, prevOffset %#zx, varsiz… in syncRaw()
1195 DEBUG_INFO("marking entry at offset %#lx deleted\n", varEntry->existing_offset); in syncRaw()
1200 DEBUG_INFO("No existing_offset , removing\n"); in syncRaw()
1205 DEBUG_INFO("skipping\n"); in syncRaw()
1212 …DEBUG_INFO("Appending append buffer size=%#zx at offset=%#x\n", appendBufferOffset, _currentOffset… in syncRaw()
1218 DEBUG_INFO("No entries to append\n"); in syncRaw()
1228 DEBUG_INFO("Invalidated entry at offset=%#zx\n", invalidateOffsets[i]); in syncRaw()
1231 DEBUG_INFO("No entries to invalidate\n"); in syncRaw()
1262 DEBUG_INFO("called\n"); in syncBlock()
1264 require_action(_nvramController != nullptr, exit, DEBUG_INFO("No _nvramController\n")); in syncBlock()
1265 require_action(_newData == true, exit, DEBUG_INFO("No _newData to sync\n")); in syncBlock()
1266 require_action(_bankSize != 0, exit, DEBUG_INFO("No nvram size info\n")); in syncBlock()
1273 verify_noerr_action(ret, DEBUG_INFO("select of bank %#x failed\n", next_bank)); in syncBlock()
1276 verify_noerr_action(ret, DEBUG_INFO("eraseBank failed, ret=%#08x\n", ret)); in syncBlock()
1293 DEBUG_INFO("entry %u %s, new_state=%#x, e_offset=%#lx, state=%#x\n", in syncBlock()
1307 DEBUG_INFO("Dropping %s\n", varEntry->header.name_data_buf); in syncBlock()
1320 DEBUG_INFO("Save complete, _generation=%u\n", _generation); in syncBlock()