Home
last modified time | relevance | path

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

1234

/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
HDzpool_vdev.c948 make_disks(zpool_handle_t *zhp, nvlist_t *nv, boolean_t replacing) in make_disks() argument
1052 replacing ? "replace" : "add", &lines, in make_disks()
1103 if ((ret = make_disks(zhp, child[c], replacing)) != 0) in make_disks()
1109 if ((ret = make_disks(zhp, child[c], replacing)) != 0) in make_disks()
1115 if ((ret = make_disks(zhp, child[c], replacing)) != 0) in make_disks()
1127 boolean_t replacing, boolean_t isspare) in is_device_in_use() argument
1152 if (replacing) { in is_device_in_use()
1174 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1181 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1188 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
[all …]
HDzpool_util.h59 int check_rep, boolean_t replacing, boolean_t dryrun, int argc,
/freebsd-13-stable/sys/kern/
HDkern_acct.c205 int error, flags, replacing; in sys_acct() local
255 replacing = (acct_vp != NULL && uap->path != NULL); in sys_acct()
265 error = acct_disable(td, !replacing); in sys_acct()
301 if (!replacing) in sys_acct()
/freebsd-13-stable/libexec/rc/rc.d/
HDntpd191 $verbose replacing $ntp_db_leapfile with $ntp_src_leapfile
195 $verbose not replacing $ntp_db_leapfile with $ntp_src_leapfile
/freebsd-13-stable/cddl/usr.sbin/zfsd/
HDcase_file.cc1016 Vdev replacing(NonexistentVdev); in BeingReplacedBy() local
1043 if (replacing.DoesNotExist() || child.IsResilvering() in BeingReplacedBy()
1045 replacing = child; in BeingReplacedBy()
1048 return (replacing); in BeingReplacedBy()
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDaspeed-ast2500-evb.dts113 * by replacing the override below with &ehci0 { ... } to enable
/freebsd-13-stable/contrib/ntp/sntp/m4/
HDntp_vpathhack.m415 dnl in $srcdir, and to check for ylwrap replacing the .h with a normal
/freebsd-13-stable/sys/dev/sfxge/common/
HDef10_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-13-stable/usr.sbin/manctl/
HDmanctl.sh168 echo replacing $fname with a hard link
/freebsd-13-stable/tools/regression/zfs/
HDmisc.sh425 ${ZPOOL} status ${1} | grep replacing >/dev/null
/freebsd-13-stable/usr.sbin/portsnap/portsnap/
HDportsnap.sh60 extract -- Extract snapshot of ports tree, replacing existing
62 update -- Update ports tree to match current snapshot, replacing
/freebsd-13-stable/stand/forth/
HDdelay.4th53 delay_default \ use default setting (replacing bunk -1)
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDvdev_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-13-stable/sys/mips/conf/
HDDIR-655A1.hints132 # requires replacing via the board MAC address map.
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
HDREADME.md81 and labeled with a GPT partition before replacing the original VDEV
/freebsd-13-stable/crypto/libecc/
HDmeson.build17 # only contains the file listing, replacing them with a lonely 'subdir('src/xxx') instead.
/freebsd-13-stable/sys/contrib/device-tree/Bindings/mfd/
HDaspeed-lpc.txt6 peripheral devices, replacing the use of the ISA bus in the age of PCI[0]. The
/freebsd-13-stable/contrib/lutok/
HDINSTALL69 to run autoreconf in the following manner, replacing '<atf-prefix>' with
/freebsd-13-stable/contrib/sendmail/smrsh/
HDREADME127 definition in the sendmail.cf file, by replacing the /bin/sh specification
/freebsd-13-stable/contrib/ncurses/include/
HDCaps-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-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_pool.c3333 const char *new_disk, nvlist_t *nvroot, int replacing, boolean_t rebuild) in zpool_vdev_attach() argument
3347 if (replacing) in zpool_vdev_attach()
3366 zc.zc_cookie = replacing; in zpool_vdev_attach()
3393 if (replacing && in zpool_vdev_attach()
3421 if (replacing) { in zpool_vdev_attach()
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDconfigure.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-13-stable/contrib/libevent/
HDconfigure.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-13-stable/contrib/kyua/
HDINSTALL.md69 to run autoreconf in the following manner, replacing `<atf-prefix>` with
/freebsd-13-stable/sys/dev/mpr/mpi/
HDmpi2_history.txt279 * 11-10-10 02.00.17 Added ReceptacleID field (replacing Reserved1) to
412 * replacing the Reserved4 field.

1234