Searched refs:HalDeviceStore (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | device_store.h | 34 typedef struct _HalDeviceStore HalDeviceStore; typedef 47 void (*store_changed) (HalDeviceStore *store, 51 void (*device_property_changed) (HalDeviceStore *store, 57 void (*device_capability_added) (HalDeviceStore *store, 66 HalDeviceStore)) 75 typedef void (*HalDeviceStoreAsyncCallback) (HalDeviceStore *store, 80 typedef gboolean (*HalDeviceStoreForeachFn) (HalDeviceStore *store, 86 HalDeviceStore *hal_device_store_new (void); 88 void hal_device_store_add (HalDeviceStore *store, 90 gboolean hal_device_store_remove (HalDeviceStore *store, [all …]
|
H A D | device_store.c | 52 HalDeviceStore *store = HAL_DEVICE_STORE (obj); in hal_device_store_finalize() 109 hal_device_store_init (HalDeviceStore *device) in hal_device_store_init() 124 sizeof (HalDeviceStore), in hal_device_store_get_type() 138 HalDeviceStore * 141 HalDeviceStore *store; in hal_device_store_new() 155 HalDeviceStore *store = HAL_DEVICE_STORE (data); in emit_device_property_changed() 166 HalDeviceStore *store = HAL_DEVICE_STORE (data); in emit_device_capability_added() 173 hal_device_store_add (HalDeviceStore *store, HalDevice *device) in hal_device_store_add() 198 hal_device_store_remove (HalDeviceStore *store, HalDevice *device) in hal_device_store_remove() 220 hal_device_store_find (HalDeviceStore *store, const char *udi) in hal_device_store_find() [all …]
|
H A D | hald.c | 72 static HalDeviceStore *global_device_list = NULL; 74 static HalDeviceStore *temporary_device_list = NULL; 100 gdl_store_changed (HalDeviceStore *store, HalDevice *device, in gdl_store_changed() 145 gdl_property_changed (HalDeviceStore *store, HalDevice *device, in gdl_property_changed() 159 gdl_capability_added (HalDeviceStore *store, HalDevice *device, in gdl_capability_added() 168 HalDeviceStore * 188 HalDeviceStore * 591 HalDeviceStore *gdl; in my_shutdown()
|
H A D | hald.h | 41 HalDeviceStore *hald_get_gdl (void); 42 HalDeviceStore *hald_get_tdl (void);
|
H A D | util.h | 68 void hal_util_compute_udi (HalDeviceStore *store, gchar *dst, gsize dstsize, const gchar *format, .… 110 hal_util_branch_claim (HalDeviceStore *store, HalDevice *root, dbus_bool_t claimed, const char *ser…
|
H A D | util.c | 424 hal_util_compute_udi (HalDeviceStore *store, gchar *dst, gsize dstsize, const gchar *format, ...) in hal_util_compute_udi() 1087 hal_util_branch_claim (HalDeviceStore *store, HalDevice *root, dbus_bool_t claimed, in hal_util_branch_claim()
|
H A D | hald_dbus.c | 301 foreach_device_get_udi (HalDeviceStore *store, HalDevice *device, in foreach_device_get_udi() 362 foreach_device_match_get_udi (HalDeviceStore *store, HalDevice *device, in foreach_device_match_get_udi() 386 foreach_device_match_get_udi_tdl (HalDeviceStore *store, HalDevice *device, in foreach_device_match_get_udi_tdl() 490 foreach_device_by_capability (HalDeviceStore *store, HalDevice *device, gpointer user_data) in foreach_device_by_capability() 3507 foreach_device_get_xml_node (HalDeviceStore *store, HalDevice *device, in foreach_device_get_xml_node()
|
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_acpi.c | 160 HalDeviceStore *store = hald_get_gdl(); in devinfo_power_button_event()
|
H A D | sysevent.c | 511 HalDeviceStore *gdl; in sysevent_dr_remove_cpu()
|
H A D | devinfo_storage.c | 1647 devinfo_storage_foreach_nick (HalDeviceStore *store, HalDevice *d, gpointer user_data) in devinfo_storage_foreach_nick()
|