| /src/sys/dev/fdt/ |
| fdt_boot.c | 378 const char *stdout_path; local in function:fdt_update_stdout_path 385 if (optstr_get_string(boot_args, "stdout-path", &stdout_path) == false) 388 const char *ep = strchr(stdout_path, ' '); 389 size_t stdout_path_len = ep ? (ep - stdout_path) : strlen(stdout_path); 393 strncpy(buf, stdout_path, stdout_path_len);
|
| fdt_boot.c | 378 const char *stdout_path; local in function:fdt_update_stdout_path 385 if (optstr_get_string(boot_args, "stdout-path", &stdout_path) == false) 388 const char *ep = strchr(stdout_path, ' '); 389 size_t stdout_path_len = ep ? (ep - stdout_path) : strlen(stdout_path); 393 strncpy(buf, stdout_path, stdout_path_len);
|
| fdt_boot.c | 378 const char *stdout_path; local in function:fdt_update_stdout_path 385 if (optstr_get_string(boot_args, "stdout-path", &stdout_path) == false) 388 const char *ep = strchr(stdout_path, ' '); 389 size_t stdout_path_len = ep ? (ep - stdout_path) : strlen(stdout_path); 393 strncpy(buf, stdout_path, stdout_path_len);
|