Home
last modified time | relevance | path

Searched refs:origfile (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_002_pos.ksh55 [[ -e $origfile ]] && \
56 log_must rm -f $origfile
68 file_write -o create -f $origfile -b $BLOCK_SIZE -c $WRITE_COUNT
82 compare_cksum $origfile $rstfile
109 origfile=$TESTDIR/$TESTFILE1
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_send/
H A Dzfs_send_002_pos.ksh65 [[ -e $origfile ]] && \
66 log_must $RM -f $origfile
78 log_must $FILE_WRITE -o create -f $origfile -b $BLOCK_SIZE -c $WRITE_COUNT
96 compare_cksum $origfile $rstfile
123 origfile=$TESTDIR/$TESTFILE1
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py60 origfile = FileConfig() variable in Config
1020 for x in [(sym.origsym, Config.origfile),
1055 d_orig = SymbolDump(Config.origfile)
1110 Config.origfile.init(opts.out_orig)
1141 (Config.origfile.filename, Config.newfile.filename) = (args[0], args[1])
1143 origlib = Shlib(Config.origfile.filename)