Home
last modified time | relevance | path

Searched refs:hotplug_devfs_path (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c94 …closest_ancestor (const gchar *devfs_path, gchar **ancestor_devfs_path, gchar **hotplug_devfs_path) in hal_util_find_closest_ancestor() argument
119 if (hotplug_devfs_path != NULL) { in hal_util_find_closest_ancestor()
121 *hotplug_devfs_path = g_strdup (buf); in hal_util_find_closest_ancestor()
H A Dsysevent.c327 gchar *parent_devfs_path, *hotplug_devfs_path; in sysevent_dev_add() local
332 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()
H A Dosspec_solaris.h20 …losest_ancestor (const gchar *devfs_path, gchar **ancestor_devfs_path, gchar **hotplug_devfs_path);