Lines Matching refs:restarter

39  * a certain restarter (-R), dependencies of instances (-d), and dependents of
105 * For lists of parsed restarter FMRIs.
538 * Get a string property from the restarter property group of the given
661 * Check if instance has general/restarter property that matches
666 check_for_restarter(scf_instance_t *inst, const char *restarter)
675 /* Get restarter */
687 if (strcmp(fmri_buf, restarter) == 0)
699 * Checks for a common restarter and if one is available, it generates
704 * If a restarter specific action is available, then restarter_spec
705 * is set to 1. If a restarter specific action is not available, then
709 * 0 if success: restarter specific action found and filename generated
710 * -1 if restarter specific action not found,
711 * if restarter specific action found but an error was encountered
721 /* Check for inetd specific restarter */
763 * Get or print a contract id using a restarter specific action.
770 * 0 if success: restarter specific action found and used with no error
771 * -1 if restarter specific action not found
772 * -1 if restarter specific action found, but there was a failure
795 /* Check for restarter specific action and generation of filename */
851 * Get the process ids associated with an instance using a restarter
855 * 0 if success: restarter specific action found and used with no error
856 * -1 restarter specific action not found or if failure
867 /* Check for restarter specific action and generation of filename */
911 /* Use the restarter specific get pids routine, if available. */
1018 * Use the restarter specific get pids routine, if available.
1028 /* No restarter specific routine */
1058 * Use the restarter specific get pids routine, if available.
1068 /* No restarter specific routine */
1873 "Usage: %1$s [-aHpv] [-o col[,col ... ]] [-R restarter] "
1904 "\t-R list only those services with the specified restarter\n"
2547 (void) printf(fmt, DETAILED_WIDTH, gettext("restarter"), buf);
2549 (void) printf(fmt, DETAILED_WIDTH, gettext("restarter"),
2555 * Use the restarter specific routine to print the ctids, if available.
2556 * If restarter specific action is available and it fails, then die.
2562 uu_die(gettext("Unable to get restarter for %s"),
2979 * If the user has specified a restarter, check for a match first