Searched refs:inputBuffer (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/boot/arm/at91/bootiic/
H A Dloader_prompt.c40 static char inputBuffer[MAX_INPUT_SIZE]; variable
43 // argv pointer are either NULL or point to locations in inputBuffer
108 * of the first entry to begin restoring space in the inputBuffer.
339 inputBuffer[--buffCount] = 0;
345 inputBuffer[buffCount++] = p_char;
350 ParseCommand(inputBuffer);
351 p_memset(inputBuffer, 0, MAX_INPUT_SIZE);
375 p_memset((void*)inputBuffer, 0, sizeof(inputBuffer));
/freebsd-10.2-release/sys/boot/arm/at91/bootspi/
H A Dloader_prompt.c39 static char inputBuffer[MAX_INPUT_SIZE]; variable
42 // argv pointer are either NULL or point to locations in inputBuffer
319 inputBuffer[--buffCount] = 0;
325 inputBuffer[buffCount++] = p_char;
330 ParseCommand(inputBuffer);
331 p_memset(inputBuffer, 0, MAX_INPUT_SIZE);
355 p_memset((void*)inputBuffer, 0, sizeof(inputBuffer));

Completed in 79 milliseconds