Searched refs:hotplug_devfs_path (Results 1 – 3 of 3) sorted by relevance
94 …closest_ancestor (const gchar *devfs_path, gchar **ancestor_devfs_path, gchar **hotplug_devfs_path) in hal_util_find_closest_ancestor() argument119 if (hotplug_devfs_path != NULL) { in hal_util_find_closest_ancestor()121 *hotplug_devfs_path = g_strdup (buf); in hal_util_find_closest_ancestor()
327 gchar *parent_devfs_path, *hotplug_devfs_path; in sysevent_dev_add() local332 parent = hal_util_find_closest_ancestor (devfs_path, &parent_devfs_path, &hotplug_devfs_path); in sysevent_dev_add()338 HAL_INFO (("dev_add: real=%s", hotplug_devfs_path)); in sysevent_dev_add()340 devinfo_add (parent, hotplug_devfs_path); in sysevent_dev_add()343 g_free (hotplug_devfs_path); in sysevent_dev_add()
20 …losest_ancestor (const gchar *devfs_path, gchar **ancestor_devfs_path, gchar **hotplug_devfs_path);