Home
last modified time | relevance | path

Searched refs:import (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.h.var277 import
282 import
287 import
292 import
297 import
302 import
307 import
312 import
317 import
322 import
[all …]
/freebsd/sys/contrib/libsodium/builds/
H A DMakefile.am35 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 \
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_all_001_pos.ksh88 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
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp201 auto import(T *From) in import() function in clang::ASTNodeImporter
211 auto import(const T *From) { in import() function in clang::ASTNodeImporter
217 Expected<T> import(const T &From) { in import() function in clang::ASTNodeImporter
226 return import(*From); in import()
1313 ExpectedType TyOrErr = import(A); in VisitFunctionProtoType()
1322 ExpectedType TyOrErr = import(E); in VisitFunctionProtoType()
2349 if (auto ToOrErr = import(Arg)) in ImportTemplateArguments()
2361 return import(From); in ImportTemplateArgument()
5417 auto ToCatOrErr = import(Cat); in ImportDefinition()
8457 if (auto ToDOrErr = import(D)) in VisitUnresolvedLookupExpr()
[all …]
/freebsd/tools/regression/zfs/zpool/offline/
H A Doption-t.t32 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 …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_parallel_pos.ksh91 log_must zinject -P import -s 12 $POOLNAME-$i
100 log_must zpool import -d $DEVICE_DIR -f $POOLNAME-$i
110 log_must zpool import -d $DEVICE_DIR -f $POOLNAME-$i &
123 log_must zinject -P import -s 12 $POOLNAME-$i
131 log_must zpool import -a -d $DEVICE_DIR -f
H A Dzpool_import_all_001_pos.ksh79 for pool in $(zpool import | awk '/pool:/ {print $2}'); do
80 zpool import -f $pool
83 for pool in $(zpool import -d $DEVICE_DIR | awk '/pool:/ {print $2}'); do
84 log_must zpool import -d $DEVICE_DIR -f $pool
143 log_must zpool import -d $DEVICE_DIR ${options[i]} -a -f
H A Dzpool_import_parallel_admin.ksh63 errmsg=$(zpool import -d $dir -f $pool 2>&1 > /dev/null)
66 echo $SECONDS > ${DEVICE_DIR}/${pool}-import
68 echo ${pool}: import failed $errmsg in $SECONDS secs
132 log_must zinject -P import -s 10 $TESTPOOL1
155 log_must test "5" -lt $(<${DEVICE_DIR}/${TESTPOOL1}-import)
H A Dzpool_import_rename_001_pos.ksh72 log_must zpool import ${devs[i]} \
77 log_must zpool import ${devs[i]} ${pools[i]}
129 log_must zpool import ${devs[i]} ${options[j]} \
155 log_must zpool import ${devs[i]} $target ${pools[i]}
170 log_mustnot zpool import -d $TEST_BASE_DIR $(echo id) \
/freebsd/contrib/unbound/
H A Dacx_python.m417 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; \
/freebsd/stand/uboot/
H A Dhelp.uboot3 # 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 ...]
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-env-bootfs.service.in4 After=zfs-import-cache.service
5 After=zfs-import-scan.service
6 Before=zfs-import.target
24 WantedBy=zfs-import.target
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_export/
H A Dzpool_export_004_pos.ksh67 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
/freebsd/sys/contrib/openzfs/etc/init.d/
H A Dzfs-import.in51 "$ZPOOL" import -c "$ZPOOL_CACHE" -N -a
87 available_pools=$(find_pools "$ZPOOL" import)
94 npools=$(find_pools "$ZPOOL" import -d /dev/disk/by-id)
219 "$ZPOOL" import -N ${ZPOOL_IMPORT_OPTS} "$pool" 2> /dev/null
241 "$ZPOOL" import -c "$ZPOOL_CACHE" -N ${ZPOOL_IMPORT_OPTS} \
/freebsd/sys/contrib/openzfs/etc/systemd/system/
H A D50-zfs.preset2 enable zfs-import-cache.service
3 disable zfs-import-scan.service
4 enable zfs-import.target
H A Dzfs-import-scan.service.in9 Before=zfs-import.target
17 ExecStart=@sbindir@/zpool import -aN -o cachefile=none $ZPOOL_IMPORT_OPTS
20 WantedBy=zfs-import.target
H A Dzfs-import-cache.service.in10 Before=zfs-import.target
18 ExecStart=@sbindir@/zpool import -c @sysconfdir@/zfs/zpool.cache -aN $ZPOOL_IMPORT_OPTS
21 WantedBy=zfs-import.target
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_import_001_neg.ksh58 log_mustnot zpool import
60 log_mustnot zpool import -a
63 log_mustnot zpool import -d /$TESTDIR $TESTPOOL.exported
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid.ksh77 log_must zpool import -o cachefile=none -d $dir $pool
100 log_must zpool import -o cachefile=none -d $dir $pool
128 log_must zpool import -o cachefile=none -d $dir $pool
153 log_must zpool import -o cachefile=none -d $dir $pool
182 log_must zpool import -o cachefile=none -d $dir $pool
196 log_must zpool import -o cachefile=none -d $dir $pool
237 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
H A Dredundancy_raidz.ksh77 log_must zpool import -o cachefile=none -d $dir $pool
100 log_must zpool import -o cachefile=none -d $dir $pool
128 log_must zpool import -o cachefile=none -d $dir $pool
153 log_must zpool import -o cachefile=none -d $dir $pool
182 log_must zpool import -o cachefile=none -d $dir $pool
196 log_must zpool import -o cachefile=none -d $dir $pool
237 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_reset_interval.ksh98 log_must zpool import $TESTPOOL
101 log_must zpool import $TESTPOOL
106 log_must zpool import -f $TESTPOOL
110 log_must zpool import $TESTPOOL
H A Dmmp.kshlib38 zpool import $opts 2>&1 | \
68 zpool import $opts $pool 2>&1 | grep -i "$msg"
150 log_must zpool import $pool
163 zpool import $opts $pool
181 zpool import $opts $pool
/freebsd/tests/sys/cddl/zfs/tests/cachefile/
H A Dcachefile_002_pos.ksh75 log_must $ZPOOL import -d $DEVICEDIR $TESTPOOL
79 log_must $ZPOOL import -o cachefile=none -d $DEVICEDIR $TESTPOOL
83 log_must $ZPOOL import -o cachefile=$CPATH -d $DEVICEDIR $TESTPOOL
/freebsd/tests/sys/cddl/zfs/tests/history/
H A Dhistory_001_pos.ksh91 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
/freebsd/contrib/ldns/
H A Dax_python_devel.m492 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; \
182 from distutils.sysconfig import *
192 ac_python_version=`$PYTHON -c "import sys; \
205 import distutils.sysconfig
214 import distutils.sysconfig
234 "from distutils.sysconfig import get_python_lib as f; \
[all …]

12345678910>>...21