Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/
H A Dhotplug.c42 static struct hotplug_event evqueue[HOTPLUG_MAXEVENTS];
63 int hotplug_put_event(struct hotplug_event *);
64 int hotplug_get_event(struct hotplug_event *);
82 struct hotplug_event he; in hotplug_device_attach()
93 struct hotplug_event he; in hotplug_device_detach()
102 hotplug_put_event(struct hotplug_event *he) in hotplug_put_event()
124 hotplug_get_event(struct hotplug_event *he) in hotplug_get_event()
151 struct hotplug_event he; in hotplugclose()
165 struct hotplug_event he; in hotplugread()
/openbsd-src/sys/sys/
H A Dhotplug.h29 struct hotplug_event { struct
/openbsd-src/usr.sbin/hotplugd/
H A Dhotplugd.c63 struct hotplug_event he; in main()