Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/ !
Dkexec.c1347 char *p = cmdline, *ck_cmdline = NULL; in parse_crashkernel() local
1357 ck_cmdline = p; in parse_crashkernel()
1361 if (!ck_cmdline) in parse_crashkernel()
1364 ck_cmdline += 12; /* strlen("crashkernel=") */ in parse_crashkernel()
1370 first_colon = strchr(ck_cmdline, ':'); in parse_crashkernel()
1371 first_space = strchr(ck_cmdline, ' '); in parse_crashkernel()
1373 return parse_crashkernel_mem(ck_cmdline, system_ram, in parse_crashkernel()
1376 return parse_crashkernel_simple(ck_cmdline, crash_size, in parse_crashkernel()