Lines Matching refs:end_token

76 static void devinfo_volume_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void *end_token);
77 static void devinfo_storage_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void *end_token);
549 void *end_token = (void *) userdata1;
1047 void *end_token = (void *) userdata1;
1102 (gpointer) end_token, userdata2);
1109 hotplug_event_end (end_token);
1113 devinfo_volume_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void *end_token)
1134 hal_util_callout_device_preprobe (d, devinfo_volume_preprobing_done, end_token, handler);
1140 hotplug_event_end (end_token);
1144 devinfo_storage_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void *end_token)
1206 hal_util_callout_device_preprobe (d, devinfo_callouts_preprobing_done, end_token, handler);
1212 hotplug_event_end (end_token);
1218 void *end_token = (void *) userdata1;
1227 hotplug_event_end (end_token);
1237 hal_util_callout_device_add (d, devinfo_callouts_add_done, end_token, NULL);
1260 void *end_token = (void *) userdata1;
1557 void *end_token = (void *) data1;
1573 hal_util_callout_device_remove (d, devinfo_callouts_remove_done, end_token, NULL);
1577 devinfo_volume_force_unmount (HalDevice *d, void *end_token)
1590 hal_util_callout_device_remove (d, devinfo_callouts_remove_done, end_token, NULL);
1604 end_token, NULL);
1608 devinfo_volume_hotplug_begin_remove (HalDevice *d, char *devfs_path, void *end_token)
1611 devinfo_volume_force_unmount (d, end_token);
1613 hal_util_callout_device_remove (d, devinfo_callouts_remove_done, end_token, NULL);