| /test/ontest-stc2/src/suites/nfs/fnfs/tests/basic/ |
| ck_execmap02.ksh | 78 ck_opendir ${AUTO_MNT}/${i} > $NAME.open.$$ 2>&1 80 grep "failed" $NAME.open.$$ > /dev/null 2>&1 84 cat $NAME.open.$$ 90 cat $NAME.open.$$ 97 ck_opendir ${AUTO_MNT}/${j} > $NAME.open.$$ 2>&1 99 grep "failed" $NAME.open.$$ > /dev/null 2>&1 103 cat $NAME.open.$$ 109 cat $NAME.open.$$
|
| /test/stcnv/usr/src/suites/nfs/fnfs/tests/basic/ |
| ck_execmap02.ksh | 78 ck_opendir ${AUTO_MNT}/${i} > $NAME.open.$$ 2>&1 80 grep "failed" $NAME.open.$$ > /dev/null 2>&1 84 cat $NAME.open.$$ 90 cat $NAME.open.$$ 97 ck_opendir ${AUTO_MNT}/${j} > $NAME.open.$$ 2>&1 99 grep "failed" $NAME.open.$$ > /dev/null 2>&1 103 cat $NAME.open.$$ 109 cat $NAME.open.$$
|
| /test/ontest-stc2/src/suites/net/nicdrv/tools/summary/ |
| dt_clean.pl | 30 my $file_flag = open ALLFUNC, "/tmp/sum_called_func.tmp.log"; 33 die "could not open /tmp//tmp/sum_called_func.tmp.log"; 35 my $out_tmp = open TMPLOG, ">", "/tmp/tmp.driver_called_func.tmp.log"; 38 die "could not open /tmp/tmp.driver_called_func.tmp.log";
|
| dt_parse.pl | 30 my $file_flag = open ALLFUNC, "/tmp/driver_all_func.tmp.log"; 33 die "could not open /tmp/driver_all_func.tmp.log";
|
| /test/stcnv/usr/src/suites/net/nicdrv/tools/summary/ |
| dt_clean.pl | 30 my $file_flag = open ALLFUNC, "/tmp/sum_called_func.tmp.log"; 33 die "could not open /tmp//tmp/sum_called_func.tmp.log"; 35 my $out_tmp = open TMPLOG, ">", "/tmp/tmp.driver_called_func.tmp.log"; 38 die "could not open /tmp/tmp.driver_called_func.tmp.log";
|
| dt_parse.pl | 30 my $file_flag = open ALLFUNC, "/tmp/driver_all_func.tmp.log"; 33 die "could not open /tmp/driver_all_func.tmp.log";
|
| /test/ohacts/src/ |
| README | 29 This directory tree contains the open-source version of the Open HA Cluster 31 Open HA Cluster Automated Test Suite User's Guide, 61 3. Open the new ohacts/src/defines.mk file for editing. 86 "Open HA Cluster Automated Test Suite User's Guide".
|
| /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/recovery/client/ |
| open_dg.c | 36 * 2) client# fd1 = open(file, RD_ONLY) 37 * 3) client# fd2 = open(file, WR_ONLY) 97 /* open file with O_RDONLY */ 98 fd1 = open(argv[1], O_RDONLY); 101 perror("open(file, O_RDONLY)"); 105 /* open the same file with O_WRONLY */ 106 fd2 = open(argv[1], O_WRONLY); 109 perror("open(file, O_WRONLY)");
|
| /test/stcnv/usr/src/suites/nfs/nfsgen/bin/ |
| open_dg.c | 36 * 2) client# fd1 = open(file, RD_ONLY) 37 * 3) client# fd2 = open(file, WR_ONLY) 97 /* open file with O_RDONLY */ 98 fd1 = open(argv[1], O_RDONLY); 101 perror("open(file, O_RDONLY)"); 105 /* open the same file with O_WRONLY */ 106 fd2 = open(argv[1], O_WRONLY); 109 perror("open(file, O_WRONLY)");
|
| /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/basic_ops/open/ |
| Makefile | 29 TDIR= basic_ops/open 36 DATAFILES= OPEN.env OPEN.flist
|
| /test/ontest-stc2/src/tools/stf/bin/ |
| stf_compare.pl | 43 open(EXP_BASE, $EXP_BASE) || die "$0: can't open file, $EXP_BASE\n"; 44 open(NEW_BASE, $NEW_BASE) || die "$0: can't open file, $NEW_BASE\n";
|
| /test/stcnv/usr/src/suites/nfs/nfsv4/tests/basic_ops/open/ |
| Makefile | 29 TDIR= basic_ops/open 36 DATAFILES= OPEN.env OPEN.flist
|
| /test/stcnv/usr/src/tools/stf/bin/ |
| stf_compare.pl | 43 open(EXP_BASE, $EXP_BASE) || die "$0: can't open file, $EXP_BASE\n"; 44 open(NEW_BASE, $NEW_BASE) || die "$0: can't open file, $NEW_BASE\n";
|
| /test/ontest-stc2/src/suites/zfs/bin/ |
| dir_rd_update.c | 80 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); 83 "%s: open(<%s>, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC) failed: errno (decimal)=%d\n", 91 int fd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); 105 int fd = open(dirpath, O_RDONLY);
|
| /test/stcnv/usr/src/suites/fs/zfs/bin/ |
| dir_rd_update.c | 80 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); 83 "%s: open(<%s>, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC) failed: errno (decimal)=%d\n", 91 int fd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); 105 int fd = open(dirpath, O_RDONLY);
|
| /test/ohacts/src/faultserver/csrc/ |
| osync_file_create.c | 49 if ((fd = open(argv[1], O_CREAT|O_RDWR|O_SYNC, 0777)) == -1) { 50 perror("open failed !!!");
|
| /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/delegation/ |
| get_deleg_type.c | 46 if ((fd = open(argv[1], O_RDONLY)) < 0) { 47 perror("open failed");
|
| /test/ontest-stc2/src/suites/zfs/tests/functional/exec/ |
| mmap_exec.c | 53 if ((fd = open(argv[1], O_RDONLY)) < 0) { 54 perror("open");
|
| /test/ontest-stc2/src/tools/tet/ |
| README | 8 This directory tree contains the open source version of the TET3 test harness. 25 The current open soure version of TET3 can be downloaded at:
|
| /test/ontest-stc2/src/tools/tet/contrib/ctitools/src/utils/ |
| build_suite_pkg.pl | 122 open(PKGINFO, ">$TMPDIR/pkginfodir.$STAMP/pkginfo") || 123 &fatal_error("Could not open the pkginfo file $TMPDIR/pkginfodir.$STAMP/pkginfo\n"); 200 open(INFO, "$_[0]") 201 || &fatal_error("ERROR: Unable to open $_[0]\n"); 234 open(STCINFO, "$tetsuiteroot/$suitedir/STC.INFO") 318 open(PKGINFO, ">$TMPDIR/pkginfo.$STAMP") 319 || &fatal_error("ERROR: Unable to open $TMPDIR/pkginfo.$STAMP ". 343 open(DEPEND_IN, "$pkgdefs/depend") 344 || &fatal_error("ERROR: Unable to open ". 361 open (DEPEND_OUT, ">$TMPDIR/depend.$STAMP" [all...] |
| /test/stcnv/usr/src/suites/fs/zfs/tests/functional/exec/ |
| mmap_exec.c | 53 if ((fd = open(argv[1], O_RDONLY)) < 0) { 54 perror("open");
|
| /test/stcnv/usr/src/suites/nfs/nfsgen/tests/delegation/bin/ |
| get_deleg_type.c | 46 if ((fd = open(argv[1], O_RDONLY)) < 0) { 47 perror("open failed");
|
| /test/stcnv/usr/src/suites/nfs/nfsgen/tests/delegation/oneclient/nonewop/ |
| nonewop.ksh | 37 # expected $deleg_type2. It verifies $cmd2 won't cause new OPEN 73 # save current open and close statistic 74 prev_open=$(save_rfsreqcntv4 open) || cleanup $STF_UNRESOLVED 91 # check open and close op statistic 92 RUN_CHECK check_rfsreqcntv4_equal open $prev_open || cleanup $STF_FAIL
|
| /test/stcnv/usr/src/tools/tet/contrib/ctitools/src/scripts/ |
| build_tet_pkg.pl | 226 open(INFO, "$_[0]") 227 || &fatal_error("ERROR: Unable to open $_[0]\n"); 259 open(CTI_INFO, "$cti_root/STC.INFO") 260 || die "ERROR: failed to open $cti_root/STC.INFO\n"; 336 open(PKGINFO, ">$TMPDIR/pkginfo.$STAMP") 337 || &fatal_error("ERROR: Unable to open $TMPDIR/pkginfo.$STAMP ". 362 open(DEPEND_IN, "$pkgdefs/depend") 363 || &fatal_error("ERROR: Unable to open ". 380 open (DEPEND_OUT, ">$TMPDIR/depend.$STAMP") 381 || &fatal_error("ERROR: Unable to open $TMPDIR/depend.$STAMP " [all...] |
| /test/ontest-stc2/src/tools/tet/contrib/ctitools/src/scripts/ |
| build_tet_pkg.pl | 187 open(INFO, "$_[0]") 188 || &fatal_error("ERROR: Unable to open $_[0]\n"); 253 open(PKGINFO, ">$TMPDIR/pkginfo.$STAMP") 254 || &fatal_error("ERROR: Unable to open $TMPDIR/pkginfo.$STAMP ". 279 open(DEPEND_IN, "$pkgdefs/depend") 280 || &fatal_error("ERROR: Unable to open ". 297 open (DEPEND_OUT, ">$TMPDIR/depend.$STAMP") 298 || &fatal_error("ERROR: Unable to open $TMPDIR/depend.$STAMP ". 337 open(PROTO_FILES, ">$TMPDIR/proto_files.$STAMP") 338 || &fatal_error("Unable to open file for writing: " [all...] |