Lines Matching defs:method
38 valid_env_var(const char *var, const char *instance, const char *method)
43 if (method == NULL)
46 "method %s of instance %s.\n"), var, method, instance);
49 if (method == NULL)
52 "method %s of instance %s; \"SMF_\" prefix is reserved.\n"),
53 var, method, instance);
61 find_dup(const char *var, char **env, const char *instance, const char *method)
78 "for method %s of instance %s.\n"), *p, method, instance);
100 const char *method)
133 *np = uu_msprintf("SMF_METHOD=%s", method);
156 if (!valid_env_var(*p, instance->fmri, method))
160 method)) != NULL) {