Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/hal/hald/
H A Dhald_dbus.c2736 HelperInterfaceHandler *hih = g_new0 (HelperInterfaceHandler, 1); in device_claim_interface() local
2737 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() local
3777 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 …]
/titanic_50/usr/src/uts/common/io/
H A Dhook.c1960 hook_t *hih; in hook_insert() local
1975 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()