Searched defs:hih (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c1960 hook_t *hih; local
1975 hih = &hi->hi_hook;
1976 if ((hih->h_hint == HH_AFTER) &&
1978 (char *)hih->h_hintvalue) == 0)) {
1982 if ((hih->h_hint == HH_BEFORE) && (before == NULL) &&
1984 (char *)hih->h_hintvalue) == 0)) {
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c2736 HelperInterfaceHandler *hih = g_new0 (HelperInterfaceHandler, 1); local
2737 hih->connection = connection;
2738 hih->interface_name = g_strdup (interface_name);
2739 hih->introspection_xml = g_strdup (introspection_xml);
2740 hih->udi = g_strdup (udi);
2741 helper_interface_handlers = g_slist_append (helper_interface_handlers, hih);
3776 HelperInterfaceHandler *hih = i->data; local
3777 if (strcmp (hih->udi, path) == 0) {
3778 xml = g_string_append (xml, hih->introspection_xml);
4107 HelperInterfaceHandler *hih local
4257 HelperInterfaceHandler *hih = i->data; local
[all...]

Completed in 68 milliseconds