Home
last modified time | relevance | path

Searched defs:LibHalContext_s (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/hal/libhal/common/
H A Dlibhal.c257 struct LibHalContext_s { struct
258 DBusConnection *connection; /**< D-BUS connection */
259 dbus_bool_t is_initialized; /**< Are we initialised */
260 dbus_bool_t is_shutdown; /**< Have we been shutdown */
261 dbus_bool_t cache_enabled; /**< Is the cache enabled */
262 dbus_bool_t is_direct; /**< Whether the connection to hald is direct */
265 LibHalDeviceAdded device_added;
268 LibHalDeviceRemoved device_removed;
271 LibHalDeviceNewCapability device_new_capability;
274 LibHalDeviceLostCapability device_lost_capability;
[all …]