Searched refs:tst_parse_kver (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/lib/ |
H A D | tst_kvercmp.c | 48 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 D | tst_test.c | 905 if (tst_parse_kver(tst_test->min_kver, &v1, &v2, &v3)) { in check_kver()
|
/third_party/ltp/include/ |
H A D | tst_kvercmp.h | 18 int tst_parse_kver(const char *str_kver, int *v1, int *v2, int *v3);
|
/third_party/ltp/testcases/lib/ |
H A D | tst_kvcmp.c | 95 if (tst_parse_kver(ver, &v1, &v2, &v3)) { in compare_kver()
|
Completed in 4 milliseconds