Lines Matching refs:TFAIL
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()
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()
540 tst_resm(TFAIL, "didn't set first child's lock, " in main()
567 tst_resm(TFAIL, "didn't set third child's lock, " in main()
605 tst_resm(TFAIL, "child 2 didn't deadlock, " in main()
619 tst_resm(TFAIL, "Block 1 FAILED"); in main()