Lines Matching full:environment
8 #include <environment.h>
107 * @op: operations performed on the environment
111 * This will return the preferred environment for the given priority.
135 * env_driver_lookup() - Finds the most suited environment location
136 * @op: operations performed on the environment
140 * This will try to find the available environment with the highest
156 debug("%s: No environment driver for location %d\n", __func__, in env_driver_lookup()
192 printf("Loading Environment from %s... ", drv->name); in env_load()
212 * In case of invalid environment, we set the 'default' env location in env_load()
214 * 1. Environment location with bad CRC, if such location was found in env_load()
217 * This way, next calls to env_save() will restore the environment in env_load()
221 debug("Selecting environment with bad CRC\n"); in env_load()
243 printf("Saving Environment to %s... ", drv->name); in env_save()
267 debug("%s: Environment %s init done (ret=%d)\n", __func__, in env_init()