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

  /src/sys/arch/sparc/sparc/
openprom.c 132 int node, optionsnode, len, ok, error, s; local in function:openpromioctl
135 optionsnode = prom_getoptionsnode();
139 *(int *)data = optionsnode;
146 if (node != 0 && node != lastnode && node != optionsnode) {
promlib.c 555 static int optionsnode; local in function:prom_getoptionsnode
557 if (optionsnode == 0) {
558 optionsnode = prom_findnode(prom_firstchild(prom_findroot()),
561 return optionsnode;

Completed in 12 milliseconds