Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dcrash_core.c213 char *p = cmdline, *ck_cmdline = NULL; in get_last_crashkernel() local
234 ck_cmdline = p; in get_last_crashkernel()
238 ck_cmdline = p; in get_last_crashkernel()
244 return ck_cmdline; in get_last_crashkernel()
255 char *ck_cmdline; in __parse_crashkernel() local
262 if (!ck_cmdline) in __parse_crashkernel()
265 ck_cmdline += strlen(name); in __parse_crashkernel()
268 return parse_crashkernel_suffix(ck_cmdline, crash_size, in __parse_crashkernel()
274 first_colon = strchr(ck_cmdline, ':'); in __parse_crashkernel()
275 first_space = strchr(ck_cmdline, ' '); in __parse_crashkernel()
[all …]