Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudevd.c118 typedef enum EventState { enum
122 } EventState; typedef
127 EventState state;
194 static void event_queue_cleanup(Manager *manager, EventState match_state) { in event_queue_cleanup()