| /freebsd/sys/netinet/ |
| H A D | tcp_hostcache.c | 132 u_int prune; member 188 SYSCTL_PROC(_net_inet_tcp_hostcache, OID_AUTO, prune, 190 &VNET_NAME(tcp_hostcache.prune), 0, sysctl_tcp_hc_prune, "IU", 239 V_tcp_hostcache.prune = TCP_HOSTCACHE_PRUNE; in tcp_hc_init() 290 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_init() 643 if (expire < V_tcp_hostcache.prune) in sysctl_tcp_hc_expire() 644 V_tcp_hostcache.prune = expire; in sysctl_tcp_hc_expire() 655 int error, prune; in sysctl_tcp_hc_prune() local 657 prune = V_tcp_hostcache.prune; in sysctl_tcp_hc_prune() 658 error = sysctl_handle_int(oidp, &prune, 0, req); in sysctl_tcp_hc_prune() [all …]
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | suj20.sh | 77 /tmp/suj20 prune 81 /tmp/suj20 prune 140 prune(void) 173 prune(); function
|
| H A D | suj22.sh | 93 /tmp/suj22 prune 97 /tmp/suj22 prune 158 prune(void) 191 prune(); function
|
| H A D | linger3.sh | 95 prune(int loop) 121 prune(j);
|
| H A D | suj21.sh | 141 prune(void) 174 prune(); function
|
| /freebsd/sys/contrib/openzfs/ |
| H A D | Makefile.am | 88 -o -name .pc -o -name .hg -o -name .git \) -prune -o \ 132 $(AM_V_at)find $(top_srcdir) -name build -prune \ 192 find $(top_srcdir) -name '.?*' -prune \ 198 find $(top_srcdir) -name '.?*' -prune \ 203 find $(top_srcdir) -name '.?*' -prune \
|
| /freebsd/share/sendmail/ |
| H A D | Makefile | 9 CFDIRS!= (cd ${SENDMAIL_DIR}; find -s -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -ty… 10 CFFILES!= (cd ${SENDMAIL_DIR}; find -s -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -t…
|
| /freebsd/contrib/libyaml/ |
| H A D | Makefile.am | 21 -git worktree prune 40 -git worktree prune
|
| H A D | .makefile | 63 git worktree prune
|
| /freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-1-setup.sh | 15 sudo docker image prune --all --force 16 sudo docker builder prune -a
|
| /freebsd/contrib/libyaml/tests/ |
| H A D | run-all-tests.sh | 26 git worktree prune
|
| /freebsd/libexec/makewhatis.local/ |
| H A D | makewhatis.local.sh | 49 localdirs=`find -H $dirs -fstype local \! -fstype rdonly -type d -prune -print`
|
| /freebsd/usr.sbin/periodic/etc/daily/ |
| H A D | 100.clean-disks | 43 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
|
| /freebsd/usr.sbin/periodic/etc/security/ |
| H A D | 100.chksetuid | 52 find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
|
| H A D | 110.neggrpperm | 50 n=$(find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
|
| /freebsd/sys/contrib/zstd/ |
| H A D | FREEBSD-upgrade | 3 To import new vendor sources, prune unwanted files with:
|
| /freebsd/usr.sbin/periodic/etc/weekly/ |
| H A D | 340.noid | 48 \( $exclude ! -fstype local -prune -or -name \* \) -and \
|
| /freebsd/libexec/rc/rc.d/ |
| H A D | cleartmp | 46 -prune -exec rm -rf -- {} +
|
| /freebsd/sys/contrib/device-tree/scripts/ |
| H A D | filter.sh | 37 --prune-empty --state-branch refs/heads/filter-state-split \
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkGeneric.cpp | 37 prune(*G); in linkPhase1() 278 void prune(LinkGraph &G) { in prune() function
|
| H A D | JITLinkGeneric.h | 186 void prune(LinkGraph &G);
|
| /freebsd/contrib/bmake/mk/ |
| H A D | meta.subdir.mk | 53 -name .svn -prune 2> /dev/null; echo
|
| /freebsd/share/mk/ |
| H A D | meta.subdir.mk | 53 -name .svn -prune 2> /dev/null; echo
|
| /freebsd/contrib/unifdef/ |
| H A D | Makefile | 40 find . -name .git -prune -o \( \
|
| /freebsd/usr.sbin/adduser/ |
| H A D | adduser.sh | 313 _perms=$(/usr/bin/find "$_dir" -name "$_file" -perm +07022 -prune) 314 _owner=$(/usr/bin/find "$_dir" -name "$_file" -user 0 -prune)
|