Home
last modified time | relevance | path

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

/Linux-v5.4/init/
Dmain.c142 static char *execute_command; variable
338 execute_command = str; in init_setup()
1141 if (execute_command) { in kernel_init()
1142 ret = run_init_process(execute_command); in kernel_init()
1146 execute_command, ret); in kernel_init()