tag | line | file | source code |
---|---|---|---|
shell | 848 | init/main.c | static int do_shell(void * shell) |
shell | 855 | init/main.c | return execve(shell, argv, envp); |
shell | 859 | init/main.c | static int do_linuxrc(void * shell) |
shell | 868 | init/main.c | return execve(shell, argv, envp_init); |