Searched refs:stdoutPath (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp584 const char *stdoutPath = (const char *)fdt_getprop(fdt, chosen, "stdout-path", &len); local
585 if (stdoutPath == NULL)
593 char *separator = strchr(stdoutPath, ':');
594 int namelen = (separator == NULL) ? len - 1 : separator - stdoutPath;
596 int stdoutNode = fdt_path_offset_namelen(fdt, stdoutPath, namelen);

Completed in 37 milliseconds