Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dkexec.c1379 char *first_colon, *first_space; in parse_crashkernel() local
1401 first_colon = strchr(ck_cmdline, ':'); in parse_crashkernel()
1403 if (first_colon && (!first_space || first_colon < first_space)) in parse_crashkernel()