OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_subcommands
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hpcmips/stand/lcboot/
main.c
164
static struct bootmenu_command
opt_subcommands
[] = {
variable in typeref:struct:bootmenu_command[]
748
for (i = 0;
opt_subcommands
[i].c_name != NULL; i++) {
749
if (strcmp(subcmd,
opt_subcommands
[i].c_name) == 0) {
750
opt_subcommands
[i].c_fn(opt);
754
if (
opt_subcommands
[i].c_name == NULL) {
main.c
164
static struct bootmenu_command
opt_subcommands
[] = {
variable in typeref:struct:bootmenu_command[]
748
for (i = 0;
opt_subcommands
[i].c_name != NULL; i++) {
749
if (strcmp(subcmd,
opt_subcommands
[i].c_name) == 0) {
750
opt_subcommands
[i].c_fn(opt);
754
if (
opt_subcommands
[i].c_name == NULL) {
main.c
164
static struct bootmenu_command
opt_subcommands
[] = {
variable in typeref:struct:bootmenu_command[]
748
for (i = 0;
opt_subcommands
[i].c_name != NULL; i++) {
749
if (strcmp(subcmd,
opt_subcommands
[i].c_name) == 0) {
750
opt_subcommands
[i].c_fn(opt);
754
if (
opt_subcommands
[i].c_name == NULL) {
Completed in 68 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025