Home
last modified time | relevance | path

Searched refs:CPATH (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_cachefile_device_replaced.ksh78 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
81 log_must cp $CPATH $CPATHBKP
86 log_must cp $CPATHBKP $CPATH
87 log_must zpool import -c $CPATH -o cachefile=$CPATH $TESTPOOL1
92 log_must cp $CPATH $CPATHBKP2
104 log_must cp $CPATHBKP $CPATH
105 log_must zpool import -c $CPATH $TESTPOOL1
128 log_must rm -f $CPATH $CPATHBKP $CPATHBKP2
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_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_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_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.cfg72 export CPATH=/var/tmp/cachefile.$$
H A Dzpool_import.kshlib31 log_must rm -f $CPATH $CPATHBKP $CPATHBKP2 $MD5FILE $MD5FILE2
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh50 [[ -f $CPATH ]] && log_must rm $CPATH
68 typeset vals=("off" "off" "$CPATH" "3" "on")
89 log_must zpool create -o delegation=off -o cachefile=$CPATH $TESTPOOL $disk
98 if [[ $RESULT != $CPATH ]]
H A Dzpool_create.cfg94 export CPATH="/var/tmp/cachefile.create"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cachefile/
H A Dcachefile_003_pos.ksh71 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.kshlib39 typeset cachefile=${2:-$CPATH}
H A Dcachefile_001_pos.ksh70 "$CPATH" "true" "-" \
H A Dcachefile_002_pos.ksh77 log_must zpool import -o cachefile=$CPATH -d $DEVICEDIR $TESTPOOL
H A Dcachefile.cfg31 export CPATH="/etc/zfs/zpool.cache"
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h192 #define CPATH 256 /* maximum -c and binary path length */ macro
H A Dcpio.c496 Max_namesz = CPATH; /* Maximum size of pathnames/filenames */
1317 Max_namesz = CPATH; in ckopts()
1322 Max_namesz = CPATH; in ckopts()
4643 Max_namesz = CPATH; in gethdr()
4649 Max_namesz = CPATH; in gethdr()
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c70 #define CPATH "/sbin" /* an EPATH element */ macro
669 cpath = CPATH; in exenv()