Home
last modified time | relevance | path

Searched refs:matcher (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/tests/skywalk/
H A Dskt_reass.c146 reass_packet_matcher_fn matcher, struct timeval *allowed) in reass_interface_send_rece() argument
196 if (matcher(pkt_out, len_out, pkt_in, len_in) == 0) { in reass_interface_send_rece()
643 #define REASS_TEST_GLOBAL(builder, matcher, timeout) \ argument
647 reass_interface_send_rece(builder, matcher, &timeout); \
650 #define REASS_TEST_LINKLOCAL(builder, matcher, timeout) \ argument
654 reass_interface_send_rece(builder, matcher, &timeout); \
657 #define REASS_TEST_ALL(builder, matcher, timeout) \ argument
658 REASS_TEST_GLOBAL(builder, matcher, timeout) \
660 REASS_TEST_LINKLOCAL(builder, matcher, timeout)
/xnu-12377.81.4/osfmk/i386/
H A Dcpu_threads.c315 x86_match_cache(x86_cpu_cache_t *list, x86_cpu_cache_t *matcher) in x86_match_cache() argument
321 if (cur_cache->maxcpus == matcher->maxcpus in x86_match_cache()
322 && cur_cache->type == matcher->type in x86_match_cache()
323 && cur_cache->level == matcher->level in x86_match_cache()
324 && cur_cache->partitions == matcher->partitions in x86_match_cache()
325 && cur_cache->line_size == matcher->line_size in x86_match_cache()
326 && cur_cache->cache_size == matcher->cache_size) { in x86_match_cache()
/xnu-12377.81.4/tools/lldbmacros/
H A Dioreg.py1244 def GetMatchingEntries(matcher): argument
1266 if matcher(entry):
1303 def matcher(entry): function
1313 for entry in GetMatchingEntries(matcher):