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

/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootspi/
H A Denv_vars.c28 char boot_commands[MAX_BOOT_COMMANDS][MAX_INPUT_SIZE]; variable
57 ch = boot_commands[currentIndex][currentOffset++];
84 for (i = 0; boot_commands[i][0]; i++)
85 printf("0x%x : %s[E]\n", i, boot_commands[i]);
105 p_memset((char*)boot_commands, 0, sizeof(boot_commands));
109 boot_commands[index][j] = *cptr++;
/illumos-gate/usr/src/boot/sys/boot/arm/at91/bootiic/
H A Denv_vars.c28 char boot_commands[MAX_BOOT_COMMANDS][MAX_INPUT_SIZE]; variable
57 ch = boot_commands[currentIndex][currentOffset++];
90 copySize = p_strlen(boot_commands[i]);
96 memcpy(cPtr, boot_commands[i], copySize);
122 p_memset(boot_commands[index], 0, MAX_INPUT_SIZE);
128 boot_commands[index][i] = command[i];
129 if (!(boot_commands[index][i]))
150 putchar(boot_commands[i][j]);
151 if (!(boot_commands[i][j]))
175 p_memset((char*)boot_commands,
[all...]

Completed in 81 milliseconds