Home
last modified time | relevance | path

Searched refs:replacing (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c963 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 Dzpool_util.h60 int check_rep, boolean_t replacing, boolean_t dryrun, int argc,
/freebsd/sys/kern/
H A Dkern_acct.c202 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 Dntpd194 $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 Dcase_file.cc1089 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 Daspeed-ast2500-evb.dts113 * by replacing the override below with &ehci0 { ... } to enable
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_vpathhack.m415 dnl in $srcdir, and to check for ylwrap replacing the .h with a normal
/freebsd/sys/dev/sfxge/common/
H A Def10_filter.c643 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 Dmanctl.sh168 echo replacing $fname with a hard link
/freebsd/tools/regression/zfs/
H A Dmisc.sh425 ${ZPOOL} status ${1} | grep replacing >/dev/null
/freebsd/stand/forth/
H A Ddelay.4th53 delay_default \ use default setting (replacing bunk -1)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_mirror.c367 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 Daspeed-lpc.txt6 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 DREADME.md81 and labeled with a GPT partition before replacing the original VDEV
/freebsd/crypto/libecc/
H A Dmeson.build17 # only contains the file listing, replacing them with a lonely 'subdir('src/xxx') instead.
/freebsd/contrib/lutok/
H A DINSTALL69 to run autoreconf in the following manner, replacing '<atf-prefix>' with
/freebsd/crypto/openssl/
H A DREADME-FIPS.md121 We do this by replacing the artifact for the OpenSSL 3.1.0 FIPS provider.
/freebsd/contrib/sendmail/smrsh/
H A DREADME127 definition in the sendmail.cf file, by replacing the /bin/sh specification
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfigure.ac90 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 DREADME.md47 # Define if Libevent should not allow replacing the mm functions
/freebsd/contrib/libevent/
H A Dconfigure.ac90 …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 DCaps-ncurses44 # 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 DINSTALL.md69 to run autoreconf in the following manner, replacing `<atf-prefix>` with
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_history.txt279 * 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 Dlibzfs_pool.c3527 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()

1234