Searched defs:buffCount (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootiic/
H A Dloader_prompt.c41 static int buffCount; variable
337 if (buffCount) {
339 inputBuffer[--buffCount] = 0;
344 if (buffCount < MAX_INPUT_SIZE - 1) {
345 inputBuffer[buffCount++] = p_char;
352 buffCount = 0;
377 buffCount = 0;
/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootspi/
H A Dloader_prompt.c40 static int buffCount; variable
317 if (buffCount) {
319 inputBuffer[--buffCount] = 0;
324 if (buffCount < MAX_INPUT_SIZE - 1) {
325 inputBuffer[buffCount++] = p_char;
332 buffCount = 0;
356 buffCount = 0;

Completed in 57 milliseconds