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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cachefile/
H A Dcachefile.kshlib39 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
/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 ]]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h192 #define CPATH 256 /* maximum -c and binary path length */ macro
H A Dcpio.c487 Max_namesz = CPATH; /* Maximum size of pathnames/filenames */
1308 Max_namesz = CPATH;
1313 Max_namesz = CPATH;
4635 Max_namesz = CPATH;
4641 Max_namesz = CPATH;
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c70 #define CPATH "/sbin" /* an EPATH element */ macro
665 * bad, so use CPATH (which is just a duplicate of some
669 cpath = CPATH;

Completed in 309 milliseconds