Searched refs:hih (Results 1 – 2 of 2) sorted by relevance
2736 HelperInterfaceHandler *hih = g_new0 (HelperInterfaceHandler, 1); in device_claim_interface() local2737 hih->connection = connection; in device_claim_interface()2738 hih->interface_name = g_strdup (interface_name); in device_claim_interface()2739 hih->introspection_xml = g_strdup (introspection_xml); in device_claim_interface()2740 hih->udi = g_strdup (udi); in device_claim_interface()2741 helper_interface_handlers = g_slist_append (helper_interface_handlers, hih); in device_claim_interface()3776 HelperInterfaceHandler *hih = i->data; in do_introspect() local3777 if (strcmp (hih->udi, path) == 0) { in do_introspect()3778 xml = g_string_append (xml, hih->introspection_xml); in do_introspect()4107 HelperInterfaceHandler *hih = i->data; in hald_dbus_filter_handle_methods() local[all …]
1960 hook_t *hih; in hook_insert() local1975 hih = &hi->hi_hook; in hook_insert()1976 if ((hih->h_hint == HH_AFTER) && in hook_insert()1978 (char *)hih->h_hintvalue) == 0)) { in hook_insert()1982 if ((hih->h_hint == HH_BEFORE) && (before == NULL) && in hook_insert()1984 (char *)hih->h_hintvalue) == 0)) { in hook_insert()