Lines Matching full:nvram
2 * NVRAM variable manipulation
55 * Get default value for an NVRAM variable
69 * Initialize NVRAM access. May be unnecessary or undefined on certain
78 * Append a chunk of nvram variables to the global list
90 * Disable NVRAM access. May be unnecessary or undefined on certain
96 * Get the value of an NVRAM variable. The pointer returned may be
104 * Get the value of an NVRAM variable. The pointer returned may be
113 * Read the reset GPIO value from the nvram and set the GPIO
119 * Get the value of an NVRAM variable.
131 * Match an NVRAM variable.
154 * Match an NVRAM variable.
170 * Inversely match an NVRAM variable.
193 * Set the value of an NVRAM variable. The name and value strings are
204 * Set the value of an NVRAM variable. The name and value strings are
215 * Unset an NVRAM variable. Pointers to previously set values
224 * Commit NVRAM variables to permanent storage. All pointers to values
226 * NVRAM values are undefined after a commit.
227 * @param nvram_corrupt true to corrupt nvram, false otherwise.
233 * Commit NVRAM variables to permanent storage. All pointers to values
235 * NVRAM values are undefined after a commit.
241 * Get all NVRAM variables (format name=value\0 ... \0\0).
249 * returns the crc value of the nvram
250 * @param nvh nvram header pointer
257 /* The NVRAM version number stored as an NVRAM variable */
281 /* Offsets to embedded nvram area */
286 #define BCM_JUMBO_START "Broadcom Jumbo Nvram file"