Lines Matching refs:TERRNO
83 tst_brkm(TBROK | TERRNO, NULL, "ptsname() call failed"); in test1()
87 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed"); in test1()
91 tst_brkm(TBROK | TERRNO, NULL, "stat(%s) failed", slavename); in test1()
110 tst_brkm(TBROK | TERRNO, NULL, "unlockpt() failed"); in test1()
123 tst_brkm(TFAIL | TERRNO, NULL, "write to master"); in test1()
128 tst_brkm(TFAIL | TERRNO, NULL, "read from slave"); in test1()
141 tst_brkm(TFAIL | TERRNO, NULL, "write to slave"); in test1()
146 tst_brkm(TFAIL | TERRNO, NULL, "read from master"); in test1()
176 tst_brkm(TBROK | TERRNO, NULL, "close of slave"); in test1()
179 tst_brkm(TBROK | TERRNO, NULL, "close of master"); in test1()
201 tst_brkm(TBROK | TERRNO, NULL, "ptsname() call failed"); in test2()
205 tst_brkm(TBROK | TERRNO, NULL, "grantpt() call failed"); in test2()
209 tst_brkm(TBROK | TERRNO, NULL, "unlockpt() call failed"); in test2()
219 tst_brkm(TBROK | TERRNO, NULL, "close()"); in test2()
256 tst_brkm(TFAIL | TERRNO, NULL, in test3()
286 tst_brkm(TBROK | TERRNO, NULL, "unlockpt() call failed"); in test4()
293 tst_brkm(TFAIL | TERRNO, NULL, "Could not open %s (again)", in test4()
299 tst_brkm(TFAIL | TERRNO, NULL, "Could not open %s (once more)", in test4()
307 tst_brkm(TBROK | TERRNO, NULL, "close slave"); in test4()