Searched refs:tst_kvercmp2 (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/include/ |
D | tst_kvercmp.h | 42 int tst_kvercmp2(int r1, int r2, int r3, struct tst_kern_exv *vers);
|
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace08.c | 74 if (tst_kvercmp2(4, 19, 0, kvers) < 0) in setup()
|
/third_party/ltp/lib/ |
D | tst_kvercmp.c | 178 int tst_kvercmp2(int r1, int r2, int r3, struct tst_kern_exv *vers) in tst_kvercmp2() function
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify04.c | 113 if (tst_kvercmp2(2, 6, 25, kvers) >= 0) { in verify_inotify()
|
/third_party/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 173 if (tst_kvercmp2(4, 4, 27, kvers) < 0) in update_error()
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 540 int tst_kvercmp2(int r1, int r2, int r3, struct tst_kern_exv *vers); 550 The second function 'tst_kvercmp2()' allows for specifying per-vendor table of
|