Lines Matching refs:open
74 if ((slavefd = open(slavename, O_RDWR)) < 0) {
75 tst_brkm(TFAIL, NULL, "Could not open %s", slavename);
153 if ((slavefd = open(slavename, O_RDWR)) < 0) {
154 tst_brkm(TBROK, NULL, "Could not open %s", slavename);
231 if ((slavefd = open(slavename, O_RDWR)) < 0) {
232 tst_brkm(TBROK, NULL, "Could not open %s", slavename);
279 if ((slavefd = open(slavename, O_RDWR)) < 0) {
280 tst_brkm(TBROK, NULL, "Could not open %s", slavename);
283 if ((slavefd2 = open(slavename, O_RDWR)) < 0) {
284 tst_brkm(TFAIL, NULL, "Could not open %s (again)", slavename);
287 if ((slavefd3 = open(slavename, O_RDWR)) < 0) {
288 tst_brkm(TFAIL, NULL, "Could not open %s (once more)",
323 masterfd[i] = open(MASTERCLONE, O_RDWR);
353 if ((slavefd[i] = open(slavename, O_RDWR)) < 0) {
355 "Iteration %d: Could not open %s", i,
400 if ((slavefd = open(slavename, O_RDWR)) < 0) {
401 tst_brkm(TBROK, NULL, "Could not open %s", slavename);