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

  /src/sys/arch/evbppc/mpc85xx/
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);

Completed in 29 milliseconds