Lines Matching +full:stdout +full:- +full:path

5  * Copyright (C) 1996-2005 Paul Mackerras.
70 regs = rprop->value; in sparc32_path_component()
72 dp->name, in sparc32_path_component()
73 regs->which_io, regs->phys_addr); in sparc32_path_component()
86 regs = prop->value; in sbus_path_component()
88 dp->name, in sbus_path_component()
89 regs->which_io, in sbus_path_component()
90 regs->phys_addr); in sbus_path_component()
104 regs = prop->value; in pci_path_component()
105 devfn = (regs->phys_hi >> 8) & 0xff; in pci_path_component()
108 dp->name, in pci_path_component()
113 dp->name, in pci_path_component()
128 regs = prop->value; in ebus_path_component()
131 dp->name, in ebus_path_component()
132 regs->which_io, regs->phys_addr); in ebus_path_component()
148 reg0 = (unsigned int)dp->phandle; in ambapp_path_component()
150 regs = prop->value; in ambapp_path_component()
151 reg0 = regs->phys_addr; in ambapp_path_component()
159 intr = prop->value; in ambapp_path_component()
164 vendor = prop->value; in ambapp_path_component()
168 device = prop->value; in ambapp_path_component()
171 dp->name, *vendor, *device, in ambapp_path_component()
177 struct device_node *parent = dp->parent; in __build_path_component()
180 if (!strcmp(parent->type, "pci") || in __build_path_component()
181 !strcmp(parent->type, "pciex")) in __build_path_component()
183 if (!strcmp(parent->type, "sbus")) in __build_path_component()
185 if (!strcmp(parent->type, "ebus")) in __build_path_component()
187 if (!strcmp(parent->type, "ambapp")) in __build_path_component()
204 strcpy(tmp_buf, dp->name); in build_path_component()
216 char *msg = "OF stdout device is: %s\n"; in of_console_init()
228 switch (*romvec->pv_stdout) { in of_console_init()
242 prom_printf("Invalid PROM_V0 stdout value %u\n", in of_console_init()
243 *romvec->pv_stdout); in of_console_init()
249 if (!tmp--) in of_console_init()
258 strcpy(of_console_path, dp->full_name); in of_console_init()
268 fd = *romvec->pv_v2bootargs.fd_stdout; in of_console_init()
271 node = (*romvec->pv_v2devops.v2_inst2pkg)(fd); in of_console_init()
276 prom_printf("Cannot resolve stdout node from " in of_console_init()
284 prom_printf("Console stdout lacks " in of_console_init()
298 strcpy(of_console_path, dp->full_name); in of_console_init()
299 switch (*romvec->pv_stdout) { in of_console_init()
308 const char *path; in of_console_init() local
311 path = of_get_property(dp, "stdout-path", NULL); in of_console_init()
312 if (!path) { in of_console_init()
313 prom_printf("No stdout-path in root node.\n"); in of_console_init()
316 strcpy(of_console_path, path); in of_console_init()