Lines Matching +full:stdout +full:- +full:path
36 } while (*(table - 1) || *table != '\n'); in planetcore_prepare_table()
96 for (j = 5; j >= 0; j--) { in planetcore_set_mac_addrs()
109 char *path; in planetcore_set_stdout_path() local
117 node = find_node_by_prop_value_str(NULL, "linux,planetcore-label", in planetcore_set_stdout_path()
122 path = get_path(node, prop_buf, MAX_PROP_LEN); in planetcore_set_stdout_path()
123 if (!path) in planetcore_set_stdout_path()
132 setprop_str(chosen, "linux,stdout-path", path); in planetcore_set_stdout_path()
137 void *chosen, *stdout; in planetcore_set_serial_speed() local
146 len = getprop(chosen, "linux,stdout-path", prop_buf, MAX_PROP_LEN); in planetcore_set_serial_speed()
150 stdout = finddevice(prop_buf); in planetcore_set_serial_speed()
151 if (!stdout) { in planetcore_set_serial_speed()
153 "Bad /chosen/linux,stdout-path.\r\n"); in planetcore_set_serial_speed()
165 setprop(stdout, "current-speed", &baud32, 4); in planetcore_set_serial_speed()