Lines Matching defs:instance

31  * We have two output formats and six instance selection mechanisms.  The
34 * instance selected. The columns available to display are described by the
38 * instances), instance FMRIs, instance FMRI glob patterns, instances with
42 * avoid listing the same instance twice (when -d and -D aren't given), we'll
44 * an instance.
110 const char *instance;
495 * instance. If "use_running" is set, and the running snapshot exists,
539 * instance. Return an empty string on normal problems.
661 * Check if instance has general/restarter property that matches
729 /* Get the ctid filename associated with this instance */
766 * id associated with this instance.
851 * Get the process ids associated with an instance using a restarter
1827 s = gettext("portion of the FMRI indicating service instance");
2121 /* instance: get state */
2149 * service: If only one instance, use that state. Otherwise, say
2187 /* Get the state in case this is the only instance. */
2838 * prints notifycation parameters for an SMF instance.
3008 strcmp(rest->instance, inst_name) == 0)
3104 "service or instance.\n"), wip->fmri);
3109 /* instance */
3174 * Dependency selection: Straightforward since each instance lists the
3273 * Dependent selection: The "providing" service's or instance's FMRI is parsed
3274 * into the provider_* variables, the instances are walked, and any instance
3305 * If the user has specified an instance, then also match dependencies
3322 /* Only proceed if this instance depends on provider_*. */
3400 &rest->instance, &pg_name, NULL) != SCF_SUCCESS)
3403 if (rest->instance == NULL || pg_name != NULL)
3405 "instance.\n"), fmri);