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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c338 static const char *method_names[] = { "start", "stop", "refresh" }; variable
429 err = ct_pr_tmpl_set_svc_aux(tmpl, method_names[type]);
460 method_names[type], method);
593 method_names[type]);
689 mname = method_names[type];
1132 method_names[info->sf_method_type], inst->ri_i.i_fmri);
/illumos-gate/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 63 milliseconds