Home
last modified time | relevance | path

Searched refs:stdinnode (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/sparc64/dev/
H A Dconsinit.c180 extern int stdinnode, fbnode; in consinit()
191 if ((stdinnode = OF_instance_to_package(stdin)) == 0) { in consinit()
196 if (OF_getprop(stdinnode, "compatible", buffer, in consinit()
212 if (stdinnode && (OF_getproplen(stdinnode,"keyboard") >= 0)) { in consinit()
/openbsd/sys/arch/sparc64/sparc64/
H A Dautoconf.c118 int stdinnode; /* node ID of ROM's console input device */ variable