Home
last modified time | relevance | path

Searched refs:service_sid_table (Results 1 – 1 of 1) sorted by relevance

/dports/devel/dbus/dbus-1.12.20/bus/
H A Dservices.c71 DBusHashTable *service_sid_table; member
104 registry->service_sid_table = NULL; in bus_registry_new()
136 if (registry->service_sid_table) in bus_registry_unref()
137 _dbus_hash_table_unref (registry->service_sid_table); in bus_registry_unref()
442 sid = bus_selinux_id_table_lookup (registry->service_sid_table, in bus_registry_acquire_service()
716 if (registry->service_sid_table) in bus_registry_set_service_context_table()
717 _dbus_hash_table_unref (registry->service_sid_table); in bus_registry_set_service_context_table()
718 registry->service_sid_table = new_table; in bus_registry_set_service_context_table()