Searched defs:hotplug_devfs_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dosspec.c94 hal_util_find_closest_ancestor (const gchar *devfs_path, gchar **ancestor_devfs_path, gchar **hotplug_devfs_path) argument
119 if (hotplug_devfs_path != NULL) {
121 *hotplug_devfs_path = g_strdup (buf);
H A Dsysevent.c327 gchar *parent_devfs_path, *hotplug_devfs_path; local
332 parent = hal_util_find_closest_ancestor (devfs_path, &parent_devfs_path, &hotplug_devfs_path);
338 HAL_INFO (("dev_add: real=%s", hotplug_devfs_path));
340 devinfo_add (parent, hotplug_devfs_path);
343 g_free (hotplug_devfs_path);

Completed in 56 milliseconds