Home
last modified time | relevance | path

Searched refs:tst_kconfig_check (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/include/
Dtst_kconfig.h57 int tst_kconfig_check(const char *const kconfigs[]);
/third_party/ltp/testcases/lib/
Dtst_check_kconfigs.c45 if (tst_kconfig_check((const char * const*)kconfigs)) in main()
/third_party/ltp/lib/
Dtst_kconfig.c493 int tst_kconfig_check(const char *const kconfigs[]) in tst_kconfig_check() function
Dtst_test.c1033 if (tst_test->needs_kconfigs && tst_kconfig_check(tst_test->needs_kconfigs)) in do_setup()