Lines Matching refs:method

45 /* method timeout used if one isn't explicitly specified */
49 /* supported method properties and their attributes */
57 /* enumeration of method properties; used to index into method_props[] */
138 * Transforms the properties read from the repository for a method into a
354 * For each method, if it was specifed convert its entry in 'mprops',
366 * Only create a method info structure if the method properties
367 * contain an exec string, which we take to mean the method
377 "method %s of instance %s is "
389 * Try and read each of the method properties for the method 'method' of
390 * instance 'inst', and return a table containing all method properties. If an
393 * the method properties, and each of the properties is flagged according to
398 read_method_props(const char *inst, instance_method_t method, scf_error_t *err)
411 methods[method].name);
439 * Destroy the basic and method properties returned by read_inst_props().
452 * Read all the basic and method properties for instance 'inst', as inetd_prop_t
491 * properties (not method or defaults).
535 /* an unspecified method */
538 "Unspecified %s method for instance %s"),
543 error_msg(gettext("Missing %s property from method %s "
602 * Switch off validation of the start method's exec string, since
605 * We'll catch any real errors when the start method is first run
629 * Returns a pointer to an allocated method context for the specified method
635 read_method_context(const char *inst_fmri, const char *method, const char *path)
643 fail = gettext("Failed to retrieve method context for the %s method of "
667 RESTARTER_METHOD_CONTEXT_VERSION, scf_inst, NULL, method, path,
670 error_msg(fail, method, inst_fmri, tmperr->msg);
683 error_msg(fail, method, inst_fmri,