OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stdout_ihandle
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/shark/ofw/
chipsfb_ofbus.c
93
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
;
igsfb_ofbus.c
96
int
stdout_ihandle
, stdout_phandle;
local
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
;
vga_ofbus.c
133
int
stdout_ihandle
, stdout_phandle, ret;
local
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 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026