Lines Matching refs:append_str
67 append_str(char *orig, char *str, char *delim)
904 newstr = append_str(kern_bargs, serial_config[0], " ");
910 newstr = append_str(kern_bargs, serial_config[1], " ");
917 newstr = append_str(kern_bargs, extra_args, " ");
1175 newstr = append_str(kernel, BFLAG, " ");
1177 kernel = append_str(newstr, "console=", " ");
1179 newstr = append_str(kernel, console_dev, "");
1184 newstr = append_str(kernel, "console=", ",");
1186 kernel = append_str(newstr, console_dev, "");
1200 newstr = append_str(kernel, BFLAG, " ");
1209 newstr = append_str(kernel, "ttya-mode='", delim);
1214 * append_str() as it will be inserted between the current
1218 kernel = append_str(newstr, "'", serial_config[0]);
1225 newstr = append_str(kernel, "ttyb-mode='", delim);
1230 * append_str() as it will be inserted between the current
1234 kernel = append_str(newstr, "'", serial_config[1]);