Searched refs:cur_kver (Results 1 – 3 of 3) sorted by relevance
/external/ltp/include/ |
D | tst_kvercmp.h | 41 int tst_kvcmp(const char *cur_kver, int r1, int r2, int r3); 51 const char *tst_kvcmp_distname(const char *cur_kver); 56 int tst_kvexcmp(const char *tst_exv, const char *cur_kver);
|
/external/ltp/testcases/lib/ |
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()
|
/external/ltp/lib/ |
D | tst_kvercmp.c | 81 int tst_kvcmp(const char *cur_kver, int r1, int r2, int r3) in tst_kvcmp() argument 86 if (tst_parse_kver(cur_kver, &a1, &a2, &a3)) { in tst_kvcmp() 89 cur_kver); in tst_kvcmp()
|