Home
last modified time | relevance | path

Searched refs:cachefile (Results 1 – 25 of 31) sorted by relevance

12

/titanic_41/usr/src/test/zfs-tests/tests/functional/cachefile/
H A Dcachefile_004_pos.ksh33 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
34 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
92 log_must $ZPOOL create -o cachefile=$CPATH1 $TESTPOOL1 $vdev0
94 log_must $ZPOOL create -o cachefile=$CPATH1 $TESTPOOL2 $vdev1
97 log_must $ZPOOL set cachefile=$CPATH2 $TESTPOOL1
99 log_must $ZPOOL set cachefile=$CPATH2 $TESTPOOL2
112 log_must $ZPOOL set cachefile=$CPATH2 $TESTPOOL1
115 log_must $ZPOOL set cachefile=$CPATH2 $TESTPOOL2
H A Dcachefile_002_pos.ksh33 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
34 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
64 log_must $ZPOOL create -o cachefile=none $TESTPOOL $DISKS
73 log_must $ZPOOL import -o cachefile=none -d $DEVICEDIR $TESTPOOL
77 log_must $ZPOOL import -o cachefile=$CPATH -d $DEVICEDIR $TESTPOOL
H A Dcachefile_001_pos.ksh33 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
34 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
77 log_must $ZPOOL create -o cachefile=${opts[i]} $TESTPOOL $DISKS
85 PROP=$(get_pool_prop cachefile $TESTPOOL)
H A Dcachefile_003_pos.ksh33 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
34 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
83 log_must $ZPOOL create -o altroot=$TESTDIR -o cachefile=${opts[i]} \
91 PROP=$(get_pool_prop cachefile $TESTPOOL)
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/cachefile
26 FILES = cachefile.cfg \
27 cachefile.kshlib
H A Dcachefile.kshlib39 typeset cachefile=${2:-$CPATH}
41 RESULT=$($STRINGS $cachefile | $GREP -w $1)
H A Dcachefile.cfg32 export CPATH1=/var/tmp/cachefile.$$
33 export CPATH2=/cachefile.$$
/titanic_41/usr/src/cmd/print/scripts/
H A Dgetmodels42 cachefile=/var/lp/ppd/ppdcache
43 [[ -f $cachefile ]] || exit 1
44 /bin/grep "^$1" $cachefile | nawk '{FS=":"; print $2}' | uniq
H A Dppdfilename2mmp49 cachefile=/var/lp/ppd/ppdcache
50 [[ -f $cachefile ]] || exit 1
52 cacheentry=$(/bin/grep "$1" $cachefile)
H A Dgetppds62 cachefile=/var/lp/ppd/ppdcache
63 [[ -f $cachefile ]] || exit 1
77 for pentry in $(ppd_make_entries "${make}" "${model}" "${cachefile}")
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh89 log_must $ZPOOL create -o delegation=off -o cachefile=$CPATH $TESTPOOL $disk
97 RESULT=$(get_pool_prop cachefile $TESTPOOL)
H A Dzpool_create.cfg95 export CPATH="/var/tmp/cachefile.create"
/titanic_41/usr/src/test/zfs-tests/tests/functional/
H A DMakefile23 cachefile \
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dinode.c53 cachefile(feblock, len) in cachefile() function
H A Dfsck.h241 struct fileinfo *cachefile();
H A Dpass1.c104 (void) cachefile(rootblock, rootlen); in pass1()
155 (void) cachefile(fidp->fid_icb.lad_ext_loc, in pass1()
/titanic_41/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c270 (void) snprintf(cachefile, MAXPATHLEN, "%s/%s%s", in dlmgmt_init()
295 (void) snprintf(cachefile, MAXPATHLEN, "%s/%s", in dlmgmt_init()
H A Ddlmgmt_impl.h89 extern char cachefile[];
H A Ddlmgmt_db.c149 char cachefile[MAXPATHLEN]; variable
154 (persistent) ? DLMGMT_PERSISTENT_DB_PATH : cachefile);
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get.cfg33 "bootfs" "delegation" "autoreplace" "cachefile" "dedupditto" "dedupratio"
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c1320 zpool_find_import_cached(libzfs_handle_t *hdl, const char *cachefile, in zpool_find_import_cached() argument
1335 if ((fd = open(cachefile, O_RDONLY)) < 0) { in zpool_find_import_cached()
1461 if (import->cachefile != NULL) in zpool_search_import()
1462 return (zpool_find_import_cached(hdl, import->cachefile, in zpool_search_import()
H A Dlibzfs.h364 char *cachefile; /* cachefile to use for import */ member
/titanic_41/usr/src/cmd/zhack/
H A Dzhack.c528 g_importargs.cachefile = optarg; in main()
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_main.c1824 char *cachefile = NULL; in zpool_do_import() local
1835 cachefile = optarg; in zpool_do_import()
1922 if (cachefile && nsearch != 0) { in zpool_do_import()
2012 idata.cachefile = cachefile; in zpool_do_import()
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.mf37 dir path=opt/zfs-tests/tests/functional/cachefile
325 file path=opt/zfs-tests/tests/functional/cachefile/cachefile.cfg mode=0555
326 file path=opt/zfs-tests/tests/functional/cachefile/cachefile.kshlib mode=0555
327 file path=opt/zfs-tests/tests/functional/cachefile/cachefile_001_pos mode=0555
328 file path=opt/zfs-tests/tests/functional/cachefile/cachefile_002_pos mode=0555
329 file path=opt/zfs-tests/tests/functional/cachefile/cachefile_003_pos mode=0555
330 file path=opt/zfs-tests/tests/functional/cachefile/cachefile_004_pos mode=0555

12