Home | History | Annotate | Download | only in fcntl

Lines Matching refs:TFAIL

62 			tst_resm(TFAIL, "fcntl(2) failed to FAIL");
64 tst_resm(TFAIL, "Expected EINVAL got %d", errno);
70 tst_resm(TFAIL, "F_SETLK: fcntl(2) failed to FAIL");
72 tst_resm(TFAIL, "F_SETLK: Expected EFAULT got %d",
79 tst_resm(TFAIL, "F_SETLKW: fcntl(2) failed to FAIL");
81 tst_resm(TFAIL, "F_SETLKW: Expected EFAULT got %d",
88 tst_resm(TFAIL, "F_GETLK: fcntl(2) failed to FAIL");
90 tst_resm(TFAIL, "F_GETLK: Expected EFAULT got %d",
105 tst_resm(TFAIL, "fcntl(2) failed to FAIL");
107 tst_resm(TFAIL, "Expected EINVAL, got %d", errno);
112 tst_resm(TFAIL, "fcntl(2) failed to FAIL");
114 tst_resm(TFAIL, "Expected EBADF, got %d", errno);