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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c1872 static GHashTable *services_with_locks = NULL; variable
1938 if (services_with_locks == NULL) {
1939 services_with_locks =
1946 g_hash_table_insert (services_with_locks, g_strdup (sender),
2029 if (g_hash_table_lookup (services_with_locks, sender))
2030 g_hash_table_remove (services_with_locks, sender);
2504 if (services_with_locks != NULL) {
2505 d = g_hash_table_lookup (services_with_locks, new_service_name);
2512 g_hash_table_remove (services_with_locks, new_service_name);
4217 if (services_with_locks !
[all...]

Completed in 62 milliseconds