Lines Matching defs:running
197 const char * const snap_running = "running";
558 * a running snapshot, and that snapshot has an instance snaplevel, set pg to
559 * the property group named name in it. If it doesn't have a running
563 * its instances. If one has a running snapshot with a service snaplevel, set
575 * EBADF - found running snapshot is missing a snaplevel
585 /* Search for an instance with a running snapshot. */
1597 * Let restarter handles refreshing and making new running
1599 * running in early import.
1680 * Similarly, just take a new running snapshot if operating on
1681 * a non-live repository or running during early import.
2613 * take the snapshot running snapshot then
3021 * running snapshot (and it differs
3439 * the current dependent targets from running (the snaplevel of a running
3477 const scf_snaplevel_t *running, void *ent)
3514 /* Fetch the running version of the "dependents" property group. */
3516 if (running != NULL)
3517 r = scf_snaplevel_get_pg(running, dependents, ud_run_dpts_pg);
3536 bad_error(running ? "scf_snaplevel_get_pg" :
3899 const scf_snaplevel_t *running, void *ent)
3948 bad_error(running ? "scf_snaplevel_get_pg" :
4050 * of the entity ient represents (possibly in the running snapshot). If it
4064 * - running snapshot in dependent is missing snaplevel (error printed)
4106 const char * const r_no_lvl = gettext("%s: \"running\" snapshot is "
5303 ud_ctarg, "running");
5306 "missing a snaplevel.\n"), ud_ctarg, "running");
5368 * - entity containing running has been deleted
5394 const scf_snaplevel_t *running)
5470 return (upgrade_dependents(lipg, imp_snpl, ient, running, ent));
5473 return (upgrade_manifestfiles(NULL, ient, running, ent));
5616 if (running != NULL)
5617 r = scf_snaplevel_get_pg(running, imp_str, imp_pg2);
5627 if (running != NULL)
5707 if (running != NULL &&
5783 if (running != NULL &&
5877 * - entity containing running was deleted
5899 upgrade_props(void *ent, scf_snaplevel_t *running, scf_snaplevel_t *snpl,
5934 r = process_old_pg(imp_pg, ient, ent, running);
5984 r = upgrade_dependents(NULL, imp_snpl, ient, running,
6011 r = upgrade_manifestfiles(pg, ient, running, ent);
6036 if (running != NULL) {
6037 r = scf_snaplevel_get_pg(running, pg->sc_pgroup_name,
6054 if (running != NULL)
6178 scf_snaplevel_t *running;
6441 running = NULL;
6446 running = imp_rsnpl;
6470 r = upgrade_props(imp_inst, running, imp_snpl, inst);
6769 * question: Is the early manifest service currently running? Because if it is
6770 * running and it has invoked us, then the service will never get a restarter
7041 scf_snaplevel_t *running;
7560 * probably running a last-import-capable svccfg for
7759 running = NULL;
7764 running = imp_rsnpl;
7797 r = upgrade_props(imp_svc, running, imp_snpl, s);
8341 * This snippet of code assumes that we are running svccfg as we
8342 * normally do -- witih svc.startd running. Of course, that is
12244 * Returns 1 if the instance may be running, and 0 otherwise.
12325 * running and delete dependencies in other entities which the instance
12351 /* If we're not forcing and the instance is running, refuse. */
12360 semerr(gettext("Instance %s may be running. "
16348 * move out of the running state.