Home | History | Annotate | Download | only in semctl

Lines Matching defs:FAILED

71 #define FAILED	0
110 tst_resm(TFAIL, "\tsignal failed. errno = %d", errno);
117 "\tFork failed (may be OK if under stress)");
136 tst_resm(TFAIL, "%s[%d] Test failed. exit=0x%x", prog,
138 local_flag = FAILED;
150 local_flag = FAILED;
153 if (local_flag != FAILED)
156 tst_resm(TFAIL, "semctl06 failed");
173 tst_resm(TFAIL, "\tsemget() failed errno %d", errno);
186 tst_resm(TFAIL, "\tfirst semop() failed errno %d", errno);
192 tst_resm(TFAIL, "\tfork failed");
212 local_flag = FAILED;
224 local_flag = FAILED;
230 tst_resm(TFAIL, "\tsemctl() failed errno %d", errno);
239 local_flag = FAILED;
250 tst_resm(TFAIL, "\tsemctl(IPC_RMID) failed errno %d", errno);
251 local_flag = FAILED;
253 if (local_flag == FAILED)
274 tst_resm(TFAIL, "\tsemop1 failed errno %d", errno);
281 tst_resm(TFAIL, "\tsemop2 failed errno %d", errno);
293 tst_resm(TFAIL, "\tsignal failed. errno %d", errno);