/freebsd/contrib/llvm-project/libcxx/modules/ |
H A D | std.cppm |
|
/freebsd/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 …]
|
/freebsd/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 \
|
/freebsd/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 …]
|
/freebsd/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
|
/freebsd/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 …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_parallel_pos.ksh | 91 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 D | zpool_import_all_001_pos.ksh | 79 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 D | zpool_import_rename_001_pos.ksh | 72 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 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; \
|
/freebsd/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
|
/freebsd/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 ...]
|
/freebsd/sys/contrib/openzfs/etc/init.d/ |
H A D | zfs-import.in | 4 # zfs-import This script will import ZFS pools 7 # description: This script will perform a verbatim import of ZFS pools 12 # Provides: zfs-import 20 # Description: Run the `zpool import` command. 25 # we get conflicts - import needs to be started extremely early, 45 # Use the zpool cache file to import pools 51 "$ZPOOL" import -c "$ZPOOL_CACHE" -N -a 68 # Find and import all visible pools, even exported ones 87 available_pools=$(find_pools "$ZPOOL" import) [all...] |
/freebsd/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
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/ |
H A D | redundancy_draid.ksh | 77 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 D | redundancy_raidz.ksh | 77 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/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
|
/freebsd/sys/contrib/openzfs/tests/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
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
H A D | mmp_reset_interval.ksh | 98 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 D | mmp.kshlib | 38 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/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 …]
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | zilstat.in | 27 import sys 28 import subprocess 29 import time 30 import copy 31 import os 32 import re 33 import signal 34 from collections import defaultdict 35 import argparse 36 from argparse import RawTextHelpFormatter [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python.swig | 42 us to override the module import logic to suit our needs. This does that. 48 # Try an absolute import first. If we're being loaded from lldb, 50 import $module 52 # Relative import should work if we are being loaded by Python. 53 from . import $module" 80 import uuid 81 import re 82 import os
|
/freebsd/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
|