Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_acct.c209 int error, flags, i, replacing; in sys_acct() local
259 replacing = (acct_vp != NULL && uap->path != NULL); in sys_acct()
269 error = acct_disable(td, !replacing); in sys_acct()
314 if (!replacing) in sys_acct()
H A Ddevice_if.m226 * This can be called if the user is replacing the
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1094 boolean_t replacing, boolean_t isspare) in is_device_in_use() argument
1119 if (replacing) { in is_device_in_use()
1141 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1148 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1155 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1811 boolean_t replacing, boolean_t dryrun, int argc, char **argv) in make_root_vdev() argument
1836 if (is_device_in_use(poolconfig, newroot, force, replacing, B_FALSE)) { in make_root_vdev()
H A Dzpool_util.h58 int check_rep, boolean_t replacing, boolean_t dryrun, int argc,
H A Dzpool_main.c6237 zpool_do_attach_or_replace(int argc, char **argv, int replacing) in zpool_do_attach_or_replace() argument
6302 if (!replacing) { in zpool_do_attach_or_replace()
6348 nvroot = make_root_vdev(zhp, props, force, B_FALSE, replacing, B_FALSE, in zpool_do_attach_or_replace()
6356 ret = zpool_vdev_attach(zhp, old_disk, new_disk, nvroot, replacing, in zpool_do_attach_or_replace()
6361 replacing ? ZPOOL_WAIT_REPLACE : ZPOOL_WAIT_RESILVER); in zpool_do_attach_or_replace()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Daspeed-ast2500-evb.dts113 * by replacing the override below with &ehci0 { ... } to enable
/f-stack/freebsd/contrib/device-tree/Bindings/iommu/
H A Darm,smmu-v3.yaml15 revisions, replacing the MMIO register interface with in-memory command
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_mirror.c366 boolean_t replacing = (vd->vdev_ops == &vdev_replacing_ops || in vdev_mirror_map_init() local
370 mm = vdev_mirror_map_alloc(vd->vdev_children, replacing, in vdev_mirror_map_init()
H A Dspa.c6598 spa_vdev_attach(spa_t *spa, uint64_t guid, nvlist_t *nvroot, int replacing, argument
6658 if ((error = vdev_create(newrootvd, txg, replacing)) != 0)
6692 if (!replacing) {
6850 replacing && newvd_isspare ? "spare in" :
6851 replacing ? "replace" : "attach", newvdpath,
6852 replacing ? "for" : "to", oldvdpath);
H A Dzfs_ioctl.c1937 int replacing = zc->zc_cookie; in zfs_ioc_vdev_attach() local
1946 error = spa_vdev_attach(spa, zc->zc_guid, config, replacing, in zfs_ioc_vdev_attach()
/f-stack/freebsd/mips/conf/
H A DDIR-655A1.hints134 # requires replacing via the board MAC address map.
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A DREADME.md81 and labeled with a GPT partition before replacing the original VDEV
/f-stack/freebsd/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
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3161 const char *new_disk, nvlist_t *nvroot, int replacing, boolean_t rebuild) in zpool_vdev_attach() argument
3175 if (replacing) in zpool_vdev_attach()
3194 zc.zc_cookie = replacing; in zpool_vdev_attach()
3221 if (replacing && in zpool_vdev_attach()
3249 if (replacing) { in zpool_vdev_attach()
H A Dlibzfs.abi2654 …<parameter type-id='type-id-22' name='replacing' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool…
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c3471 int replacing; in ztest_vdev_attach_detach() local
3503 replacing = ztest_random(2); in ztest_vdev_attach_detach()
3623 pvd->vdev_ops != &vdev_root_ops && (!replacing || in ztest_vdev_attach_detach()
3627 else if (newvd_is_spare && (!replacing || oldvd_is_log)) in ztest_vdev_attach_detach()
3630 expected_error = replacing ? 0 : EBUSY; in ztest_vdev_attach_detach()
3659 error = spa_vdev_attach(spa, oldguid, root, replacing, rebuilding); in ztest_vdev_attach_detach()
3688 newsize, replacing, error, expected_error); in ztest_vdev_attach_detach()
/f-stack/tools/libxo/doc/
H A Dhowto.rst129 replacing them with xo_emit() calls. The format strings are similar
/f-stack/dpdk/doc/guides/prog_guide/
H A Dwriting_efficient_code.rst193 So replacing the rte_atomic operations with __atomic builtins might improve
H A Drte_flow.rst3232 temporarily replacing the burst function pointers), an appropriate error
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa.h807 int replacing, int rebuild);
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog925 rather than replacing je_. This reduces the likelihood of applications
1069 + Windows (no support yet for replacing the system malloc)
/f-stack/freebsd/contrib/zlib/
H A DChangeLog658 - Move arguments for AR to its usage to allow replacing ar [Marot]
1221 386 asm code replacing longest_match().
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib3566 awk '/replacing-[0-9]+/ {print $1}')" ]] && break