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

  /src/sys/arch/evbppc/mpc85xx/
autoconf.c 89 if (root_string[0] != '\0'
90 && (booted_device = device_find_by_xname(root_string)) != NULL) {
110 if (root_string[0] != '\0'
111 && !strcmp(device_xname(dev), root_string)) {
machdep.c 117 char root_string[16]; variable in typeref:typename:char[16]
1114 strlcpy(root_string, cp, sizeof(root_string));
1121 if (root_string[0])
1122 printf(" root=%s", root_string);
  /src/sys/arch/powerpc/include/booke/
cpuvar.h 206 extern char root_string[];

Completed in 14 milliseconds