| /f-stack/freebsd/kern/ |
| H A D | kern_acct.c | 209 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 D | device_if.m | 226 * This can be called if the user is replacing the
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 1094 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 D | zpool_util.h | 58 int check_rep, boolean_t replacing, boolean_t dryrun, int argc,
|
| H A D | zpool_main.c | 6237 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 D | aspeed-ast2500-evb.dts | 113 * by replacing the override below with &ehci0 { ... } to enable
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iommu/ |
| H A D | arm,smmu-v3.yaml | 15 revisions, replacing the MMIO register interface with in-memory command
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_mirror.c | 366 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 D | spa.c | 6598 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 D | zfs_ioctl.c | 1937 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 D | DIR-655A1.hints | 134 # requires replacing via the board MAC address map.
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | README.md | 81 and labeled with a GPT partition before replacing the original VDEV
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 3161 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 D | libzfs.abi | 2654 …<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 D | ztest.c | 3471 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 D | howto.rst | 129 replacing them with xo_emit() calls. The format strings are similar
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | writing_efficient_code.rst | 193 So replacing the rte_atomic operations with __atomic builtins might improve
|
| H A D | rte_flow.rst | 3232 temporarily replacing the burst function pointers), an appropriate error
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa.h | 807 int replacing, int rebuild);
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 925 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 D | ChangeLog | 658 - 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 D | libtest.shlib | 3566 awk '/replacing-[0-9]+/ {print $1}')" ]] && break
|