Searched refs:NVRAM_SPACE (Results 1 – 1 of 1) sorted by relevance
23 #define NVRAM_SPACE 0x10000 macro37 static char nvram_buf[NVRAM_SPACE];84 size = NVRAM_SPACE; in nvram_find_and_copy()90 size = NVRAM_SPACE; in nvram_find_and_copy()108 if (nvram_len >= NVRAM_SPACE) { in nvram_find_and_copy()110 header->len, NVRAM_SPACE - 1); in nvram_find_and_copy()111 nvram_len = NVRAM_SPACE - 1; in nvram_find_and_copy()116 nvram_buf[NVRAM_SPACE - 1] = '\0'; in nvram_find_and_copy()160 if (nvram_len >= NVRAM_SPACE) { in nvram_init()162 header.len, NVRAM_SPACE); in nvram_init()[all …]