| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_util.h | 47 boolean_t replacing, boolean_t dryrun, int argc, char **argv);
|
| zpool_vdev.c | 688 * If this is a replacing or spare vdev, then 1096 boolean_t replacing, boolean_t isspare) 1118 if (replacing) { 1141 if (is_device_in_use(config, child[c], force, replacing, 1148 if (is_device_in_use(config, child[c], force, replacing, 1155 if (is_device_in_use(config, child[c], force, replacing, 1489 boolean_t replacing, boolean_t dryrun, int argc, char **argv) 1512 if (is_device_in_use(poolconfig, newroot, force, replacing, B_FALSE)) {
|
| zpool_main.c | 3204 zpool_do_attach_or_replace(int argc, char **argv, int replacing) 3246 if (!replacing) { 3275 nvroot = make_root_vdev(zhp, force, B_FALSE, replacing, B_FALSE, 3282 ret = zpool_vdev_attach(zhp, old_disk, new_disk, nvroot, replacing);
|
| /src/lib/ |
| bumpversion | 78 echo $0: $versf exists\; not replacing 1>&2
|
| /src/sys/net/npf/ |
| npf_tableset.c | 465 uint64_t type, bool replacing) 472 if (!replacing && ts->ts_map[tid] != NULL) { 488 if (!replacing || t->t_id != tid) {
|
| npf_ctl.c | 143 npf_tableset_t *tblset, npf_table_t **tblp, bool replacing) 164 error = npf_table_check(tblset, name, tid, type, replacing);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| vdev_mirror.c | 123 vdev_mirror_map_alloc(int children, boolean_t replacing, boolean_t root) 129 mm->mm_replacing = replacing; 551 * XXX -- for replacing vdevs, there's no great answer.
|
| spa.c | 4869 * If 'replacing' is specified, the new device is intended to replace the 4871 * mirror using the 'replacing' vdev, which is functionally identical to 4878 spa_vdev_attach(spa_t *spa, uint64_t guid, nvlist_t *nvroot, int replacing) 4914 if ((error = vdev_create(newrootvd, txg, replacing)) != 0) 4923 if (!replacing) { 4946 * want to create a replacing vdev. The user is not allowed to 4998 * If the parent is not a mirror, or if we're replacing, insert the new 4999 * mirror/replacing/spare vdev above oldvd. 5065 replacing && newvd_isspare ? "spare in" : 5066 replacing ? "replace" : "attach", newvdpath [all...] |
| zfs_ioctl.c | 91 * caller's buffer, by removing some entries and replacing them with a 2031 int replacing = zc->zc_cookie; local 2040 error = spa_vdev_attach(spa, zc->zc_guid, config, replacing);
|
| /src/usr.bin/make/unit-tests/ |
| directive-for.mk | 55 # generated by replacing each expression ${var} with ${:U1}, ${:U2} and so 124 # Until 2008-12-21, the .for loop was expanded by replacing the variable
|
| directive-for-empty.mk | 50 # The idea of replacing every occurrences of 'empty(i' in the body of a .for
|
| varmod-sysv.mk | 139 # It's also possible to modify each word by replacing the prefix and adding
|
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| fixfixes.c | 171 * Copy the `format' string to std out, replacing `%n' expressions
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/ |
| package.d | 1234 Construct a new string from `input` by replacing the first match with 1262 This is a general replacement tool that construct a new string by replacing 1350 Construct a new string from `input` by replacing all of the 1382 This is a general replacement tool that construct a new string by replacing
|
| /src/external/cddl/osnet/dist/cmd/ztest/ |
| ztest.c | 2758 int replacing; local 2772 replacing = ztest_random(2); 2860 * unless it's a replace; in that case any non-replacing parent is OK. 2867 pvd->vdev_ops != &vdev_root_ops && (!replacing || 2871 else if (newvd_is_spare && (!replacing || oldvd_is_log)) 2874 expected_error = replacing ? 0 : EBUSY; 2892 error = spa_vdev_attach(spa, oldguid, root, replacing); 2897 * If our parent was the replacing vdev, but the replace completed, 2916 newsize, replacing, error, expected_error);
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_pool.c | 2601 * If 'replacing' is specified, the new disk will replace the old one. 2605 const char *old_disk, const char *new_disk, nvlist_t *nvroot, int replacing) 2620 if (replacing) 2639 zc.zc_cookie = replacing; 2658 if (replacing && 2706 if (replacing) { 2715 "already in replacing/spare config; wait " 2719 "cannot replace a replacing device")); 2813 "applicable to mirror and replacing vdevs"));
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| spa.h | 672 int replacing);
|
| /src/external/bsd/ipf/dist/ |
| HISTORY | 1042 replacing q_qinfo points - Marc Boucher <marc@CAM.ORG>
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| string.d | 5542 other, non-ASCII characters. It's replacing any code unit greater than 5543 `127` with another code unit or replacing any code unit with another code
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| configure | 1564 disable support for replacing the memory mgt
|
| /src/external/bsd/libevent/dist/ |
| configure | 1521 disable support for replacing the memory mgt
|
| /src/external/gpl3/binutils/dist/gprofng/doc/ |
| texinfo.tex | 11187 % UTF-8 byte sequence (pdfTeX) definitions (replacing and @U command) 11225 % Native Unicode handling (XeTeX and LuaTeX) character replacing definition.
|
| /src/external/gpl3/binutils.old/dist/gprofng/doc/ |
| texinfo.tex | 11187 % UTF-8 byte sequence (pdfTeX) definitions (replacing and @U command) 11225 % Native Unicode handling (XeTeX and LuaTeX) character replacing definition.
|