| /f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/ |
| H A D | module-setup.sh.in | 99 dracut_install @systemdunitdir@/zfs-import-$_item.service 100 …if ! [ -L "${initdir}/$systemdsystemunitdir/zfs-import.target.wants"/zfs-import-$_item.service ]; … 101 …ln -s ../zfs-import-$_item.service "${initdir}/$systemdsystemunitdir/zfs-import.target.wants"/zfs-… 102 type mark_hostonly >/dev/null 2>&1 && mark_hostonly @systemdunitdir@/zfs-import-$_item.service 111 dracut_install @systemdunitdir@/zfs-import.target 112 if ! [ -L "${initdir}/$systemdsystemunitdir/initrd.target.wants"/zfs-import.target ]; then 113 …ln -s ../zfs-import.target "${initdir}/$systemdsystemunitdir/initrd.target.wants"/zfs-import.target 114 type mark_hostonly >/dev/null 2>&1 && mark_hostonly @systemdunitdir@/zfs-import.target
|
| H A D | zfs-env-bootfs.service.in | 5 After=zfs-import-cache.service 6 After=zfs-import-scan.service 7 Before=zfs-import.target 14 WantedBy=zfs-import.target
|
| /f-stack/freebsd/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 \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_all_001_pos.ksh | 79 for pool in `zpool import | grep "pool:" | awk '{print $2}'`; do 80 zpool import -f $pool 83 for pool in `zpool import -d $DEVICE_DIR | grep "pool:" | awk '{print $2}'`; do 84 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_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]} \ 156 log_must zpool import ${devs[i]} $target ${pools[i]} 171 log_mustnot zpool import -d $TEST_BASE_DIR $(echo id) \
|
| H A D | import_cachefile_device_replaced.ksh | 89 log_must zpool import -c $CPATH -o cachefile=$CPATH $TESTPOOL1 107 log_must zpool import -c $CPATH $TESTPOOL1 118 log_must zpool import -c $CPATHBKP $TESTPOOL1 125 log_must zpool import -c $CPATHBKP2 $TESTPOOL1
|
| H A D | zpool_import_016_pos.ksh | 77 log_must zpool import -d $DEVICE_DIR -D -f $target 82 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_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_017_pos.ksh | 77 log_must zpool import -d $DEVICE_DIR -D -f $target 82 log_must zpool import -d $DEVICE_DIR -D -f $target 89 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 | import_rewind_device_replaced.ksh | 102 log_must zpool import -d $DEVICE_DIR $TESTPOOL1 117 log_must zpool import -d $DEVICE_DIR -o readonly=on -T $txg $TESTPOOL1 125 log_must zpool import -d $DEVICE_DIR $TESTPOOL1 137 log_must zpool import -d $DEVICE_DIR -T $txg $TESTPOOL1
|
| /f-stack/freebsd/contrib/openzfs/etc/systemd/system/ |
| H A D | 50-zfs.preset.in | 2 enable zfs-import-cache.service 3 disable zfs-import-scan.service 4 enable zfs-import.target
|
| H A D | Makefile.am | 8 zfs-import-cache.service \ 9 zfs-import-scan.service \ 13 zfs-import.target \
|
| H A D | zfs-import-scan.service.in | 9 Before=zfs-import.target 16 ExecStart=@sbindir@/zpool import -aN -o cachefile=none 19 WantedBy=zfs-import.target
|
| H A D | zfs-import-cache.service.in | 10 Before=zfs-import.target 17 ExecStart=@sbindir@/zpool import -c @sysconfdir@/zfs/zpool.cache -aN 20 WantedBy=zfs-import.target
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_export/ |
| H A D | zpool_export_004_pos.ksh | 56 datasetexists $TESTPOOL1 || log_must zpool import -d $mntpnt $TESTPOOL1 89 log_must zpool import -d $mntpnt $TESTPOOL1 94 log_must zpool import -d $mntpnt $TESTPOOL1 100 log_must zpool import -d $mntpnt $TESTPOOL1
|
| /f-stack/freebsd/contrib/openzfs/etc/init.d/ |
| H A D | zfs-import.in | 52 "$ZPOOL" import -c "$ZPOOL_CACHE" -N -a 91 available_pools=$(find_pools "$ZPOOL" import) 98 npools=$(find_pools "$ZPOOL" import -d /dev/disk/by-id) 222 "$ZPOOL" import -N ${ZPOOL_IMPORT_OPTS} "$pool" 2> /dev/null 243 "$ZPOOL" import -c "$ZPOOL_CACHE" -N ${ZPOOL_IMPORT_OPTS} \
|
| /f-stack/freebsd/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 | \ 73 zpool import $opts $pool 2>&1 | grep -i "$msg" 161 log_must zpool import $pool 213 zpool import $opts $pool 231 zpool import $opts $pool
|
| /f-stack/freebsd/contrib/openzfs/tests/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
|
| /f-stack/freebsd/contrib/openzfs/cmd/arcstat/ |
| H A D | arcstat.in | 53 import sys 54 import time 55 import getopt 56 import re 57 import copy 59 from signal import signal, SIGINT, SIGWINCH, SIG_DFL 148 import sysctl 297 import fcntl 298 import termios 299 import struct
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | ax_python_devel.m4 | 100 ac_supports_python_ver=`$PYTHON -c "import sys; \ 129 ac_supports_python_ver=`$PYTHON -c "import sys; \ 151 ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` 157 AC_MSG_ERROR([cannot import Python module "distutils". 169 python_path=`$PYTHON -c "import distutils.sysconfig; \ 196 from distutils.sysconfig import * 206 ac_python_version=`$PYTHON -c "import sys; \ 219 import distutils.sysconfig 228 import distutils.sysconfig 248 "from distutils.sysconfig import get_python_lib as f; \ [all …]
|
| /f-stack/freebsd/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 103 log_must zpool import -o cachefile=none -d $dir $pool 133 log_must zpool import -o cachefile=none -d $dir $pool 147 log_must zpool import -o cachefile=none -d $dir $pool 188 log_must zpool import -o cachefile=none -d $dir $TESTPOOL
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/doc/ |
| H A D | manpages.xsl.in | 2 <xsl:import href="@XSLROOT@/manpages/docbook.xsl"/> 3 <xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/>
|