Searched refs:udi_to_method_queue (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/hal/hald/ |
H A D | hald_dbus.c | 3143 static GHashTable *udi_to_method_queue = NULL; variable 3155 if (g_hash_table_lookup_extended (udi_to_method_queue, d->udi, &origkey, (gpointer) &queue)) { in device_is_executing_method() 3180 if (udi_to_method_queue == NULL) { in hald_exec_method_enqueue() 3181 udi_to_method_queue = g_hash_table_new_full (g_str_hash, in hald_exec_method_enqueue() 3187 if (g_hash_table_lookup_extended (udi_to_method_queue, mi->udi, &origkey, (gpointer) &queue)) { in hald_exec_method_enqueue() 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() 3208 if (g_hash_table_lookup_extended (udi_to_method_queue, udi, &origkey, (gpointer) &queue)) { in hald_exec_method_process_queue() 3215 g_hash_table_remove (udi_to_method_queue, udi); in hald_exec_method_process_queue() 3244 g_hash_table_replace (udi_to_method_queue, g_strdup (udi), queue); in hald_exec_method_process_queue()
|