HomeSort by: relevance | last modified time | path
    Searched defs:stdout_path (Results 1 - 3 of 3) sorted by relevancy

  /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);

Completed in 81 milliseconds