Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dkexec.c1833 char *first_colon, *first_space; in __parse_crashkernel() local
1854 first_colon = strchr(ck_cmdline, ':'); in __parse_crashkernel()
1856 if (first_colon && (!first_space || first_colon < first_space)) in __parse_crashkernel()