Searched refs:print_config (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | diffconfig | 51 def print_config(op, config, value, new_value): function 111 print_config("-", config, a[config], None) 123 print_config("->", config, a[config], b[config]) 130 print_config("+", config, None, b[config])
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | diffconfig | 57 def print_config(op, config, value, new_value): function 117 print_config("-", config, a[config], None) 129 print_config("->", config, a[config], b[config]) 136 print_config("+", config, None, b[config])
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | diffconfig | 51 def print_config(op, config, value, new_value): function 111 print_config("-", config, a[config], None) 123 print_config("->", config, a[config], b[config]) 130 print_config("+", config, None, b[config])
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | config.c.in | 14 static int __init print_config(char *line, int *add) function 22 __uml_setup("--showconfig", print_config,
|
| /OK3568_Linux_fs/kernel/tools/testing/ktest/ |
| H A D | config-bisect.pl | 440 sub print_config { subroutine 592 print_config "-", $bad_configs{$item}; 605 print_config "+", $good_configs{$item};
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | runqemu | 971 def print_config(self): member in BaseConfig 1655 config.print_config()
|