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