tag | line | file | source code |
---|---|---|---|
CL_SIZE | 68 | arch/mips/kernel/setup.c | static char command_line[CL_SIZE] = { 0, }; |
CL_SIZE | 106 | arch/mips/kernel/setup.c | if (CL_SIZE <= ++len) |
CL_SIZE | 118 | include/asm-mips/bootinfo.h | char command_line[CL_SIZE]; /* kernel command line parameters */ |