Searched refs:services_with_claims (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c2048 static GHashTable *services_with_claims = NULL; variable
2116 if (services_with_claims == NULL) {
2117 services_with_claims =
2124 g_hash_table_insert (services_with_claims, g_strdup (sender),
2198 if (g_hash_table_lookup (services_with_claims, sender))
2199 g_hash_table_remove (services_with_claims, sender);
2516 if (services_with_claims != NULL) {
2517 d = g_hash_table_lookup (services_with_claims, new_service_name);
2523 g_hash_table_remove (services_with_claims, new_service_name);
4217 if (services_with_locks != NULL || services_with_claims !
[all...]

Completed in 62 milliseconds