Home
last modified time | relevance | path

Searched refs:tst_parse_kver (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/lib/
H A Dtst_kvercmp.c48 int tst_parse_kver(const char *str_kver, int *v1, int *v2, int *v3) in tst_parse_kver() function
89 if (tst_parse_kver(cur_kver, &a1, &a2, &a3)) { in tst_kvcmp()
H A Dtst_test.c905 if (tst_parse_kver(tst_test->min_kver, &v1, &v2, &v3)) { in check_kver()
/third_party/ltp/include/
H A Dtst_kvercmp.h18 int tst_parse_kver(const char *str_kver, int *v1, int *v2, int *v3);
/third_party/ltp/testcases/lib/
H A Dtst_kvcmp.c95 if (tst_parse_kver(ver, &v1, &v2, &v3)) { in compare_kver()

Completed in 5 milliseconds