| /freebsd-12.1/sys/kern/ |
| H A D | kern_acct.c | 208 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 D | ntpd | 166 $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 D | zpool_vdev.c | 1126 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 D | zpool_util.h | 47 boolean_t replacing, boolean_t dryrun, zpool_boot_label_t boot_type,
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | psrc.sed | 10 % Used only for \copyright, replacing plain TeX macro.\
|
| H A D | lpsrc.sed | 10 % Used only for \copyright, replacing plain TeX macro.\
|
| /freebsd-12.1/cddl/usr.sbin/zfsd/ |
| H A D | case_file.cc | 1017 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 D | aspeed-ast2500-evb.dts | 86 * by replacing the override below with &ehci0 { ... } to enable
|
| /freebsd-12.1/crypto/openssh/regress/misc/kexfuzz/ |
| H A D | README | 30 present. It is limited to replacing individual packets with
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_vpathhack.m4 | 15 dnl in $srcdir, and to check for ylwrap replacing the .h with a normal
|
| /freebsd-12.1/sys/dev/sfxge/common/ |
| H A D | ef10_filter.c | 582 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 D | manctl.sh | 169 echo replacing $fname with a hard link
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | vdev_mirror.c | 275 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 D | misc.sh | 426 ${ZPOOL} status ${1} | grep replacing >/dev/null
|
| /freebsd-12.1/usr.sbin/portsnap/portsnap/ |
| H A D | portsnap.sh | 62 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 D | t-softfp | 41 # Avoiding replacing the libgcc2.c functions is a temporary measure
|
| /freebsd-12.1/stand/forth/ |
| H A D | delay.4th | 54 delay_default \ use default setting (replacing bunk -1)
|
| /freebsd-12.1/sys/mips/conf/ |
| H A D | DIR-655A1.hints | 134 # requires replacing via the board MAC address map.
|
| /freebsd-12.1/contrib/sendmail/smrsh/ |
| H A D | README | 127 definition in the sendmail.cf file, by replacing the /bin/sh specification
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 2799 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 D | configure.ac | 101 …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 D | configure.ac | 101 …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 D | machmode.def | 129 replacing the 'F' in the mode name with a 'C'. (It is an
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/ |
| H A D | ztest.c | 2962 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 D | mpi2_history.txt | 281 * 11-10-10 02.00.17 Added ReceptacleID field (replacing Reserved1) to 414 * replacing the Reserved4 field.
|