OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stdout_phandle
(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
100
stdout_phandle
= 0;
137
stdout_phandle
= OF_instance_to_package(stdout_ihandle);
139
if (
stdout_phandle
!= igs_node) {
166
igsfb_ofbus_phandle =
stdout_phandle
;
chipsfb_ofbus.c
93
int stdout_ihandle,
stdout_phandle
;
local in function:chipsfb_ofbus_cnattach
96
stdout_phandle
= 0;
132
stdout_phandle
= OF_instance_to_package(stdout_ihandle);
134
if (
stdout_phandle
!= ct_node)
139
chipsfb_ofbus_phandle =
stdout_phandle
;
vga_ofbus.c
133
int stdout_ihandle,
stdout_phandle
, ret;
local in function:vga_ofbus_cnattach
136
stdout_phandle
= 0;
149
if ((
stdout_phandle
= OF_instance_to_package(stdout_ihandle)) == -1 ||
150
OF_getprop(
stdout_phandle
, "device_type", buf, sizeof(buf)) <= 0) {
Completed in 11 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025