Searched refs:config_file (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/Documentation/sphinx/ |
H A D | load_config.py | 19 config_file = os.environ.get("SPHINX_CONF", None) 20 if (config_file is not None 21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ): 22 config_file = os.path.abspath(config_file) 25 start = config_file.find('Documentation/') 27 start = config_file.find('/', start + 1) 29 end = config_file.rfind('/') 31 dir = config_file[start + 1:end] 47 if os.path.isfile(config_file) [all...] |
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | load_config.py | 19 config_file = os.environ.get("SPHINX_CONF", None) 20 if (config_file is not None 21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ): 22 config_file = os.path.abspath(config_file) 25 start = config_file.find('Documentation/') 27 start = config_file.find('/', start + 1) 29 end = config_file.rfind('/') 31 dir = config_file[start + 1:end] 47 if os.path.isfile(config_file) [all...] |
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dt_to_config | 402 } elsif (($config_file) && ($configs =~ /CONFIG_/)) { 464 if ($config_file) { 945 if (! -r $config_file) { 946 print STDERR "file '$config_file' is not readable or does not exist\n"; 950 if (!open(CONFIG_FILE, "<", "$config_file")) { 951 print STDERR "open $config_file failed\n"; 989 "c=s" => \$config_file, 990 "config=s" => \$config_file, 1168 if ($config_file) {
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dt_to_config | 402 } elsif (($config_file) && ($configs =~ /CONFIG_/)) { 464 if ($config_file) { 945 if (! -r $config_file) { 946 print STDERR "file '$config_file' is not readable or does not exist\n"; 950 if (!open(CONFIG_FILE, "<", "$config_file")) { 951 print STDERR "open $config_file failed\n"; 989 "c=s" => \$config_file, 990 "config=s" => \$config_file, 1168 if ($config_file) {
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | streamline_config.pl | 125 my @config_file = read_config; 426 foreach my $line (@config_file) { 616 foreach my $line (@config_file) {
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | streamline_config.pl | 125 my @config_file = read_config; 426 foreach my $line (@config_file) { 616 foreach my $line (@config_file) {
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | config.c | 39 static FILE *config_file; variable 53 if ((f = config_file) != NULL) { in get_next_char() 499 config_file = f; in perf_config_from_file()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_sd.c | 96 static struct sclp_sd_file *config_file; variable 562 config_file = sclp_sd_file_create("config", SD_DI_CONFIG); in sclp_sd_init() 563 if (!config_file) in sclp_sd_init()
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_sd.c | 96 static struct sclp_sd_file *config_file; variable 564 config_file = sclp_sd_file_create("config", SD_DI_CONFIG); in sclp_sd_init() 565 if (!config_file) in sclp_sd_init()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | config.c | 40 static FILE *config_file; variable 54 if ((f = config_file) != NULL) { in get_next_char() 505 config_file = f; in perf_config_from_file()
|
Completed in 9 milliseconds