Searched refs:ck_cmdline (Results 1 – 1 of 1) sorted by relevance
194 char *p = cmdline, *ck_cmdline = NULL; in get_last_crashkernel() local215 ck_cmdline = p; in get_last_crashkernel()219 ck_cmdline = p; in get_last_crashkernel()225 if (!ck_cmdline) in get_last_crashkernel()228 return ck_cmdline; in get_last_crashkernel()239 char *ck_cmdline; in __parse_crashkernel() local247 if (!ck_cmdline) in __parse_crashkernel()250 ck_cmdline += strlen(name); in __parse_crashkernel()259 first_colon = strchr(ck_cmdline, ':'); in __parse_crashkernel()260 first_space = strchr(ck_cmdline, ' '); in __parse_crashkernel()[all …]
Completed in 5 milliseconds