Searched refs:parent_udi (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | hotplug.c | 61 const gchar *parent_udi; local 72 parent_udi = hal_device_property_get_string (hotplug_event->d, "info.parent"); 73 if (parent_udi == NULL || strlen(parent_udi) == 0) { 76 parent = hal_device_store_match_key_value_string (hald_get_gdl (), "info.udi", parent_udi); 81 HAL_ERROR (("Parent is NULL devfs_path=%s parent_udi=%s", hotplug_event->un.devfs.devfs_path, parent_udi ? parent_udi : "<null>")); 89 HAL_INFO (("parent ignored %s", parent_udi));
|
H A D | sysevent.c | 370 const char *parent_udi; local 380 parent_udi = hal_device_property_get_string (d, "info.parent"); 381 if ((parent_udi == NULL) || (strlen(parent_udi) == 0)) { 382 HAL_INFO (("parent not found in GDL %s", parent_udi)); 386 "info.udi", parent_udi)) == NULL) { 387 HAL_INFO (("parent not found in GDL %s", parent_udi)); 396 HAL_INFO (("device %s parent %s", hal_device_get_udi (d), parent_udi));
|
/illumos-gate/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 430 char *parent_udi; local 474 if ((parent_udi = getenv ("HAL_PROP_INFO_PARENT")) == NULL) {
|
Completed in 57 milliseconds