Searched refs:execute_command (Results 1 – 1 of 1) sorted by relevance
163 static char *execute_command; variable602 execute_command = str; in init_setup()1475 if (execute_command) { in kernel_init()1476 ret = run_init_process(execute_command); in kernel_init()1480 panic("Requested init %s failed (error %d).", execute_command, ret); in kernel_init()