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()
963 const char *first_space; in print_kernel_cmdline() 984 first_space = cutoff; in print_kernel_cmdline() 985 while (first_space > cmdline && first_space[-1] == ' ') in print_kernel_cmdline() 986 first_space--; in print_kernel_cmdline() 987 to_print = first_space - cmdline; in print_kernel_cmdline() 960 const char *first_space; print_kernel_cmdline() local