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

/osnet-11/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 24 milliseconds