Lines Matching refs:end_token

211         void *end_token = (void *) userdata1;  in devinfo_callouts_add_done()  local
217 hotplug_event_end (end_token); in devinfo_callouts_add_done()
223 void *end_token = (void *) userdata1; in devinfo_callouts_probing_done() local
230 hotplug_event_end (end_token); in devinfo_callouts_probing_done()
238 hal_util_callout_device_add (d, devinfo_callouts_add_done, end_token, NULL); in devinfo_callouts_probing_done()
244 void *end_token = (void *) userdata1; in devinfo_callouts_preprobing_done() local
260 hotplug_event_end (end_token); in devinfo_callouts_preprobing_done()
283 (gpointer) end_token, (gpointer) handler); in devinfo_callouts_preprobing_done()
291 …nt_begin_add_devinfo (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void *end_token) in hotplug_event_begin_add_devinfo() argument
293 HotplugEvent *hotplug_event = (HotplugEvent *)end_token; in hotplug_event_begin_add_devinfo()
320 hal_util_callout_device_preprobe (d, devinfo_callouts_preprobing_done, end_token, handler); in hotplug_event_begin_add_devinfo()
329 hotplug_event_end (end_token); in hotplug_event_begin_add_devinfo()
377 void *end_token = (void *) userdata1; in devinfo_callouts_remove_done() local
386 hotplug_event_end (end_token); in devinfo_callouts_remove_done()
390 hotplug_event_begin_remove_devinfo (HalDevice *d, gchar *devfs_path, void *end_token) in hotplug_event_begin_remove_devinfo() argument
393 devinfo_volume_hotplug_begin_remove (d, devfs_path, end_token); in hotplug_event_begin_remove_devinfo()
395 hal_util_callout_device_remove (d, devinfo_callouts_remove_done, end_token, NULL); in hotplug_event_begin_remove_devinfo()