Home
last modified time | relevance | path

Searched refs:match_filter (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sbin/udevd/
H A Dudevd_monitor.c68 static int match_filter(struct event_filter *evf, prop_dictionary_t dict);
340 match_filter(struct event_filter *evf, prop_dictionary_t ev_dict) in match_filter() function
411 if ((evf->neg == 0 && !match_filter(evf, ev_dict)) || in match_event_filter()
412 (evf->neg == 1 && match_filter(evf, ev_dict))) { in match_event_filter()
/dragonfly/usr.sbin/usbdump/
H A Dusbdump.c262 match_filter(int unit, int endpoint) in match_filter() function
484 if (!match_filter(up->up_address, up->up_endpoint)) in print_apacket()