Searched refs:snap_previous (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 196 const char * const snap_previous = "previous"; variable 7379 snap_previous, s->sc_name, imp_str); 7381 r = take_snap(imp_inst, snap_previous, imp_snap); 7395 snap_previous, s->sc_name, imp_str); 7474 "new service %s.\n"), snap_previous, inst->sc_fmri); 7475 r = take_snap(imp_inst, snap_previous, imp_snap); 7490 warn(emsg_snap_perm, snap_previous, inst->sc_fmri); 15392 if (scf_instance_get_snapshot(cur_inst, snap_previous, prev) == 0) { 15399 if (_scf_snapshot_take_new(cur_inst, snap_previous, prev) != 0)
|
Completed in 326 milliseconds