Home
last modified time | relevance | path

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

/dragonfly/sbin/udevd/
H A Dudevd.h115 int match_event_filter(struct udev_monitor *udm, prop_dictionary_t ev_dict);
H A Dudevd_monitor.c93 if (match_event_filter(udm, in monitor_queue_event()
401 match_event_filter(struct udev_monitor *udm, prop_dictionary_t ev_dict) in match_event_filter() function
H A Dudevd_client.c206 if (match_event_filter(udm, dict)) { in client_cmd_getdevs()