Home
last modified time | relevance | path

Searched refs:prune (Results 1 – 25 of 64) sorted by relevance

123

/freebsd-11-stable/sys/netinet/
HDtcp_hostcache.c155 SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, prune, CTLFLAG_VNET | CTLFLAG_RW,
156 &VNET_NAME(tcp_hostcache.prune), 0,
201 V_tcp_hostcache.prune = TCP_HOSTCACHE_PRUNE; in tcp_hc_init()
250 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_init()
712 hc_entry->rmx_expire -= V_tcp_hostcache.prune; in tcp_hc_purge_internal()
735 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_purge()
755 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in sysctl_tcp_hc_purgenow()
HDtcp_hostcache.h78 int prune; member
/freebsd-11-stable/share/sendmail/
HDMakefile10 CFDIRS!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type …
11 CFFILES!= (cd ${SENDMAIL_DIR}; find -L ${CFDIR} \( \( -name CVS -o -name .svn \) -prune \) -o -type…
/freebsd-11-stable/usr.bin/makewhatis/
HDmakewhatis.local.sh52 localdirs=`find -H $dirs -fstype local -type d -prune -print`
/freebsd-11-stable/libexec/makewhatis.local/
HDmakewhatis.local.sh52 localdirs=`find -H $dirs -fstype local \! -fstype rdonly -type d -prune -print`
/freebsd-11-stable/etc/periodic/daily/
HD100.clean-disks44 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
/freebsd-11-stable/etc/periodic/security/
HD100.chksetuid55 find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
HD110.neggrpperm53 n=$(find -sx $MP /dev/null \( ! -fstype local \) -prune -o -type f \
/freebsd-11-stable/etc/periodic/weekly/
HD340.noid49 \( $exclude ! -fstype local -prune -or -name \* \) -and \
/freebsd-11-stable/etc/rc.d/
HDcleartmp47 -prune -exec rm -rf -- {} +
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
Dsplit_join_fn_imps.hpp68 node_pointer p_out = base_type::prune(pred); in split()
Derase_fn_imps.hpp256 node_pointer p_out = base_type::prune(pred); in erase_if()
/freebsd-11-stable/contrib/bmake/mk/
HDmeta.subdir.mk59 -name .svn -prune 2> /dev/null; echo
/freebsd-11-stable/share/mk/
HDmeta.subdir.mk60 -name .svn -prune 2> /dev/null; echo
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
Derase_fn_imps.hpp117 prune(Pred pred) in prune() function in PB_DS_CLASS_C_DEC
Dleft_child_next_sibling_heap_.hpp278 prune(Pred pred);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
Dsplit_join_fn_imps.hpp68 node_pointer p_out = base_type::prune(pred); in split()
Derase_fn_imps.hpp219 node_pointer p_out = base_type::prune(pred); in erase_if()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLinkGeneric.cpp43 prune(*G); in linkPhase1()
316 void prune(LinkGraph &G) { in prune() function
HDJITLinkGeneric.h240 void prune(LinkGraph &G);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
Derase_fn_imps.hpp153 node_pointer p_out = base_type::prune(pred); in erase_if()
Dsplit_join_fn_imps.hpp68 node_pointer p_out = base_type::prune(pred); in split()
/freebsd-11-stable/usr.sbin/adduser/
HDadduser.sh322 _perms=`/usr/bin/find $_dir -name $_file -perm +07022 -prune`
323 _owner=`/usr/bin/find $_dir -name $_file -user 0 -prune`
/freebsd-11-stable/contrib/binutils/
HDFREEBSD-upgrade20 checked out copy from the Sourceware anoncvs repo), prune files like this:
/freebsd-11-stable/sys/dev/drm2/
HDdrm_crtc_helper.c152 goto prune; in drm_helper_probe_single_connector_modes()
166 goto prune; in drm_helper_probe_single_connector_modes()
186 prune: in drm_helper_probe_single_connector_modes()

123