Searched refs:stdout_ihandle (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/shark/ofw/
H A Dvga_ofbus.c131 int stdout_ihandle, stdout_phandle, ret; local
142 OF_getprop(chosen_phandle, "stdout", &stdout_ihandle,
143 sizeof(stdout_ihandle)) != sizeof(stdout_ihandle)) {
146 stdout_ihandle = of_decode_int((unsigned char *)&stdout_ihandle);
147 if ((stdout_phandle = OF_instance_to_package(stdout_ihandle)) == -1 ||
157 if (OF_call_method("text-mode3", stdout_ihandle, 0, 0) != 0) {
165 console_ihandle = stdout_ihandle;
H A Dchipsfb_ofbus.c91 int stdout_ihandle, stdout_phandle; local
127 OF_getprop(chosen_phandle, "stdout", &stdout_ihandle,
128 sizeof(stdout_ihandle)) != sizeof(stdout_ihandle)) {
131 stdout_ihandle = of_decode_int((void *)&stdout_ihandle);
132 stdout_phandle = OF_instance_to_package(stdout_ihandle);
141 console_ihandle = stdout_ihandle;
H A Digsfb_ofbus.c93 int stdout_ihandle, stdout_phandle; local
129 OF_getprop(chosen_phandle, "stdout", &stdout_ihandle,
130 sizeof(stdout_ihandle)) != sizeof(stdout_ihandle)) {
133 stdout_ihandle = of_decode_int((void *)&stdout_ihandle);
134 stdout_phandle = OF_instance_to_package(stdout_ihandle);
156 console_ihandle = stdout_ihandle;

Completed in 100 milliseconds