Lines Matching full:nvram
2 * NVRAM variable manipulation
49 * Initialize NVRAM access. May be unnecessary or undefined on certain
57 * Append a chunk of nvram variables to the global list
67 * Disable NVRAM access. May be unnecessary or undefined on certain
73 * Get the value of an NVRAM variable. The pointer returned may be
81 * Get the value of an NVRAM variable.
93 * Set the value of an NVRAM variable. The name and value strings are
104 * Unset an NVRAM variable. Pointers to previously set values
113 * Commit NVRAM variables to permanent storage. All pointers to values
115 * NVRAM values are undefined after a commit.
121 * Get all NVRAM variables (format name=value\0 ... \0\0).
129 * returns the crc value of the nvram
130 * @param nvh nvram header pointer
155 #define BCM_JUMBO_START "Broadcom Jumbo Nvram file"