Searched refs:kconfigs (Results 1 – 8 of 8) sorted by relevance
36 char **kconfigs = malloc(++cnt * sizeof(char *)); in main() local37 if (!kconfigs) { in main()43 kconfigs[i] = strtok_r(str, delim, &str); in main()45 if (tst_kconfig_check((const char * const*)kconfigs)) in main()48 free(kconfigs); in main()
15 static const char *kconfigs[] = { variable22 .needs_kconfigs = kconfigs,
15 static const char *kconfigs[] = { variable28 .needs_kconfigs = kconfigs,
14 static const char *kconfigs[] = { variable26 .needs_kconfigs = kconfigs,
215 static size_t array_len(const char *const kconfigs[]) in array_len() argument219 while (kconfigs[++i]); in array_len()493 int tst_kconfig_check(const char *const kconfigs[]) in tst_kconfig_check() argument495 size_t expr_cnt = array_len(kconfigs); in tst_kconfig_check()504 exprs[i] = tst_bool_expr_parse(kconfigs[i]); in tst_kconfig_check()525 tst_res(TINFO, "Constraint '%s' not satisfied!", kconfigs[i]); in tst_kconfig_check()
57 int tst_kconfig_check(const char *const kconfigs[]);
207 | 'TST_NEEDS_KCONFIGS' | Checks kernel kconfigs support for the test (see below).
1598 static const char *kconfigs[] = {1605 .needs_kconfigs = kconfigs,