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

/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootspi/
H A Denv_vars.c37 static int currentIndex; variable
56 if (currentIndex < MAX_BOOT_COMMANDS) {
57 ch = boot_commands[currentIndex][currentOffset++];
60 ++currentIndex;
124 currentIndex = 0;
/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootiic/
H A Denv_vars.c37 static int currentIndex; variable
56 if (currentIndex < MAX_BOOT_COMMANDS) {
57 ch = boot_commands[currentIndex][currentOffset++];
60 ++currentIndex;
202 currentIndex = 0;

Completed in 45 milliseconds