Lines Matching full:variable
2 * NVRAM variable manipulation
55 * Get default value for an NVRAM variable
64 * restore specific per-interface variable
96 * Get the value of an NVRAM variable. The pointer returned may be
98 * @param name name of variable to get
99 * @return value of variable or NULL if undefined
104 * Get the value of an NVRAM variable. The pointer returned may be
106 * @param name name of variable to get
108 * @return value of variable or NULL if undefined
119 * Get the value of an NVRAM variable.
120 * @param name name of variable to get
121 * @return value of variable or NUL if undefined
131 * Match an NVRAM variable.
132 * @param name name of variable to match
133 * @param match value to compare against value of variable
134 * @return TRUE if variable is defined and its value is string equal
154 * Match an NVRAM variable.
155 * @param name name of variable to match
157 * @param match value to compare against value of variable
158 * @return TRUE if variable is defined and its value is string equal
170 * Inversely match an NVRAM variable.
171 * @param name name of variable to match
172 * @param match value to compare against value of variable
173 * @return TRUE if variable is defined and its value is not string
193 * Set the value of an NVRAM variable. The name and value strings are
197 * @param name name of variable to set
198 * @param value value of variable
204 * Set the value of an NVRAM variable. The name and value strings are
208 * @param name name of variable to set
210 * @param value value of variable
215 * Unset an NVRAM variable. Pointers to previously set values
217 * @param name name of variable to unset
257 /* The NVRAM version number stored as an NVRAM variable */