Lines Matching refs:exp_errno
28 int exp_errno; member
79 .exp_errno = EBADF,
85 .exp_errno = EINVAL,
92 .exp_errno = EINVAL,
98 .exp_errno = EINVAL,
104 .exp_errno = EPERM,
127 if (ret == -1 && errno == t->exp_errno) { in test_setns()
129 t->msg, t->exp_errno, in test_setns()
130 tst_strerrno(t->exp_errno)); in test_setns()
133 t->msg, t->exp_errno, in test_setns()
134 tst_strerrno(t->exp_errno)); in test_setns()