Searched refs:NVRAM_LOG_ERR (Results 1 – 3 of 3) sorted by relevance
55 NVRAM_LOG_ERR("Allocation failure."); in GetControlsVector()102 NVRAM_LOG_ERR("Unknown status code %u!", status); in SanitizeStorageStatus()181 NVRAM_LOG_ERR("Allocation failure."); in GetInfo()261 NVRAM_LOG_ERR("Allocation failure."); in CreateSpace()268 NVRAM_LOG_ERR("Allocation failure."); in CreateSpace()353 NVRAM_LOG_ERR("Failed to delete space 0x%" PRIx32 " data.", index); in DeleteSpace()359 NVRAM_LOG_ERR("Space 0x%" PRIx32 " data missing on deletion.", index); in DeleteSpace()460 NVRAM_LOG_ERR("Allocation failure."); in ReadSpace()495 NVRAM_LOG_ERR("Space not configured for write locking."); in LockSpaceWrite()524 NVRAM_LOG_ERR("Space not configured for read locking."); in LockSpaceRead()[all …]
52 NVRAM_LOG_ERR("Failed to encode object."); in EncodeObject()73 NVRAM_LOG_ERR("Failed to decode object of size %zu.", blob.size()); in DecodeObject()
72 #define NVRAM_LOG_ERR(fmt, ...) NVRAM_LOG(ERR, fmt, ##__VA_ARGS__) macro