| /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 | 301 import 306 import 311 import 316 import 321 import 326 import 331 import 336 import 341 import 346 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 | 200 auto import(T *From) in import() function in clang::ASTNodeImporter 210 auto import(const T *From) { in import() function in clang::ASTNodeImporter 211 return import(const_cast<T *>(From)); in import() 216 Expected<T> import(const T &From) { in import() function in clang::ASTNodeImporter 222 Expected<std::optional<T>> import(std::optional<T> From) { in import() function in clang::ASTNodeImporter 225 return import(*From); in import() 367 import(D->getDefaultArgStorage().getInheritedFrom()); in importTemplateParameterDefaultArgument() 375 import(D->getDefaultArgStorage() in importTemplateParameterDefaultArgument() 387 import(D->getDefaultArgument()); in importTemplateParameterDefaultArgument() 708 Expected<T> MaybeVal = import(From); in importChecked() [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 | 82 log_must zinject -P import -s 12 $POOLNAME-$i 91 log_must zpool import -d $DEVICE_DIR -f $POOLNAME-$i 101 log_must zpool import -d $DEVICE_DIR -f $POOLNAME-$i & 114 log_must zinject -P import -s 12 $POOLNAME-$i 122 log_must zpool import -a -d $DEVICE_DIR -f
|
| H A D | zpool_import_all_001_pos.ksh | 70 for pool in $(zpool import | awk '/pool:/ {print $2}'); do 71 zpool import -f $pool 74 for pool in $(zpool import -d $DEVICE_DIR | awk '/pool:/ {print $2}'); do 75 log_must zpool import -d $DEVICE_DIR -f $pool 134 log_must zpool import -d $DEVICE_DIR ${options[i]} -a -f
|
| H A D | zpool_import_parallel_admin.ksh | 54 errmsg=$(zpool import -d $dir -f $pool 2>&1 > /dev/null) 57 echo $SECONDS > ${DEVICE_DIR}/${pool}-import 59 echo ${pool}: import failed $errmsg in $SECONDS secs 123 log_must zinject -P import -s 10 $TESTPOOL1 146 log_must test "5" -lt $(<${DEVICE_DIR}/${TESTPOOL1}-import)
|
| H A D | zpool_import_rename_001_pos.ksh | 63 log_must zpool import ${devs[i]} \ 68 log_must zpool import ${devs[i]} ${pools[i]} 120 log_must zpool import ${devs[i]} ${options[j]} \ 146 log_must zpool import ${devs[i]} $target ${pools[i]} 161 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/tests/zfs-tests/tests/functional/device_access/ |
| H A D | device_access_import.ksh | 43 log_assert 'device permissions are properly checked for zpool import' 56 log_must zpool import $TESTPOOL 60 # try to import the pool without CAP_DAC_OVERRIDE. this should fail, as the 62 log_mustnot without_cap cap_dac_override zpool import $TESTPOOL 65 # make one device accessible, and try to import again. should fail, because 68 log_mustnot without_cap cap_dac_override zpool import $TESTPOOL 71 # try to import using the cachefile. should fail, because one of the devices 73 log_mustnot without_cap cap_dac_override zpool import -c $tmpcache $TESTPOOL 76 log_pass 'device permissions are properly checked for zpool import'
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
| H A D | mmp_degraded_import.ksh | 76 log_must zpool import -d $MMP_DIR -f $MMP_POOL 86 log_must zpool import -d $MMP_DIR -f $MMP_POOL 99 if out=$(zpool import -d $MMP_DIR -f $MMP_POOL 2>&1); then 131 log_must zpool import -d $MMP_DIR -f $MMP_POOL 147 if out=$(zpool import -d $MMP_DIR -f $MMP_POOL 2>&1); then
|
| /freebsd/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 …]
|
| /freebsd/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} \
|
| /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 | 68 log_must zpool import -o cachefile=none -d $dir $pool 90 log_must zpool import -o cachefile=none -d $dir $pool 117 log_must zpool import -o cachefile=none -d $dir $pool 142 log_must zpool import -o cachefile=none -d $dir $pool 171 log_must zpool import -o cachefile=none -d $dir $pool 184 log_must zpool import -o cachefile=none -d $dir $pool 224 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
|
| H A D | redundancy_raidz.ksh | 68 log_must zpool import -o cachefile=none -d $dir $pool 91 log_must zpool import -o cachefile=none -d $dir $pool 119 log_must zpool import -o cachefile=none -d $dir $pool 144 log_must zpool import -o cachefile=none -d $dir $pool 173 log_must zpool import -o cachefile=none -d $dir $pool 187 log_must zpool import -o cachefile=none -d $dir $pool 228 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
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
| H A D | zpool_import_001_neg.ksh | 49 log_mustnot zpool import 51 log_mustnot zpool import -a 54 log_mustnot zpool import -d /$TESTDIR $TESTPOOL.exported
|
| /freebsd/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…
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zilstat.in | 19 import sys 20 import subprocess 21 import time 22 import copy 23 import os 24 import re 25 import signal 26 from collections import defaultdict 27 import argparse 28 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
|