Searched refs:ck_cmdline (Results 1 – 1 of 1) sorted by relevance
219 char *p = cmdline, *ck_cmdline = NULL; in get_last_crashkernel() local240 ck_cmdline = p; in get_last_crashkernel()244 ck_cmdline = p; in get_last_crashkernel()250 return ck_cmdline; in get_last_crashkernel()260 char *ck_cmdline; in __parse_crashkernel() local268 if (!ck_cmdline) in __parse_crashkernel()271 ck_cmdline += strlen(name); in __parse_crashkernel()274 return parse_crashkernel_suffix(ck_cmdline, crash_size, in __parse_crashkernel()280 first_colon = strchr(ck_cmdline, ':'); in __parse_crashkernel()281 first_space = strchr(ck_cmdline, ' '); in __parse_crashkernel()[all …]
Completed in 4 milliseconds