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

  /src/sys/arch/sparc64/dev/
consinit.c 161 int prom_stdin_node; variable in typeref:typename:int
180 if ((prom_stdin_node = prom_instance_to_package(prom_stdin())) == 0) {
183 DBPRINT(("stdin node = %x\n", prom_stdin_node));
191 if (prom_stdin_node != 0 &&
192 (prom_getproplen(prom_stdin_node, "keyboard") >= 0)) {
205 } else if (prom_stdin_node != 0 &&
  /src/sys/arch/sun2/dev/
consinit.c 78 int prom_stdin_node; /* node ID of ROM's console input device */ variable in typeref:typename:int
255 if ((prom_stdin_node = prom_instance_to_package(prom_stdin())) == 0) {
258 DBPRINT(("stdin package = %x\r\n", prom_stdin_node));
267 if (prom_stdin_node && prom_node_has_property(prom_stdin_node, "keyboard")) {
  /src/sys/arch/sparc/dev/
kd.c 515 int prom_stdin_node; variable in typeref:typename:int
642 // XXXMRG should these just set prom_stdin_node / prom_stdout_node?
661 prom_stdin_node = prom_instance_to_package(prom_stdin());
662 if (prom_stdin_node == 0)

Completed in 35 milliseconds