Lines Matching full:environment
14 * The "environment" is stored as a list of '\0' terminated
20 * The environment is preceded by a 32 bit CRC over the data part.
152 unsigned char data[ENV_SIZE]; /* Environment data */
156 extern env_t environment;
172 /* Value for environment validity */
174 ENV_INVALID, /* No valid environment */
175 ENV_VALID, /* First or only environment is valid */
176 ENV_REDUND, /* Redundant environment is valid */
210 * load() - Load the environment from storage
212 * This method is optional. If not provided, no environment will be
220 * save() - Save the environment to storage
229 * init() - Set up the initial pre-relocation environment
233 * @return 0 if OK, -ENOENT if no initial environment could be found,
239 /* Declare a new environment location driver */
261 /* Look up the variable from the default environment */
264 /* [re]set to the default environment */
267 /* [re]set individual variables to their value in the default environment */
283 * env_get_char() - Get a character from the early environment
285 * This reads from the pre-relocation environment
293 * env_load() - Load the environment from storage
300 * env_save() - Save the environment to storage