Lines Matching defs:end_token

77 static void devinfo_volume_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void *end_token);
78 static void devinfo_storage_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void *end_token);
625 void *end_token = (void *) userdata1;
1123 void *end_token = (void *) userdata1;
1178 (gpointer) end_token, userdata2);
1185 hotplug_event_end (end_token);
1189 devinfo_volume_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void *end_token)
1210 hal_util_callout_device_preprobe (d, devinfo_volume_preprobing_done, end_token, handler);
1216 hotplug_event_end (end_token);
1220 devinfo_storage_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void *end_token)
1282 hal_util_callout_device_preprobe (d, devinfo_callouts_preprobing_done, end_token, handler);
1288 hotplug_event_end (end_token);
1294 void *end_token = (void *) userdata1;
1303 hotplug_event_end (end_token);
1313 hal_util_callout_device_add (d, devinfo_callouts_add_done, end_token, NULL);
1336 void *end_token = (void *) userdata1;
1633 void *end_token = (void *) data1;
1649 hal_util_callout_device_remove (d, devinfo_callouts_remove_done, end_token, NULL);
1653 devinfo_volume_force_unmount (HalDevice *d, void *end_token)
1666 hal_util_callout_device_remove (d, devinfo_callouts_remove_done, end_token, NULL);
1680 end_token, NULL);
1684 devinfo_volume_hotplug_begin_remove (HalDevice *d, char *devfs_path, void *end_token)
1687 devinfo_volume_force_unmount (d, end_token);
1689 hal_util_callout_device_remove (d, devinfo_callouts_remove_done, end_token, NULL);