Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.c52 HalDeviceStore *store = HAL_DEVICE_STORE (obj); in hal_device_store_finalize()
155 HalDeviceStore *store = HAL_DEVICE_STORE (data); in emit_device_property_changed()
166 HalDeviceStore *store = HAL_DEVICE_STORE (data); in emit_device_capability_added()
H A Ddevice_store.h64 #define HAL_DEVICE_STORE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),\ macro