/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_vdev.c | 963 make_disks(zpool_handle_t *zhp, nvlist_t *nv, boolean_t replacing) in make_disks() argument 1067 replacing ? "replace" : "add", &lines, in make_disks() 1118 if ((ret = make_disks(zhp, child[c], replacing)) != 0) in make_disks() 1124 if ((ret = make_disks(zhp, child[c], replacing)) != 0) in make_disks() 1130 if ((ret = make_disks(zhp, child[c], replacing)) != 0) in make_disks() 1142 boolean_t replacing, boolean_t isspare) in is_device_in_use() argument 1167 if (replacing) { in is_device_in_use() 1189 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use() 1196 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use() 1203 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use() [all …]
|
H A D | zpool_util.h | 60 int check_rep, boolean_t replacing, boolean_t dryrun, int argc,
|
/freebsd/sys/kern/ |
H A D | kern_acct.c | 202 int error, flags, replacing; in sys_acct() local 252 replacing = (acct_vp != NULL && uap->path != NULL); in sys_acct() 262 error = acct_disable(td, !replacing); in sys_acct() 298 if (!replacing) in sys_acct()
|
/freebsd/libexec/rc/rc.d/ |
H A D | ntpd | 194 $verbose replacing $ntp_db_leapfile with $ntp_src_leapfile 198 $verbose not replacing $ntp_db_leapfile with $ntp_src_leapfile
|
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | case_file.cc | 1089 Vdev replacing(NonexistentVdev); in BeingReplacedBy() local 1116 if (replacing.DoesNotExist() || child.IsResilvering() in BeingReplacedBy() 1118 replacing = child; in BeingReplacedBy() 1121 return (replacing); in BeingReplacedBy()
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-ast2500-evb.dts | 113 * by replacing the override below with &ehci0 { ... } to enable
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_vpathhack.m4 | 15 dnl in $srcdir, and to check for ylwrap replacing the .h with a normal
|
/freebsd/sys/dev/sfxge/common/ |
H A D | ef10_filter.c | 643 boolean_t replacing = B_FALSE; in ef10_filter_add_internal() local 730 replacing = B_TRUE; in ef10_filter_add_internal() 749 if (replacing) { in ef10_filter_add_internal() 769 if (replacing) { in ef10_filter_add_internal() 792 if (!replacing) { in ef10_filter_add_internal()
|
/freebsd/usr.sbin/manctl/ |
H A D | manctl.sh | 168 echo replacing $fname with a hard link
|
/freebsd/tools/regression/zfs/ |
H A D | misc.sh | 425 ${ZPOOL} status ${1} | grep replacing >/dev/null
|
/freebsd/stand/forth/ |
H A D | delay.4th | 53 delay_default \ use default setting (replacing bunk -1)
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_mirror.c | 367 boolean_t replacing = (vd->vdev_ops == &vdev_replacing_ops || in vdev_mirror_map_init() local 371 mm = vdev_mirror_map_alloc(vd->vdev_children, replacing, in vdev_mirror_map_init()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | aspeed-lpc.txt | 6 peripheral devices, replacing the use of the ISA bus in the age of PCI[0]. The
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | README.md | 81 and labeled with a GPT partition before replacing the original VDEV
|
/freebsd/crypto/libecc/ |
H A D | meson.build | 17 # only contains the file listing, replacing them with a lonely 'subdir('src/xxx') instead.
|
/freebsd/contrib/lutok/ |
H A D | INSTALL | 69 to run autoreconf in the following manner, replacing '<atf-prefix>' with
|
/freebsd/crypto/openssl/ |
H A D | README-FIPS.md | 121 We do this by replacing the artifact for the OpenSSL 3.1.0 FIPS provider.
|
/freebsd/contrib/sendmail/smrsh/ |
H A D | README | 127 definition in the sendmail.cf file, by replacing the /bin/sh specification
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | configure.ac | 90 AS_HELP_STRING(--disable-malloc-replacement, disable support for replacing the memory mgt functions), 827 [Define if libevent should not allow replacing the mm functions])
|
H A D | README.md | 47 # Define if Libevent should not allow replacing the mm functions
|
/freebsd/contrib/libevent/ |
H A D | configure.ac | 90 …AS_HELP_STRING(--disable-malloc-replacement, disable support for replacing the memory mgt function… 827 [Define if libevent should not allow replacing the mm functions])
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps-ncurses | 44 # These extensions follow ptr_non (replacing everything after it) in HP 110 # These extensions follow ptr_non (replacing everything after it) in IBM
|
/freebsd/contrib/kyua/ |
H A D | INSTALL.md | 69 to run autoreconf in the following manner, replacing `<atf-prefix>` with
|
/freebsd/sys/dev/mpr/mpi/ |
H A D | mpi2_history.txt | 279 * 11-10-10 02.00.17 Added ReceptacleID field (replacing Reserved1) to 412 * replacing the Reserved4 field.
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 3527 const char *new_disk, nvlist_t *nvroot, int replacing, boolean_t rebuild) in zpool_vdev_attach() argument 3542 if (replacing) in zpool_vdev_attach() 3561 zc.zc_cookie = replacing; in zpool_vdev_attach() 3596 if (replacing && in zpool_vdev_attach() 3623 if (replacing) { in zpool_vdev_attach()
|