Lines Matching defs:status
535 static int parent, child, status, fail = 0;
628 tst_resm(TFAIL, "Attempt to check lock status failed");
766 waitpid(pid, &status, 0);
886 waitpid(child, &status, 0);
889 if (status != 0) {
890 tst_resm(TFAIL, "tchild returned status 0x%x", status);
1014 * Check that proper error status is returned when invalid
1137 waitpid(child, &status, 0);
1138 if (WEXITSTATUS(status) != 0) {
1140 tst_resm(TFAIL, "child returned bad exit status");
1145 if (status != 0) {
1146 tst_resm(TFAIL, "child returned status 0x%x", status);