tag | line | file | source code |
---|---|---|---|
CL_SIZE | 218 | arch/mips/kernel/setup.c | static char command_line[CL_SIZE] = { 0, }; |
CL_SIZE | 219 | arch/mips/kernel/setup.c | char saved_command_line[CL_SIZE]; |
CL_SIZE | 311 | arch/mips/kernel/setup.c | memcpy(saved_command_line, command_line, CL_SIZE); |
CL_SIZE | 312 | arch/mips/kernel/setup.c | saved_command_line[CL_SIZE-1] = '\0'; |
CL_SIZE | 131 | include/asm-mips/bootinfo.h | char command_line[CL_SIZE]; /* kernel command line parameters */ |