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

  /src/sys/arch/shark/ofw/
igsfb_ofbus.c 96 int stdout_ihandle, stdout_phandle; local in function:igsfb_ofbus_cnattach
132 OF_getprop(chosen_phandle, "stdout", &stdout_ihandle,
133 sizeof(stdout_ihandle)) != sizeof(stdout_ihandle)) {
136 stdout_ihandle = of_decode_int((void *)&stdout_ihandle);
137 stdout_phandle = OF_instance_to_package(stdout_ihandle);
168 console_ihandle = stdout_ihandle;
chipsfb_ofbus.c 93 int stdout_ihandle, stdout_phandle; local in function:chipsfb_ofbus_cnattach
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;
vga_ofbus.c 133 int stdout_ihandle, stdout_phandle, ret; local in function:vga_ofbus_cnattach
144 OF_getprop(chosen_phandle, "stdout", &stdout_ihandle,
145 sizeof(stdout_ihandle)) != sizeof(stdout_ihandle)) {
148 stdout_ihandle = of_decode_int((unsigned char *)&stdout_ihandle);
149 if ((stdout_phandle = OF_instance_to_package(stdout_ihandle)) == -1 ||
159 if (OF_call_method("text-mode3", stdout_ihandle, 0, 0) != 0) {
167 console_ihandle = stdout_ihandle;

Completed in 14 milliseconds