Lines Matching defs:running
40 #define SMF_SNAPSHOT_RUNNING "running"
128 * Make sure a service has a "running" snapshot. If it doesn't, make one from
158 "Could not check for running snapshot of %s (%s).\n", fmri,
165 log_framework(LOG_DEBUG, "Took running snapshot for %s.\n",
173 "Could not create running snapshot for %s "
184 * When a service comes up, point the "start" snapshot at the "running"
193 scf_snapshot_t *running, *start = NULL;
215 running = libscf_get_or_make_running_snapshot(inst, fmri, retake);
216 if (running == NULL) {
281 if (_scf_snapshot_attach(running, start) == 0) {
292 scf_snapshot_destroy(running);
322 scf_snapshot_destroy(running);
329 * Before a refresh, update the "running" snapshot from the editing
386 "Could not update \"running\" snapshot for refresh of %s.\n", fmri);
3301 * -1 - repository server is not running