Searched refs:MAX_ENV_SIZE (Results 1 – 2 of 2) sorted by relevance
25 #define MAX_ENV_SIZE (9 + 2 + 1) macro53 char name[MAX_ENV_SIZE]; in bootmenu_getoption()
74 #define MAX_ENV_SIZE (1 << 20) /* 1 MiB */ macro1156 while (size < MAX_ENV_SIZE) { in do_env_import()1162 if (size == MAX_ENV_SIZE) { in do_env_import()1164 " - truncated\n", MAX_ENV_SIZE); in do_env_import()
Completed in 5 milliseconds