Home
last modified time | relevance | path

Searched refs:parse_file (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/testing/kunit/
H A Dkunit_kernel.py147 kconfig = kunit_config.parse_file(UML_KCONFIG_PATH)
177 return kunit_config.parse_file(path)
187 partial = kunit_config.parse_file(path)
274 validated_kconfig = kunit_config.parse_file(kconfig_path)
312 old_kconfig = kunit_config.parse_file(old_path)
322 existing_kconfig = kunit_config.parse_file(kconfig_path)
H A Dkunit_config.py81 def parse_file(path: str) -> Kconfig: function
H A Dkunit_tool_test.py57 kconfig = kunit_config.parse_file(kconfig_path)
80 actual_kconfig = kunit_config.parse_file(kconfig_path)
/linux-6.15/scripts/mod/
H A Dsumversion.c258 static int parse_file(const char *fname, struct md4_ctx *md) in parse_file() function
340 if (!parse_file(p, md)) { in parse_source_files()
368 if (!parse_file(line, md)) { in parse_source_files()
/linux-6.15/scripts/
H A Dleaking_addresses.pl465 parse_file($file);
494 sub parse_file subroutine
/linux-6.15/scripts/lib/abi/
H A Dabi_parser.py284 def parse_file(self, fname, path, basename): member in AbiParser
377 self.parse_file(name, path, basename)
/linux-6.15/tools/mm/
H A Dpage-types.c1103 static void parse_file(const char *name) in parse_file() function
1286 parse_file(optarg); in main()