OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replacing
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/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/external/mit/xorg/lib/fontconfig/etc/
fonts.conf
34
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'
/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
...]
/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/dist/fixincludes/
fixfixes.c
171
* Copy the `format' string to std out,
replacing
`%n' expressions
/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/lgpl3/gmp/dist/mpn/x86_64/core2/
mullo_basecase.asm
57
C * Implement proper cor2,
replacing
current cor0.
/src/external/lgpl3/gmp/dist/mpn/x86_64/coreihwl/
mullo_basecase.asm
57
C * Implement proper cor2,
replacing
current cor0.
/src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
mul_basecase.asm
61
C * Consider
replacing
the 2-way mul_2 code with 4-way code, for a very slight
mullo_basecase.asm
57
C * Implement proper cor2,
replacing
current cor0.
/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/lgpl3/gmp/dist/mpn/ia64/
mode1o.asm
145
C Consideration was given to a test for high<divisor and
replacing
the last
/src/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
mul_basecase.asm
60
C * Lots of space could be saved by
replacing
the "switch" code by gradual
sqr_basecase.asm
58
C * Lots of space could be saved by
replacing
the "switch" code by gradual
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa.h
672
int
replacing
);
Completed in 69 milliseconds
1
2
Indexes created Mon Mar 02 05:31:46 UTC 2026