| /src/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp_lib.h.var | 277 import 282 import 287 import 292 import 297 import 302 import 307 import 312 import 317 import 322 import [all …]
|
| /src/sys/contrib/libsodium/builds/ |
| H A D | Makefile.am | 35 msvc/vs2010/libsodium.import.props \ 36 msvc/vs2010/libsodium.import.xml \ 42 msvc/vs2012/libsodium.import.props \ 43 msvc/vs2012/libsodium.import.xml \ 49 msvc/vs2013/libsodium.import.props \ 50 msvc/vs2013/libsodium.import.xml \ 56 msvc/vs2015/libsodium.import.props \ 57 msvc/vs2015/libsodium.import.xml \ 63 msvc/vs2017/libsodium.import.props \ 64 msvc/vs2017/libsodium.import.xml \
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| H A D | zpool_import_all_001_pos.ksh | 88 for pool in `$ZPOOL import | $GREP "pool:" | $AWK '{print $2}'`; do 89 $ZPOOL import -f $pool 92 for pool in `$ZPOOL import -d $DEVICE_DIR | $GREP "pool:" | $AWK '{print $2}'`; do 93 log_must $ZPOOL import -d $DEVICE_DIR -f $pool 108 log_must $ZPOOL import -f ${TESTPOOL}-$id $TESTPOOL 164 log_must $ZPOOL import $TESTPOOL ${TESTPOOL}-0 207 log_must $ZPOOL import -d /dev -d $DEVICE_DIR ${options[i]} -a -f
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 201 auto import(T *From) in import() function in clang::ASTNodeImporter 211 auto import(const T *From) { in import() function in clang::ASTNodeImporter 212 return import(const_cast<T *>(From)); in import() 217 Expected<T> import(const T &From) { in import() function in clang::ASTNodeImporter 223 Expected<std::optional<T>> import(std::optional<T> From) { in import() function in clang::ASTNodeImporter 226 return import(*From); in import() 654 Expected<T> MaybeVal = import(From); in importChecked() 666 Expected<ItemT> ToOrErr = import(*Ibegin); in ImportArrayChecked() 706 auto ToLAngleLocOrErr = import(FromLAngleLoc); in ImportTemplateArgumentListInfo() 709 auto ToRAngleLocOrErr = import(FromRAngleLoc); in ImportTemplateArgumentListInfo() [all …]
|
| /src/tools/regression/zfs/zpool/offline/ |
| H A D | option-t.t | 32 expect_ok ${ZPOOL} import ${import_flags} ${name0} 76 expect_ok ${ZPOOL} import ${import_flags} ${name0} 116 expect_ok ${ZPOOL} import ${import_flags} ${name0} 166 expect_ok ${ZPOOL} import ${import_flags} ${name0} 208 expect_ok ${ZPOOL} import ${import_flags} ${name0} 256 expect_ok ${ZPOOL} import ${import_flags} ${name0} 303 expect_ok ${ZPOOL} import ${import_flags} ${name0} 348 expect_ok ${ZPOOL} import ${import_flags} ${name0} 392 expect_ok ${ZPOOL} import ${import_flags} ${name0} 442 expect_ok ${ZPOOL} import ${import_flags} ${name0} [all …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_parallel_pos.ksh | 92 log_must zinject -P import -s 12 $POOLNAME-$i 101 log_must zpool import -d $DEVICE_DIR -f $POOLNAME-$i 111 log_must zpool import -d $DEVICE_DIR -f $POOLNAME-$i & 124 log_must zinject -P import -s 12 $POOLNAME-$i 132 log_must zpool import -a -d $DEVICE_DIR -f
|
| H A D | zpool_import_all_001_pos.ksh | 80 for pool in $(zpool import | awk '/pool:/ {print $2}'); do 81 zpool import -f $pool 84 for pool in $(zpool import -d $DEVICE_DIR | awk '/pool:/ {print $2}'); do 85 log_must zpool import -d $DEVICE_DIR -f $pool 144 log_must zpool import -d $DEVICE_DIR ${options[i]} -a -f
|
| H A D | zpool_import_parallel_admin.ksh | 64 errmsg=$(zpool import -d $dir -f $pool 2>&1 > /dev/null) 67 echo $SECONDS > ${DEVICE_DIR}/${pool}-import 69 echo ${pool}: import failed $errmsg in $SECONDS secs 133 log_must zinject -P import -s 10 $TESTPOOL1 156 log_must test "5" -lt $(<${DEVICE_DIR}/${TESTPOOL1}-import)
|
| H A D | zpool_import_rename_001_pos.ksh | 73 log_must zpool import ${devs[i]} \ 78 log_must zpool import ${devs[i]} ${pools[i]} 130 log_must zpool import ${devs[i]} ${options[j]} \ 156 log_must zpool import ${devs[i]} $target ${pools[i]} 171 log_mustnot zpool import -d $TEST_BASE_DIR $(echo id) \
|
| /src/contrib/unbound/ |
| H A D | acx_python.m4 | 17 PYTHON_VERSION=`$PYTHON -c "import sys; \ 50 if ac_modulecheck_result1=`$PYTHON -c "import $m" 2>&1`; then 61 if ac_modulecheck_result2=`$PYTHON -c "import $m2" 2>&1`; then 66 AC_MSG_ERROR([cannot import Python module "$m", or "$m2". 83 python_path=`$PYTHON -c 'import sysconfig; \ 86 python_path=`$PYTHON -c "import distutils.sysconfig; \ 102 PYTHON_LDFLAGS=`$PYTHON -c "from $sysconfig_module import *; \ 109 PYTHON_LIBDIR=`$PYTHON -c "from $sysconfig_module import *; \ 119 PYTHON_SITE_PKG=`$PYTHON -c 'import sysconfig; \ 122 PYTHON_SITE_PKG=`$PYTHON -c "import distutils.sysconfig; \
|
| /src/stand/uboot/ |
| H A D | help.uboot | 3 # Tubenv DShow or import U-Boot environment variables 5 ubenv <import | show> [varname ...] 7 Display U-Boot environment variables, or import them into the 13 ubenv import [varname ...]
|
| /src/sys/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | zfs-env-bootfs.service.in | 4 After=zfs-import-cache.service 5 After=zfs-import-scan.service 6 Before=zfs-import.target 24 WantedBy=zfs-import.target
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zpool_export/ |
| H A D | zpool_export_004_pos.ksh | 67 datasetexists $TESTPOOL1 || log_must $ZPOOL import -d $mntpnt $TESTPOOL1 98 log_must $ZPOOL import -d $mntpnt $TESTPOOL1 103 log_must $ZPOOL import -d $mntpnt $TESTPOOL1 109 log_must $ZPOOL import -d $mntpnt $TESTPOOL1
|
| /src/sys/contrib/openzfs/etc/init.d/ |
| H A D | zfs-import.in | 52 "$ZPOOL" import -c "$ZPOOL_CACHE" -N -a 88 available_pools=$(find_pools "$ZPOOL" import) 95 npools=$(find_pools "$ZPOOL" import -d /dev/disk/by-id) 220 "$ZPOOL" import -N ${ZPOOL_IMPORT_OPTS} "$pool" 2> /dev/null 242 "$ZPOOL" import -c "$ZPOOL_CACHE" -N ${ZPOOL_IMPORT_OPTS} \
|
| /src/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 23 import os 24 import sys 25 import ctypes 26 import re 27 import configparser 28 import traceback 30 from datetime import datetime 31 from optparse import OptionParser 32 from pwd import getpwnam 33 from pwd import getpwuid [all …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | zpool_import_001_neg.ksh | 59 log_mustnot zpool import 61 log_mustnot zpool import -a 64 log_mustnot zpool import -d /$TESTDIR $TESTPOOL.exported
|
| /src/sys/contrib/openzfs/etc/systemd/system/ |
| H A D | 50-zfs.preset | 2 enable zfs-import-cache.service 3 disable zfs-import-scan.service 4 enable zfs-import.target
|
| H A D | zfs-import-scan.service.in | 9 Before=zfs-import.target 17 ExecStart=@sbindir@/zpool import -aN -o cachefile=none $ZPOOL_IMPORT_OPTS 20 WantedBy=zfs-import.target
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/ |
| H A D | redundancy_raidz.ksh | 78 log_must zpool import -o cachefile=none -d $dir $pool 101 log_must zpool import -o cachefile=none -d $dir $pool 129 log_must zpool import -o cachefile=none -d $dir $pool 154 log_must zpool import -o cachefile=none -d $dir $pool 183 log_must zpool import -o cachefile=none -d $dir $pool 197 log_must zpool import -o cachefile=none -d $dir $pool 238 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
|
| H A D | redundancy_draid.ksh | 78 log_must zpool import -o cachefile=none -d $dir $pool 101 log_must zpool import -o cachefile=none -d $dir $pool 129 log_must zpool import -o cachefile=none -d $dir $pool 154 log_must zpool import -o cachefile=none -d $dir $pool 183 log_must zpool import -o cachefile=none -d $dir $pool 197 log_must zpool import -o cachefile=none -d $dir $pool 238 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
|
| /src/contrib/libucl/ |
| H A D | FREEBSD-upgrade | 1 # FreeBSD libucl import instruction 10 # 1. Vendor import 19 # $ git commit -m "vendor import libucl <REF_BRANCH_TO_BE_IMPORTED>" 20 # $ git tag -a vendor/libucl/<REF_BRANCH_TO_BE_IMPORTED> -m "vendor import libucl <REF_BRANCH_TO_BE…
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
| H A D | mmp.kshlib | 39 zpool import $opts 2>&1 | \ 69 zpool import $opts $pool 2>&1 | grep -i "$msg" 151 log_must zpool import $pool 161 RESULT=$(ZFS_LOAD_INFO_DEBUG=1 zpool import $opts $pool) 180 RESULT=$(ZFS_LOAD_INFO_DEBUG=1 zpool import $opts $pool)
|
| H A D | mmp_reset_interval.ksh | 101 log_must zpool import $TESTPOOL 104 log_must zpool import $TESTPOOL 109 log_must zpool import -f $TESTPOOL 113 log_must zpool import $TESTPOOL
|
| /src/contrib/ldns/ |
| H A D | ax_python_devel.m4 | 92 ac_supports_python_ver=`$PYTHON -c "import sys; \ 119 ac_supports_python_ver=`$PYTHON -c "import sys; \ 139 ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` 144 AC_MSG_ERROR([cannot import Python module "distutils". 155 python_path=`$PYTHON -c "import distutils.sysconfig; \ 157 plat_python_path=`$PYTHON -c "import distutils.sysconfig; \ 182 from distutils.sysconfig import * 192 ac_python_version=`$PYTHON -c "import sys; \ 205 import distutils.sysconfig 214 import distutils.sysconfig [all …]
|
| /src/tests/sys/cddl/zfs/tests/history/ |
| H A D | history_001_pos.ksh | 91 exec_record $ZPOOL import -d $TMPDIR $MPOOL 93 exec_record $ZPOOL import -D -f -d $TMPDIR $MPOOL 107 upgrade_pool=$($ZPOOL import -d $import_dir | $GREP "pool:" | $AWK '{print $2}') 108 exec_record $ZPOOL import -d $import_dir $upgrade_pool
|