Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c2737 hih->connection = connection; in device_claim_interface()
2740 hih->udi = g_strdup (udi); in device_claim_interface()
3777 if (strcmp (hih->udi, path) == 0) { in do_introspect()
4107 HelperInterfaceHandler *hih = i->data; in hald_dbus_filter_handle_methods() local
4108 if (strcmp (hih->udi, udi) == 0 && in hald_dbus_filter_handle_methods()
4257 HelperInterfaceHandler *hih = i->data; in local_server_message_handler() local
4261 if (hih->connection == connection) { in local_server_message_handler()
4262 g_free (hih->interface_name); in local_server_message_handler()
4263 g_free (hih->introspection_xml); in local_server_message_handler()
4264 g_free (hih->udi); in local_server_message_handler()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c1976 hook_t *hih; in hook_insert() local
1991 hih = &hi->hi_hook; in hook_insert()
1992 if ((hih->h_hint == HH_AFTER) && in hook_insert()
1994 (char *)hih->h_hintvalue) == 0)) { in hook_insert()
1998 if ((hih->h_hint == HH_BEFORE) && (before == NULL) && in hook_insert()
2000 (char *)hih->h_hintvalue) == 0)) { in hook_insert()