Lines Matching refs:HalDevice

38 void devinfo_add_subtree(HalDevice *parent, di_node_t node, gboolean is_root);
39 HalDevice *devinfo_add_node(HalDevice *parent, di_node_t node);
42 devinfo_add(HalDevice *parent, gchar *path) in devinfo_add()
64 devinfo_add_subtree(HalDevice *parent, di_node_t node, gboolean is_root) in devinfo_add_subtree()
66 HalDevice *d; in devinfo_add_subtree()
86 devinfo_set_default_properties (HalDevice *d, HalDevice *parent, di_node_t node, char *devfs_path) in devinfo_set_default_properties()
149 HalDevice *
150 devinfo_add_node(HalDevice *parent, di_node_t node) in devinfo_add_node()
152 HalDevice *d = NULL; in devinfo_add_node()
175 devinfo_hotplug_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler, int action, in… in devinfo_hotplug_enqueue()
191 devinfo_add_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler) in devinfo_add_enqueue()
197 devinfo_add_enqueue_at_front(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler) in devinfo_add_enqueue_at_front()
209 devinfo_callouts_add_done (HalDevice *d, gpointer userdata1, gpointer userdata2) in devinfo_callouts_add_done()
221 devinfo_callouts_probing_done (HalDevice *d, guint32 exit_type, gint return_code, char **error, gpo… in devinfo_callouts_probing_done()
242 devinfo_callouts_preprobing_done (HalDevice *d, gpointer userdata1, gpointer userdata2) in devinfo_callouts_preprobing_done()
246 void (*probing_done) (HalDevice *, guint32, gint, char **, gpointer, gpointer); in devinfo_callouts_preprobing_done()
291 hotplug_event_begin_add_devinfo (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void … in hotplug_event_begin_add_devinfo()
342 devinfo_remove_branch (gchar *devfs_path, HalDevice *d) in devinfo_remove_branch()
346 HalDevice *child; in devinfo_remove_branch()
375 devinfo_callouts_remove_done (HalDevice *d, gpointer userdata1, gpointer userdata2) 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()
400 devinfo_device_rescan (HalDevice *d) in devinfo_device_rescan()