OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 23 02:09:52 GMT 2025