Searched refs:MAX_INPUT_SIZE (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/boot/arm/at91/bootiic/
H A Denv_vars.c28 char boot_commands[MAX_BOOT_COMMANDS][MAX_INPUT_SIZE];
58 if (ch == '\0' || (currentOffset >= MAX_INPUT_SIZE)) {
122 p_memset(boot_commands[index], 0, MAX_INPUT_SIZE);
127 for (i = 0; i < MAX_INPUT_SIZE; ++i) {
149 for (j = 0; j < MAX_INPUT_SIZE; ++j) {
182 for (j = 0; (j < MAX_INPUT_SIZE) && size; ++j) {
H A Dloader_prompt.h26 #define MAX_INPUT_SIZE 256 macro
H A Dloader_prompt.c40 static char inputBuffer[MAX_INPUT_SIZE];
138 for (cCount = 0; cCount < MAX_INPUT_SIZE; ++cCount) {
344 if (buffCount < MAX_INPUT_SIZE - 1) {
351 p_memset(inputBuffer, 0, MAX_INPUT_SIZE);
/freebsd-10.1-release/sys/boot/arm/at91/bootspi/
H A Denv_vars.c28 char boot_commands[MAX_BOOT_COMMANDS][MAX_INPUT_SIZE];
58 if (ch == '\0' || (currentOffset >= MAX_INPUT_SIZE)) {
H A Dloader_prompt.h26 #define MAX_INPUT_SIZE 256 macro
H A Dloader_prompt.c39 static char inputBuffer[MAX_INPUT_SIZE];
116 for (cCount = 0; cCount < MAX_INPUT_SIZE; ++cCount) {
324 if (buffCount < MAX_INPUT_SIZE - 1) {
331 p_memset(inputBuffer, 0, MAX_INPUT_SIZE);

Completed in 65 milliseconds