Home
last modified time | relevance | path

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

/titanic_51/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.cfg95 export CPATH="/var/tmp/cachefile.create"
/titanic_51/usr/src/test/zfs-tests/tests/functional/cachefile/
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.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"
/titanic_51/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; in ckopts()
1313 Max_namesz = CPATH; in ckopts()
4635 Max_namesz = CPATH; in gethdr()
4641 Max_namesz = CPATH; in gethdr()
/titanic_51/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 in exenv()
669 cpath = CPATH; in exenv()