Searched refs:NVRAM_SPACE (Results 1 – 1 of 1) sorted by relevance
23 #define NVRAM_SPACE 0x10000 macro37 static char nvram_buf[NVRAM_SPACE];82 size = NVRAM_SPACE; in nvram_find_and_copy()88 size = NVRAM_SPACE; in nvram_find_and_copy()102 if (nvram_len >= NVRAM_SPACE) { in nvram_find_and_copy()104 nvram_len, NVRAM_SPACE - 1); in nvram_find_and_copy()105 nvram_len = NVRAM_SPACE - 1; in nvram_find_and_copy()110 nvram_buf[NVRAM_SPACE - 1] = '\0'; in nvram_find_and_copy()154 if (nvram_len >= NVRAM_SPACE) { in nvram_init()156 header.len, NVRAM_SPACE); in nvram_init()[all …]