| /titanic_41/usr/src/test/zfs-tests/tests/functional/cachefile/ |
| H A D | cachefile_004_pos.ksh | 33 . $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 D | cachefile_002_pos.ksh | 33 . $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 D | cachefile_001_pos.ksh | 33 . $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 D | cachefile_003_pos.ksh | 33 . $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 D | Makefile | 19 TESTDIR = $(ROOTOPTPKG)/tests/functional/cachefile 26 FILES = cachefile.cfg \ 27 cachefile.kshlib
|
| H A D | cachefile.kshlib | 39 typeset cachefile=${2:-$CPATH} 41 RESULT=$($STRINGS $cachefile | $GREP -w $1)
|
| H A D | cachefile.cfg | 32 export CPATH1=/var/tmp/cachefile.$$ 33 export CPATH2=/cachefile.$$
|
| /titanic_41/usr/src/cmd/print/scripts/ |
| H A D | getmodels | 42 cachefile=/var/lp/ppd/ppdcache 43 [[ -f $cachefile ]] || exit 1 44 /bin/grep "^$1" $cachefile | nawk '{FS=":"; print $2}' | uniq
|
| H A D | ppdfilename2mmp | 49 cachefile=/var/lp/ppd/ppdcache 50 [[ -f $cachefile ]] || exit 1 52 cacheentry=$(/bin/grep "$1" $cachefile)
|
| H A D | getppds | 62 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 D | zpool_create_018_pos.ksh | 89 log_must $ZPOOL create -o delegation=off -o cachefile=$CPATH $TESTPOOL $disk 97 RESULT=$(get_pool_prop cachefile $TESTPOOL)
|
| H A D | zpool_create.cfg | 95 export CPATH="/var/tmp/cachefile.create"
|
| /titanic_41/usr/src/test/zfs-tests/tests/functional/ |
| H A D | Makefile | 23 cachefile \
|
| /titanic_41/usr/src/cmd/fs.d/udfs/fsck/ |
| H A D | inode.c | 53 cachefile(feblock, len) in cachefile() function
|
| H A D | fsck.h | 241 struct fileinfo *cachefile();
|
| H A D | pass1.c | 104 (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 D | dlmgmt_main.c | 270 (void) snprintf(cachefile, MAXPATHLEN, "%s/%s%s", in dlmgmt_init() 295 (void) snprintf(cachefile, MAXPATHLEN, "%s/%s", in dlmgmt_init()
|
| H A D | dlmgmt_impl.h | 89 extern char cachefile[];
|
| H A D | dlmgmt_db.c | 149 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 D | zpool_get.cfg | 33 "bootfs" "delegation" "autoreplace" "cachefile" "dedupditto" "dedupratio"
|
| /titanic_41/usr/src/lib/libzfs/common/ |
| H A D | libzfs_import.c | 1320 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 D | libzfs.h | 364 char *cachefile; /* cachefile to use for import */ member
|
| /titanic_41/usr/src/cmd/zhack/ |
| H A D | zhack.c | 528 g_importargs.cachefile = optarg; in main()
|
| /titanic_41/usr/src/cmd/zpool/ |
| H A D | zpool_main.c | 1824 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 D | system-test-zfstest.mf | 37 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
|