• Home
  • Raw
  • Download

Lines Matching refs:tst_brkm

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()
94 tst_brkm(TBROK, NULL, "uid mismatch"); in test1()
100 tst_brkm(TBROK, NULL, "mode mismatch (mode=%o)", st.st_mode); in test1()
106 tst_brkm(TBROK, NULL, "open didn't fail as expected!"); 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()
131 tst_brkm(TFAIL, NULL, in test1()
141 tst_brkm(TFAIL | TERRNO, NULL, "write to slave"); in test1()
146 tst_brkm(TFAIL | TERRNO, NULL, "read from master"); in test1()
149 tst_brkm(TFAIL, NULL, in test1()
158 tst_brkm(TFAIL, NULL, in test1()
167 tst_brkm(TFAIL, NULL, 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()
224 tst_brkm(TFAIL, NULL, in test2()
230 tst_brkm(TFAIL, NULL, in test2()
235 tst_brkm(TFAIL, NULL, in test2()
241 tst_brkm(TBROK, NULL, "close"); in test2()
256 tst_brkm(TFAIL | TERRNO, NULL, in test3()
278 tst_brkm(TBROK, NULL, "ptsname() call failed"); in test4()
282 tst_brkm(TBROK, NULL, "grantpt() call failed"); in test4()
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()
311 tst_brkm(TBROK, NULL, "close slave again"); in test4()
315 tst_brkm(TBROK, NULL, "close slave once more"); in test4()
319 tst_brkm(TBROK, NULL, "close master"); in test4()
339 tst_brkm(TBROK, NULL, "fork()"); in test5()
372 tst_brkm(TFAIL, NULL, in test5()