/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_all_001_pos.ksh | 81 for pool in `$ZPOOL import | $GREP "pool:" | $AWK '{print $2}'`; do 82 $ZPOOL import -f $pool 85 for pool in `$ZPOOL import -d $DEVICE_DIR | $GREP "pool:" | $AWK '{print $2}'`; do 86 log_must $ZPOOL import -d $DEVICE_DIR -f $pool 101 log_must $ZPOOL import -f ${TESTPOOL}-$id $TESTPOOL 157 log_must $ZPOOL import $TESTPOOL ${TESTPOOL}-0 197 log_must $ZPOOL import -d /dev/dsk -d $DEVICE_DIR ${options[i]} -a -f
|
H A D | zpool_import_rename_001_pos.ksh | 72 log_must $ZPOOL import ${devs[i]} \ 77 log_must $ZPOOL import ${devs[i]} ${pools[i]} 127 log_must $ZPOOL import ${devs[i]} ${options[j]} \ 154 log_must $ZPOOL import ${devs[i]} $target ${pools[i]}
|
H A D | zpool_import_007_pos.ksh | 76 log_must $ZPOOL import -d $DEVICE_DIR -D -f $target 81 log_must $ZPOOL import -d $DEVICE_DIR -D -f $target 87 log_mustnot $ZPOOL import -d $DEVICE_DIR -D -f $target
|
H A D | zpool_import_008_pos.ksh | 76 log_must $ZPOOL import -d $DEVICE_DIR -D -f $target 81 log_must $ZPOOL import -d $DEVICE_DIR -D -f $target 88 log_mustnot $ZPOOL import -d $DEVICE_DIR -D -f $target
|
H A D | zpool_import_002_pos.ksh | 68 log_must $ZPOOL import ${devs[i]} ${pools[i]} 116 log_must $ZPOOL import ${devs[i]} ${options[j]} $target 133 log_mustnot $ZPOOL import ${devs[i]} $target
|
H A D | zpool_import_012_pos.ksh | 68 $ZPOOL import ${devs[i]} ${pools[i]} 71 $ZPOOL import $option ${devs[i]} ${pools[i]} 168 $ZPOOL import $option ${devs[i]} \ 175 log_must $ZPOOL import $option \
|
H A D | zpool_import_013_neg.ksh | 72 log_mustnot $ZPOOL import -d /$TESTPOOL $POOL_NAME 73 log_must $ZPOOL import -d /$TESTPOOL -f $POOL_NAME
|
H A D | zpool_import_011_neg.ksh | 76 log_mustnot $ZPOOL import -d $DEVICE_DIR -D -f $target 79 log_mustnot $ZPOOL import -d $DEVICE_DIR -D -f $target
|
H A D | zpool_import_006_pos.ksh | 76 log_must $ZPOOL import -d $DEVICE_DIR -D -f $target 81 log_must $ZPOOL import -d $DEVICE_DIR -D -f $target
|
H A D | zpool_import_009_neg.ksh | 74 log_must $ZPOOL import ${devs[i]} ${pools[i]} 98 log_mustnot $ZPOOL import ${args[i]}
|
H A D | zpool_import_004_pos.ksh | 78 log_must $ZPOOL import -d $DEVICE_DIR/newdir1 -d $DEVICE_DIR/newdir2 \ 85 log_must $ZPOOL import -d $DEVICE_DIR/newdir2 -D -f $target
|
H A D | zpool_import_005_pos.ksh | 74 log_must $ZPOOL import -d $DEVICE_DIR -D -f $target 81 log_must $ZPOOL import -d $DEVICE_DIR/newdir1 -d $DEVICE_DIR/newdir2 \
|
/titanic_50/usr/src/lib/libadt_jni/common/ |
H A D | adt_jni.c | 159 jbyte *import; in Java_com_sun_audit_AuditSession_startSession() local 164 import = NULL; in Java_com_sun_audit_AuditSession_startSession() 167 import = (jbyte *)malloc(import_size * sizeof (jbyte)); in Java_com_sun_audit_AuditSession_startSession() 168 if (import == NULL) { in Java_com_sun_audit_AuditSession_startSession() 174 import); in Java_com_sun_audit_AuditSession_startSession() 176 rc = adt_start_session(&state, (adt_export_data_t *)import, flags); in Java_com_sun_audit_AuditSession_startSession() 178 if (import != NULL) in Java_com_sun_audit_AuditSession_startSession() 179 free(import); in Java_com_sun_audit_AuditSession_startSession()
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_export/ |
H A D | zpool_export_004_pos.ksh | 52 datasetexists $TESTPOOL1 || log_must $ZPOOL import -d $mntpnt $TESTPOOL1 81 log_must $ZPOOL import -d $mntpnt $TESTPOOL1 86 log_must $ZPOOL import -d $mntpnt $TESTPOOL1 92 log_must $ZPOOL import -d $mntpnt $TESTPOOL1
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zpool_import_001_neg.ksh | 58 log_mustnot $ZPOOL import 60 log_mustnot $ZPOOL import -a 63 log_mustnot $ZPOOL import -d /$TESTDIR $TESTPOOL.exported
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cachefile/ |
H A D | cachefile_002_pos.ksh | 69 log_must $ZPOOL import -d $DEVICEDIR $TESTPOOL 73 log_must $ZPOOL import -o cachefile=none -d $DEVICEDIR $TESTPOOL 77 log_must $ZPOOL import -o cachefile=$CPATH -d $DEVICEDIR $TESTPOOL
|
/titanic_50/usr/src/test/test-runner/cmd/ |
H A D | run | 19 from __future__ import print_function 20 import sys 24 import configparser 26 import ConfigParser as configparser 28 import os 29 import logging 30 from logging.handlers import WatchedFileHandler 31 from datetime import datetime 32 from optparse import OptionParser 33 from pwd import getpwnam [all …]
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/inuse/ |
H A D | inuse_007_pos.ksh | 54 poolexists $TESTPOOL1 || $ZPOOL import $TESTPOOL1 >/dev/null 2>&1 112 log_must $ZPOOL import $TESTPOOL1 128 log_must $ZPOOL import $TESTPOOL1
|
/titanic_50/usr/src/cmd/fm/dicts/ |
H A D | ZFS.po | 42 …import' command:\n\n\n# zpool import\n pool: test\n id: 12743384782310107047\n state: ONLINE\n… 58 …import', please see\nthe section below. Otherwise, run 'zpool status -x' to determine which pool … 74 …import', please see\nthe section below. Otherwise, run 'zpool status -x' to determine which pool\… 90 …import', please see\nthe section below. Otherwise, run 'zpool status -x' to determine which pool\… 106 …import', please see\nthe section below. Otherwise, run 'zpool status -x' to determine which pool\… 122 …import' to list which pool cannot be imported:\n\n\n# zpool import\n pool: test\n id: 13783646… 138 …import', see the\nsection below. Otherwise, run 'zpool status -x' to determine which\npool is fau… 186 …import', see the section below.\nOtherwise, run 'zpool status -x' to determine which pool is fault… 234 …import' command:\n\n\n# zpool import\n pool: test\n id: 14702934086626715962\nstate: ONLINE\n…
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/ |
H A D | zfs_send_005_pos.ksh | 50 log_must $ZPOOL import $TESTPOOL 62 log_must $ZPOOL import -o readonly=on $TESTPOOL
|
/titanic_50/usr/src/cmd/svc/seed/ |
H A D | Makefile | 60 ../milestone/manifest-import.xml \ 138 $(SVCCFG) import $$m; \ 149 $(SVCCFG) import $$m; \ 160 $(SVCCFG) import $$m; \ 171 $(SVCCFG) import $$m; \
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cache/ |
H A D | cache_006_pos.ksh | 66 log_must $ZPOOL import -d $VDIR $TESTPOOL 76 log_must $ZPOOL import -Df -d $VDIR $TESTPOOL
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/slog/ |
H A D | slog_007_pos.ksh | 72 log_must $ZPOOL import -d $VDIR -d $VDIR2 $TESTPOOL 82 log_must $ZPOOL import -Df -d $VDIR -d $VDIR2 $TESTPOOL
|
/titanic_50/usr/src/cmd/svc/milestone/ |
H A D | Makefile | 75 early-manifest-import.xml \ 77 manifest-import.xml \ 111 manifest-import \
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 1429 importargs_t *import = data; in name_or_guid_exists() local 1432 if (import->poolname != NULL) { in name_or_guid_exists() 1437 if (strcmp(pool_name, import->poolname) == 0) in name_or_guid_exists() 1444 if (pool_guid == import->guid) in name_or_guid_exists() 1453 zpool_search_import(libzfs_handle_t *hdl, importargs_t *import) in zpool_search_import() argument 1455 verify(import->poolname == NULL || import->guid == 0); in zpool_search_import() 1457 if (import->unique) in zpool_search_import() 1458 import->exists = zpool_iter(hdl, name_or_guid_exists, import); in zpool_search_import() 1460 if (import->cachefile != NULL) in zpool_search_import() 1461 return (zpool_find_import_cached(hdl, import->cachefile, in zpool_search_import() [all …]
|