Searched refs:cur_kver (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/include/ |
H A D | tst_kvercmp.h | 13 int tst_kvcmp(const char *cur_kver, int r1, int r2, int r3); 23 const char *tst_kvcmp_distname(const char *cur_kver); 28 int tst_kvexcmp(const char *tst_exv, const char *cur_kver);
|
/third_party/ltp/testcases/lib/ |
H A D | tst_kvcmp.c | 71 static int compare_kver(const char *cur_kver, char *kver) in compare_kver() argument 74 const char *distname = tst_kvcmp_distname(cur_kver); in compare_kver() 92 return tst_kvexcmp(exkver, cur_kver); in compare_kver() 102 return tst_kvcmp(cur_kver, v1, v2, v3); in compare_kver()
|
/third_party/ltp/lib/ |
H A D | tst_kvercmp.c | 84 int tst_kvcmp(const char *cur_kver, int r1, int r2, int r3) in tst_kvcmp() argument 89 if (tst_parse_kver(cur_kver, &a1, &a2, &a3)) { in tst_kvcmp() 92 cur_kver); in tst_kvcmp()
|
Completed in 2 milliseconds