Home
last modified time | relevance | path

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

123456

/freebsd-12.1/sys/kern/
H A Dkern_acct.c208 int error, flags, i, replacing; in sys_acct() local
258 replacing = (acct_vp != NULL && uap->path != NULL); in sys_acct()
268 error = acct_disable(td, !replacing); in sys_acct()
313 if (!replacing) in sys_acct()
/freebsd-12.1/libexec/rc/rc.d/
H A Dntpd166 $verbose replacing $ntp_db_leapfile with $ntp_src_leapfile
170 $verbose not replacing $ntp_db_leapfile with $ntp_src_leapfile
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c1126 boolean_t replacing, boolean_t isspare) in is_device_in_use() argument
1148 if (replacing) { in is_device_in_use()
1171 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1178 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1185 if (is_device_in_use(config, child[c], force, replacing, in is_device_in_use()
1528 boolean_t replacing, boolean_t dryrun, zpool_boot_label_t boot_type, in make_root_vdev() argument
1552 if (is_device_in_use(poolconfig, newroot, force, replacing, B_FALSE)) { in make_root_vdev()
H A Dzpool_util.h47 boolean_t replacing, boolean_t dryrun, zpool_boot_label_t boot_type,
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dpsrc.sed10 % Used only for \copyright, replacing plain TeX macro.\
H A Dlpsrc.sed10 % Used only for \copyright, replacing plain TeX macro.\
/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dcase_file.cc1017 Vdev replacing(NonexistentVdev); in BeingReplacedBy() local
1044 if (replacing.DoesNotExist() || child.IsResilvering() in BeingReplacedBy()
1046 replacing = child; in BeingReplacedBy()
1049 return (replacing); in BeingReplacedBy()
/freebsd-12.1/sys/gnu/dts/arm/
H A Daspeed-ast2500-evb.dts86 * by replacing the override below with &ehci0 { ... } to enable
/freebsd-12.1/crypto/openssh/regress/misc/kexfuzz/
H A DREADME30 present. It is limited to replacing individual packets with
/freebsd-12.1/contrib/ntp/sntp/m4/
H A Dntp_vpathhack.m415 dnl in $srcdir, and to check for ylwrap replacing the .h with a normal
/freebsd-12.1/sys/dev/sfxge/common/
H A Def10_filter.c582 boolean_t replacing = B_FALSE; in ef10_filter_add_internal() local
673 replacing = B_TRUE; in ef10_filter_add_internal()
692 if (replacing) { in ef10_filter_add_internal()
712 if (replacing) { in ef10_filter_add_internal()
735 if (!replacing) { in ef10_filter_add_internal()
/freebsd-12.1/usr.sbin/manctl/
H A Dmanctl.sh169 echo replacing $fname with a hard link
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_mirror.c275 boolean_t replacing = (vd->vdev_ops == &vdev_replacing_ops || in vdev_mirror_map_init() local
279 mm = vdev_mirror_map_alloc(vd->vdev_children, replacing, in vdev_mirror_map_init()
/freebsd-12.1/tools/regression/zfs/
H A Dmisc.sh426 ${ZPOOL} status ${1} | grep replacing >/dev/null
/freebsd-12.1/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh62 extract -- Extract snapshot of ports tree, replacing existing
64 update -- Update ports tree to match current snapshot, replacing
/freebsd-12.1/contrib/gcc/config/soft-fp/
H A Dt-softfp41 # Avoiding replacing the libgcc2.c functions is a temporary measure
/freebsd-12.1/stand/forth/
H A Ddelay.4th54 delay_default \ use default setting (replacing bunk -1)
/freebsd-12.1/sys/mips/conf/
H A DDIR-655A1.hints134 # requires replacing via the board MAC address map.
/freebsd-12.1/contrib/sendmail/smrsh/
H A DREADME127 definition in the sendmail.cf file, by replacing the /bin/sh specification
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c2799 const char *old_disk, const char *new_disk, nvlist_t *nvroot, int replacing) argument
2814 if (replacing)
2833 zc.zc_cookie = replacing;
2852 if (replacing &&
2900 if (replacing) {
/freebsd-12.1/contrib/libevent/
H A Dconfigure.ac101 …AS_HELP_STRING(--disable-malloc-replacement, disable support for replacing the memory mgt function…
778 [Define if libevent should not allow replacing the mm functions])
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dconfigure.ac101 …AS_HELP_STRING(--disable-malloc-replacement, disable support for replacing the memory mgt function…
751 [Define if libevent should not allow replacing the mm functions])
/freebsd-12.1/contrib/gcc/
H A Dmachmode.def129 replacing the 'F' in the mode name with a 'C'. (It is an
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c2962 int replacing; in ztest_vdev_attach_detach() local
2988 replacing = ztest_random(2); in ztest_vdev_attach_detach()
3088 pvd->vdev_ops != &vdev_root_ops && (!replacing || in ztest_vdev_attach_detach()
3092 else if (newvd_is_spare && (!replacing || oldvd_is_log)) in ztest_vdev_attach_detach()
3095 expected_error = replacing ? 0 : EBUSY; in ztest_vdev_attach_detach()
3113 error = spa_vdev_attach(spa, oldguid, root, replacing); in ztest_vdev_attach_detach()
3141 newsize, replacing, error, expected_error); in ztest_vdev_attach_detach()
/freebsd-12.1/sys/dev/mpr/mpi/
H A Dmpi2_history.txt281 * 11-10-10 02.00.17 Added ReceptacleID field (replacing Reserved1) to
414 * replacing the Reserved4 field.

123456