Lines Matching refs:g_strdup
1946 g_hash_table_insert (services_with_locks, g_strdup (sender), in device_lock()
2124 g_hash_table_insert (services_with_claims, g_strdup (sender), in manager_claim_branch()
2375 pu->udi = g_strdup (udi); in device_send_signal_property_modified()
2376 pu->key = g_strdup (key); in device_send_signal_property_modified()
2738 hih->interface_name = g_strdup (interface_name); in device_claim_interface()
2739 hih->introspection_xml = g_strdup (introspection_xml); in device_claim_interface()
2740 hih->udi = g_strdup (udi); in device_claim_interface()
3190 g_hash_table_replace (udi_to_method_queue, g_strdup (mi->udi), queue); in hald_exec_method_enqueue()
3194 g_hash_table_insert (udi_to_method_queue, g_strdup (mi->udi), queue); in hald_exec_method_enqueue()
3244 g_hash_table_replace (udi_to_method_queue, g_strdup (udi), queue); in hald_exec_method_process_queue()
3486 mi->udi = g_strdup (d->udi); in hald_exec_method()
3487 mi->execpath = g_strdup (execpath); in hald_exec_method()
3489 mi->mstdin = g_strdup (stdin_str->str); in hald_exec_method()
3492 mi->member = g_strdup (dbus_message_get_member (message)); in hald_exec_method()
3493 mi->interface = g_strdup (dbus_message_get_interface (message)); in hald_exec_method()