Home
last modified time | relevance | path

Searched refs:execute_command (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/init/
Dmain.c161 static char *execute_command; variable
594 execute_command = str; in init_setup()
1508 if (execute_command) { in kernel_init()
1509 ret = run_init_process(execute_command); in kernel_init()
1513 execute_command, ret); in kernel_init()