Searched refs:hotplug_devfs_path (Results 1 – 3 of 3) sorted by relevance
92 …closest_ancestor (const gchar *devfs_path, gchar **ancestor_devfs_path, gchar **hotplug_devfs_path) in hal_util_find_closest_ancestor() argument117 if (hotplug_devfs_path != NULL) { in hal_util_find_closest_ancestor()119 *hotplug_devfs_path = g_strdup (buf); in hal_util_find_closest_ancestor()
328 gchar *parent_devfs_path, *hotplug_devfs_path; in sysevent_dev_add() local333 parent = hal_util_find_closest_ancestor (devfs_path, &parent_devfs_path, &hotplug_devfs_path); in sysevent_dev_add()339 HAL_INFO (("dev_add: real=%s", hotplug_devfs_path)); in sysevent_dev_add()341 devinfo_add (parent, hotplug_devfs_path); in sysevent_dev_add()344 g_free (hotplug_devfs_path); in sysevent_dev_add()
18 …losest_ancestor (const gchar *devfs_path, gchar **ancestor_devfs_path, gchar **hotplug_devfs_path);