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

  /src/sys/arch/shark/shark/
shark_machdep.c 382 static char *boot_component; local in function:ofw_device_register
387 if (boot_component == NULL) {
389 boot_component = boot_file;
390 if (boot_component == NULL)
392 cp = strrchr(boot_component, ':');
409 || boot_component == NULL
410 || boot_component[0] == '\0')
434 char *cp = strchr(boot_component, '@');
448 char *cp = strchr(boot_component, '@');
463 if (!strncmp(name, &boot_component[1], i
    [all...]

Completed in 36 milliseconds