Searched refs:first_space (Results 1 – 2 of 2) sorted by relevance
263 char *first_colon, *first_space; in __parse_crashkernel() local285 first_space = strchr(ck_cmdline, ' '); in __parse_crashkernel()286 if (first_colon && (!first_space || first_colon < first_space)) in __parse_crashkernel()
960 const char *first_space; in print_kernel_cmdline() local981 first_space = cutoff; in print_kernel_cmdline()982 while (first_space > cmdline && first_space[-1] == ' ') in print_kernel_cmdline()983 first_space--; in print_kernel_cmdline()984 to_print = first_space - cmdline; in print_kernel_cmdline()