| /src/sys/arch/shark/ofw/ | 
| igsfb_ofbus.c | 95 	int chosen_phandle, igs_node;  local in function:igsfb_ofbus_cnattach 131 	if ((chosen_phandle = OF_finddevice("/chosen")) == -1 ||
 132 	    OF_getprop(chosen_phandle, "stdout", &stdout_ihandle,
 
 | 
| chipsfb_ofbus.c | 92 	int chosen_phandle, ct_node;  local in function:chipsfb_ofbus_cnattach 126 	if ((chosen_phandle = OF_finddevice("/chosen")) == -1 ||
 127 	    OF_getprop(chosen_phandle, "stdout", &stdout_ihandle,
 
 | 
| vga_ofbus.c | 132 	int chosen_phandle;  local in function:vga_ofbus_cnattach 143 	if ((chosen_phandle = OF_finddevice("/chosen")) == -1 ||
 144 	    OF_getprop(chosen_phandle, "stdout", &stdout_ihandle,
 
 | 
| /src/sys/arch/arm/fdt/ | 
| arm_simplefb.c | 102 	int chosen_phandle, child;  local in function:arm_simplefb_find_node 104 	chosen_phandle = OF_finddevice("/chosen");
 105 	if (chosen_phandle == -1)
 108 	for (child = OF_child(chosen_phandle); child; child = OF_peer(child)) {
 
 |