Searched refs:method_names (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | method.c | 338 static const char *method_names[] = { "start", "stop", "refresh" }; variable 429 err = ct_pr_tmpl_set_svc_aux(tmpl, method_names[type]); in method_ready_contract() 460 method_names[type], method); in exec_method() 593 method_names[type]); in exec_method() 689 mname = method_names[type]; in method_run() 1132 method_names[info->sf_method_type], inst->ri_i.i_fmri); in method_thread()
|
/titanic_41/usr/src/cmd/hal/hald/ |
H A D | hald_dbus.c | 3754 GSList *method_names; in do_introspect() local 3767 method_names = hal_device_property_get_strlist (d, method_names_prop); in do_introspect() 3772 if (method_names == NULL) { in do_introspect() 3784 for (j = method_names, k = method_signatures, l = method_argnames; in do_introspect() 4149 GSList *method_names; in hald_dbus_filter_handle_methods() local 4153 method_names = hal_device_property_get_strlist (d, s); in hald_dbus_filter_handle_methods() 4155 for (i = method_names, num = 0; i != NULL; i = g_slist_next (i), num++) { in hald_dbus_filter_handle_methods()
|