Home
last modified time | relevance | path

Searched refs:NVRAM_LOG_INFO (Results 1 – 2 of 2) sorted by relevance

/system/nvram/core/
Dnvram_manager.cpp168 NVRAM_LOG_INFO("GetInfo"); in GetInfo()
195 NVRAM_LOG_INFO("CreateSpace Ox%" PRIx32, index); in CreateSpace()
201 NVRAM_LOG_INFO("Creation of further spaces is disabled."); in CreateSpace()
206 NVRAM_LOG_INFO("Space 0x%" PRIx32 " already exists.", index); in CreateSpace()
211 NVRAM_LOG_INFO("Too many spaces."); in CreateSpace()
216 NVRAM_LOG_INFO("Create request exceeds max space size."); in CreateSpace()
221 NVRAM_LOG_INFO("Authorization blob too large."); in CreateSpace()
230 NVRAM_LOG_INFO("Bad controls."); in CreateSpace()
235 NVRAM_LOG_INFO("Write lock controls are exclusive."); in CreateSpace()
240 NVRAM_LOG_INFO("Write-extended space size must be %zu.", in CreateSpace()
[all …]
/system/nvram/core/include/nvram/core/
Dlogger.h74 #define NVRAM_LOG_INFO(fmt, ...) NVRAM_LOG(INFO, fmt, ##__VA_ARGS__) macro