Lines Matching refs:tst_resm

109 		tst_resm(TFAIL, "Couldn't create parent_pipe! errno = %d",
114 tst_resm(TFAIL, "Couldn't create child_pipe1! errno = %d",
119 tst_resm(TFAIL, "Couldn't create child_pipe2! errno = %d",
124 tst_resm(TFAIL, "Couldn't create child_pipe3! errno = %d",
132 tst_resm(TFAIL, "Couldn't open temp file! errno = %d", errno);
136 tst_resm(TFAIL, "Couldn't write to temp file! errno = %d",
145 tst_resm(TFAIL, "SIGALRM signal setup failed, errno: %d",
155 tst_resm(TFAIL, "SIGCHLD signal setup failed, errno: %d", errno);
189 tst_resm(TINFO, "child 1 starting");
192 tst_resm(TINFO, "child 1 lock err %d", err);
195 tst_resm(TINFO, "child 1 pid %d locked", getpid());
200 tst_resm(TINFO, "child 1 resuming");
202 tst_resm(TINFO, "child 1 unlocked");
205 tst_resm(TINFO, "child 1 exiting");
221 tst_resm(TINFO, "child 2 starting");
224 tst_resm(TINFO, "child 2 lock err %d", err);
227 tst_resm(TINFO, "child 2 pid %d locked", getpid());
232 tst_resm(TINFO, "child 2 resuming");
235 tst_resm(TINFO, "child 2 lockw err %d", err);
238 tst_resm(TINFO, "child 2 lockw locked");
243 tst_resm(TINFO, "child 2 exiting");
259 tst_resm(TINFO, "child 3 starting");
262 tst_resm(TINFO, "child 3 lock err %d", err);
265 tst_resm(TINFO, "child 3 pid %d locked", getpid());
270 tst_resm(TINFO, "child 3 resuming");
273 tst_resm(TINFO, "child 3 lockw err %d", err);
276 tst_resm(TINFO, "child 3 lockw locked");
281 tst_resm(TINFO, "child 3 exiting");
295 tst_resm(TFAIL, "fcntl on file failed, errno =%d", errno);
300 tst_resm(TFAIL, "lock type is wrong should be %s is %s",
306 tst_resm(TFAIL, "lock whence is wrong should be %d is %d",
312 tst_resm(TFAIL, "region starts in wrong place, "
319 tst_resm(TFAIL,
326 tst_resm(TFAIL, "locking pid is wrong, should be %d is %d",
353 tst_resm(TFAIL, "couldn't send message to parent");
363 tst_resm(TFAIL, "parent_wait() failed");
372 tst_resm(TFAIL, "couldn't send message to child");
382 tst_resm(TFAIL, "couldn't get message from parent");
408 tst_resm(TFAIL, "Unexpected death of child process");
420 tst_resm(TFAIL, "Attempt to signal child 1 failed.");
424 tst_resm(TFAIL, "Attempt to signal child 2 failed.");
427 tst_resm(TFAIL, "Attempt to signal child 2 failed.");
429 tst_resm(TFAIL, "Alarm expired, deadlock not detected");
430 tst_resm(TWARN, "You may need to kill child processes by hand");
460 tst_resm(TINFO, "setup failed");
469 tst_resm(TINFO, "Enter preparation phase");
530 tst_resm(TINFO, "Exit preparation phase");
533 tst_resm(TINFO, "Enter block 1");
540 tst_resm(TFAIL, "didn't set first child's lock, "
544 tst_resm(TINFO, "do_test failed child 1");
553 tst_resm(TINFO, "didn't set second child's lock, "
558 tst_resm(TINFO, "do_test failed child 2");
567 tst_resm(TFAIL, "didn't set third child's lock, "
572 tst_resm(TINFO, "do_test failed child 3");
605 tst_resm(TFAIL, "child 2 didn't deadlock, "
619 tst_resm(TFAIL, "Block 1 FAILED");
621 tst_resm(TPASS, "Block 1 PASSED");
623 tst_resm(TINFO, "Exit block 1");