Home | Sort by: relevance | last modified time | path |
/src/sys/arch/landisk/stand/boot/ | |
boot2.c | 101 } bootcmds[] = { variable in typeref:typename:const struct bootblk_command[] 422 docommand(bootcmds, c); |
/src/sys/arch/zaurus/stand/zboot/ | |
boot.c | 70 } bootcmds[] = { variable in typeref:typename:const struct bootblk_command[] 397 for (i = 0; bootcmds[i].c_name != NULL; i++) { 398 if (strcmp(arg, bootcmds[i].c_name) == 0) { 399 (*bootcmds[i].c_fn)(options); |