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

  /src/sys/arch/sparc64/sparc64/
autoconf.c 149 char ofbootpath[OFPATHLEN], *ofboottarget, *ofbootpartition; variable in typeref:typename:char[]**
427 ofbootpartition = cp+1;
443 ofbootpartition ? ofbootpartition : "<none>"));
945 if (ofbootpartition)
946 booted_partition = *ofbootpartition - 'a';
1090 if (ofbootpartition)
1091 booted_partition = *ofbootpartition - 'a';
machdep.c 310 extern char ofbootpath[], *ofbootpartition, *ofbootfile, *ofbootflags;
323 if (ofbootpartition) {
325 ofbootpath, ofbootpartition);

Completed in 13 milliseconds