Searched refs:root_string (Results 1 – 4 of 4) sorted by relevance
89 if (root_string[0] != '\0' in cpu_rootconf()90 && (booted_device = device_find_by_xname(root_string)) != NULL) { in cpu_rootconf()110 if (root_string[0] != '\0' in device_register()111 && !strcmp(device_xname(dev), root_string)) { in device_register()
117 char root_string[16]; variable1114 strlcpy(root_string, cp, sizeof(root_string)); in parse_cmdline()1121 if (root_string[0]) in parse_cmdline()1122 printf(" root=%s", root_string); in parse_cmdline()
206 extern char root_string[];
156 char *t, *root_string; in arg_should_not_be_sent_to_server() local187 root_string = this_root->original; in arg_should_not_be_sent_to_server()195 root_string = CVSroot_cmdline; in arg_should_not_be_sent_to_server()199 root_string = this_root->original; in arg_should_not_be_sent_to_server()204 if (root_string && current_parsed_root in arg_should_not_be_sent_to_server()205 && strcmp (root_string, original_parsed_root->original)) in arg_should_not_be_sent_to_server()