Searched refs:CPATH (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cachefile/
H A Dcachefile.kshlib38 typeset cachefile=${2:-$CPATH}
H A Dcachefile_003_pos.ksh39 # Setting altroot=<path> and cachefile=$CPATH for zpool create is succeed
71 log_assert "Setting altroot=path and cachefile=$CPATH for zpool create succeed."
77 "$CPATH" "-" \
100 log_pass "Setting altroot=path and cachefile=$CPATH for zpool create succeed."
H A Dcachefile_001_pos.ksh70 "$CPATH" "true" "-" \
H A Dcachefile_002_pos.ksh77 log_must zpool import -o cachefile=$CPATH -d $DEVICEDIR $TESTPOOL
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cachefile/
H A Dcachefile.kshlib41 typeset cachefile=${2:-$CPATH}
H A Dcachefile_003_pos.ksh43 # Setting altroot=<path> and cachefile=$CPATH for zpool create is succeed
82 log_assert "Setting altroot=path and cachefile=$CPATH for zpool create succeed."
89 "$CPATH" "$CPATHARG" \
112 log_pass "Setting altroot=path and cachefile=$CPATH for zpool create succeed."
H A Dcachefile_001_pos.ksh82 "$CPATH" "true" "$CPATHARG" \
H A Dcachefile_002_pos.ksh88 log_must $ZPOOL import -o cachefile=$CPATH -d $DEVICEDIR $TESTPOOL
H A Dcachefile_test.sh66 atf_set "descr" "Setting altroot=path and cachefile=$CPATH for zpool create succeed."
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_cachefile_device_replaced.ksh80 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
83 log_must cp $CPATH $CPATHBKP
88 log_must cp $CPATHBKP $CPATH
89 log_must zpool import -c $CPATH -o cachefile=$CPATH $TESTPOOL1
94 log_must cp $CPATH $CPATHBKP2
106 log_must cp $CPATHBKP $CPATH
107 log_must zpool import -c $CPATH $TESTPOOL1
130 log_must rm -f $CPATH $CPATHBKP $CPATHBKP2
H A Dimport_cachefile_paths_changed.ksh44 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
46 log_must cp $CPATH $CPATHBKP
59 log_must rm -f $CPATH $CPATHBKP
74 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
82 log_must zpool create -f -o cachefile=$CPATH $TESTPOOL1 $poolcreate
83 log_must cp $CPATH $CPATHBKP
96 log_must rm -f $CPATH $CPATHBKP
H A Dimport_cachefile_device_removed.ksh51 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
53 log_must cp $CPATH $CPATHBKP
66 log_must rm -f $CPATH $CPATHBKP
79 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 \
82 log_must cp $CPATH $CPATHBKP
98 log_must rm -f $CPATH $CPATHBKP
111 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 \
114 log_must cp $CPATH $CPATHBKP
130 log_must rm -f $CPATH $CPATHBKP
H A Dimport_cachefile_mirror_attached.ksh46 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
48 log_must cp $CPATH $CPATHBKP
59 log_must rm -f $CPATH $CPATHBKP
H A Dimport_cachefile_mirror_detached.ksh44 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
46 log_must cp $CPATH $CPATHBKP
58 log_must rm -f $CPATH $CPATHBKP
H A Dimport_cachefile_device_added.ksh45 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
47 log_must cp $CPATH $CPATHBKP
58 log_must rm -f $CPATH $CPATHBKP
H A Dimport_cachefile_shared_device.ksh72 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $pool1
74 log_must cp $CPATH $CPATHBKP
102 log_must rm -f $CPATH $CPATHBKP
H A Dzpool_import.kshlib29 log_must rm -f $CPATH $CPATHBKP $CPATHBKP2 $MD5FILE $MD5FILE2
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh65 if [[ -f $CPATH ]] ; then
66 log_must $RM $CPATH
83 set -A vals "off" "off" "$CPATH" "3"
105 log_must $ZPOOL create -o delegation=off -o cachefile=$CPATH $TESTPOOL $disk
114 if [[ $RESULT != $CPATH ]]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh50 rm -f $CPATH
62 typeset vals=("off" "off" "$CPATH" "3" "on")
83 log_must zpool create -o delegation=off -o cachefile=$CPATH $TESTPOOL $DISK0
92 if [[ $RESULT != $CPATH ]]
/freebsd-13-stable/usr.sbin/certctl/
H A Dcertctl.sh135 local CFUNC CSEARCH CPATH CFILE
143 for CPATH in "$@"; do
144 [ -d "$CPATH" ] || continue
145 echo "Scanning $CPATH for certificates..."
146 for CFILE in $(ls -1 "${CPATH}" | grep -Ee "${FILEPAT}"); do
147 [ -e "$CPATH/$CFILE" ] || continue
149 "$CFUNC" "$CPATH/$CFILE"

Completed in 163 milliseconds