Lines Matching defs:spawned
1280 HalDevice *spawned;
1282 spawned = hal_device_store_find (hald_get_gdl (), pc->merge_key);
1283 if (spawned == NULL)
1284 spawned = hal_device_store_find (hald_get_tdl (), pc->merge_key);
1286 if (spawned == NULL) {
1290 spawned = hal_device_new ();
1291 hal_device_property_set_string (spawned, "info.bus", "unknown");
1292 hal_device_property_set_string (spawned, "info.udi", pc->merge_key);
1293 hal_device_property_set_string (spawned, "info.parent", pc->device->udi);
1294 hal_device_set_udi (spawned, pc->merge_key);
1296 hal_device_store_add (hald_get_tdl (), spawned);
1298 di_search_and_merge (spawned, DEVICE_INFO_TYPE_INFORMATION);
1299 di_search_and_merge (spawned, DEVICE_INFO_TYPE_POLICY);
1301 hal_util_callout_device_add (spawned, spawned_device_callouts_add_done, NULL, NULL);