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

/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_dbus.c3754 GSList *method_names; local
3763 method_names_prop = g_strdup_printf ("%s.method_names", ifname);
3767 method_names = hal_device_property_get_strlist (d, method_names_prop);
3772 if (method_names == NULL) {
3784 for (j = method_names, k = method_signatures, l = method_argnames;
4149 GSList *method_names; local
4152 s = g_strdup_printf ("%s.method_names", interface);
4153 method_names = hal_device_property_get_strlist (d, s);
4155 for (i = method_names, num = 0; i != NULL; i = g_slist_next (i), num++) {

Completed in 26 milliseconds