| /freebsd/sys/contrib/openzfs/ |
| H A D | Makefile.am | 87 -o -name .pc -o -name .hg -o -name .git \) -prune -o \ 131 $(AM_V_at)find $(top_srcdir) -name build -prune \ 190 find $(top_srcdir) -name '.?*' -prune \ 196 find $(top_srcdir) -name '.?*' -prune \ 201 find $(top_srcdir) -name '.?*' -prune \
|
| /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 | suj21.sh | 78 su $testuser -c '/tmp/suj21 prune' 82 su $testuser -c '/tmp/suj21 prune' 141 prune(void) 174 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);
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CachePruning.cpp | 36 /// Used to determine which files to prune first. Also used to determine 144 /// Prune the cache of files that haven't been accessed in a long time. 194 << "s old), do not prune.\n"); in pruneCache() 198 // Write a new timestamp file so that nobody else attempts to prune. in pruneCache() 274 // Prune for number of files. in pruneCache() 279 // Prune for size now if needed in pruneCache()
|
| /freebsd/usr.bin/locate/locate/ |
| H A D | updatedb.sh | 77 excludes="$excludes ) -prune" 81 excludes="$excludes -or -path $path -prune" 87 excludes="$excludes -or -name $dir -type d -prune"
|
| /freebsd/contrib/processor-trace/libipt/src/ |
| H A D | pt_image_section_cache.c | 249 /* The cache got too big; prune it starting from @lru. */ in pt_iscache_lru_prune() 257 /* We shouldn't prune the cache unnecessarily. */ in pt_iscache_lru_prune() 263 * Returns a positive integer if we need to prune the cache. 264 * Returns zero if we don't need to prune the cache. 281 /* Don't try to add the section if it is too big. We'd prune it again in pt_isache_lru_new() 316 * Returns a positive integer if we need to prune the cache. 317 * Returns zero if we don't need to prune the cache. 377 * Returns a positive integer if we need to prune the cache. 378 * Returns zero if we don't need to prune the cache. 416 /* If we need to prune anyway, we're done. */ in pt_iscache_lru_resize()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkGeneric.h | 62 // 1.1: Run pre-prune passes 63 // 1.2: Prune graph 64 // 1.3: Run post-prune passes 186 void prune(LinkGraph &G);
|
| H A D | JITLinkGeneric.cpp | 28 // Prune and optimize the graph. in linkPhase1() 37 prune(*G); in linkPhase1() 278 void prune(LinkGraph &G) { in prune() function
|
| /freebsd/usr.sbin/periodic/etc/weekly/ |
| H A D | 340.noid | 40 exclude="$exclude -path $_p -prune -or" 48 \( $exclude ! -fstype local -prune -or -name \* \) -and \
|
| /freebsd/contrib/libyaml/ |
| H A D | Makefile.am | 21 -git worktree prune 40 -git worktree prune
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | aslprune.c | 3 * Module Name: aslprune - Parse tree prune utility 189 * PARAMETERS: PruneDepth - Number of levels to prune 190 * Type - Prune type (Device, Method, etc.) 194 * DESCRIPTION: Prune off one or more levels of the ASL parse tree 278 * DESCRIPTION: Prune off one or more levels of the ASL parse tree 294 /* We only care about objects below the Prune Level threshold */ in PrTreePruneWalk()
|
| /freebsd/crypto/krb5/src/lib/gssapi/spnego/ |
| H A D | negoex_ctx.c | 184 /* Reorder and prune our mech list to match the acceptor's list (or a in process_acceptor_nego() 648 /* Query each mech for its metadata (this may prune the mech list). */ in negoex_init() 654 /* Pass the acceptor metadata to each mech to prune the list. */ in negoex_init() 664 /* Process the input token and/or produce an output token. This may prune in negoex_init() 734 /* Read the INITIATOR_NEGO message to prune the candidate mech list. */ in negoex_accept() 740 * Pass the initiator metadata to each mech to prune the list, and in negoex_accept() 741 * query each mech for its acceptor metadata (which may also prune the in negoex_accept() 756 * prune the list to a single mech. Continue on error if an output token in negoex_accept()
|
| /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/libexec/rc/rc.d/ |
| H A D | cleartmp | 33 # + Put -prune before -exec so find never descends 46 -prune -exec rm -rf -- {} +
|
| /freebsd/sys/netinet/ |
| H A D | tcp_hostcache.c | 132 int prune; member 185 SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, prune, CTLFLAG_VNET | CTLFLAG_RW, 186 &VNET_NAME(tcp_hostcache.prune), 0, 235 V_tcp_hostcache.prune = TCP_HOSTCACHE_PRUNE; in tcp_hc_init() 286 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_init() 791 V_tcp_hostcache.prune); in tcp_hc_purge_internal() 818 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_purge() 840 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in sysctl_tcp_hc_purgenow()
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | utils.c | 65 /* Don't prune STAs belong to same FST */ in prune_associations() 82 wpa_printf(MSG_INFO, "%s: Prune association for " MACSTR, in prune_associations()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 30 llvm::errs() << " Prune: " << Prune << '\n'; in dump() 70 I.Keep = !I.Prune; in markEverythingAsKept()
|
| /freebsd/contrib/netbsd-tests/lib/libc/net/ |
| H A D | t_servent.sh | 41 # (3) prune duplicates 88 # (3) Don't prune duplicates
|
| /freebsd/contrib/libyaml/tests/ |
| H A D | run-all-tests.sh | 26 git worktree prune
|
| /freebsd/sys/contrib/zstd/ |
| H A D | FREEBSD-upgrade | 3 To import new vendor sources, prune unwanted files with:
|
| /freebsd/contrib/ntp/html/ |
| H A D | discover.html | 30 …prune.</i> Through one means or another they grab a number of associations either directly or indi… 35 …et at the maximum. The pruning algorithm design avoids needless discovery/prune cycles for associa…
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | ddt.c | 133 * to prune can be based on a target percentage of the unique entries or based 134 * on the age (i.e., prune unique entry older than N days). 240 * How many DDT prune entries to add to the DDT sync AVL tree. 864 * to test prune. in ddt_class_start() 2734 * Add prune candidates for ddt_sync during spa_sync 2745 /* Process the prune candidates collected so far */ in prune_candidates_sync() 2786 * Prune candidates are collected in open context and processed 2808 * (b) prune entries older than the cutoff 2861 /* prune older entries */ in ddt_prune_walk() 2864 /* sync prune candidates in batches */ in ddt_prune_walk() [all …]
|