Searched refs:exp_errno (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_verifier_log.c | 64 static void check_ret(int ret, int exp_errno) in check_ret() argument 72 if (!ret || errno != exp_errno) { in check_ret() 74 ret, errno, -1, exp_errno); in check_ret() 89 size_t exp_len, int exp_errno, const char *full_log) in test_log_good() argument 97 check_ret(ret, exp_errno); in test_log_good()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/ |
| H A D | 0001-syscalls-pread02-extend-buffer-to-avoid-glibc-overflow-detection.patch | 54 TST_EXP_FAIL2(pread(*tc->fd, &buf, tc->nb, tc->offst), tc->exp_errno,
|