Searched refs:replacing (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_util.h47 boolean_t replacing, boolean_t dryrun, int argc, char **argv);
H A Dzpool_vdev.c688 * 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)) {
1095 is_device_in_use(nvlist_t *config, nvlist_t *nv, boolean_t force, boolean_t replacing, boolean_t isspare) argument
1488 make_root_vdev(zpool_handle_t *zhp, int force, int check_rep, boolean_t replacing, boolean_t dryrun, int argc, char **argv) argument
H A Dzpool_main.c3204 zpool_do_attach_or_replace(int argc, char **argv, int replacing) argument
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);
/netbsd-current/external/mit/xorg/lib/fontconfig/etc/
H A Dfonts.conf34 Accept deprecated 'mono' alias, replacing it with 'monospace'
46 Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
58 Accept deprecated 'sans' alias, replacing it with 'sans-serif'
69 Accept alternate 'system ui' spelling, replacing it with 'system-ui'
/netbsd-current/lib/
H A Dbumpversion78 echo $0: $versf exists\; not replacing 1>&2
/netbsd-current/sys/net/npf/
H A Dnpf_tableset.c465 uint64_t type, bool replacing)
472 if (!replacing && ts->ts_map[tid] != NULL) {
488 if (!replacing || t->t_id != tid) {
464 npf_table_check(npf_tableset_t *ts, const char *name, uint64_t tid, uint64_t type, bool replacing) argument
H A Dnpf_ctl.c143 npf_tableset_t *tblset, npf_table_t **tblp, bool replacing)
164 error = npf_table_check(tblset, name, tid, type, replacing);
142 npf_mk_table(npf_t *npf, const nvlist_t *req, nvlist_t *resp, npf_tableset_t *tblset, npf_table_t **tblp, bool replacing) argument
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_mirror.c123 vdev_mirror_map_alloc(int children, boolean_t replacing, boolean_t root) argument
129 mm->mm_replacing = replacing;
551 * XXX -- for replacing vdevs, there's no great answer.
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixfixes.c171 * Copy the `format' string to std out, replacing `%n' expressions
/netbsd-current/external/gpl3/gcc/dist/fixincludes/
H A Dfixfixes.c171 * Copy the `format' string to std out, replacing `%n' expressions
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-for.mk55 # 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
H A Ddirective-for-empty.mk50 # The idea of replacing every occurrences of 'empty(i' in the body of a .for
H A Dvarmod-sysv.mk139 # It's also possible to modify each word by replacing the prefix and adding
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d1218 Construct a new string from $(D input) by replacing the first match with
1246 This is a general replacement tool that construct a new string by replacing
1334 Construct a new string from $(D input) by replacing all of the
1366 This is a general replacement tool that construct a new string by replacing
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d1234 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
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
H A Dmul_basecase.asm61 C * Consider replacing the 2-way mul_2 code with 4-way code, for a very slight
H A Dmullo_basecase.asm57 C * Implement proper cor2, replacing current cor0.
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/core2/
H A Dmullo_basecase.asm57 C * Implement proper cor2, replacing current cor0.
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/coreihwl/
H A Dmullo_basecase.asm57 C * Implement proper cor2, replacing current cor0.
/netbsd-current/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c2758 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);
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_pool.c2601 * 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"));
2604 zpool_vdev_attach(zpool_handle_t *zhp, const char *old_disk, const char *new_disk, nvlist_t *nvroot, int replacing) argument
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A Dmode1o.asm145 C Consideration was given to a test for high<divisor and replacing the last
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
H A Dmul_basecase.asm60 C * Lots of space could be saved by replacing the "switch" code by gradual
H A Dsqr_basecase.asm58 C * Lots of space could be saved by replacing the "switch" code by gradual
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa.h672 int replacing);

Completed in 178 milliseconds

12