Searched refs:_scf_snapshot_take_new (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libscf/inc/ |
H A D | libscf_priv.h | 185 int _scf_snapshot_take_new(scf_instance_t *, const char *, scf_snapshot_t *);
|
/titanic_44/usr/src/lib/libscf/common/ |
H A D | mapfile-vers | 315 _scf_snapshot_take_new;
|
H A D | lowlevel.c | 3478 _scf_snapshot_take_new(scf_instance_t *inst, const char *name, in _scf_snapshot_take_new() function
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 164 if (_scf_snapshot_take_new(inst, SMF_SNAPSHOT_RUNNING, snap) == 0) { in libscf_get_or_make_running_snapshot() 230 if (_scf_snapshot_take_new(inst, "start", start) != 0) { in libscf_snapshots_poststart() 374 if (_scf_snapshot_take_new(inst, SMF_SNAPSHOT_RUNNING, in libscf_snapshots_refresh()
|
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1534 if (_scf_snapshot_take_new(inst, name, snap) != 0) { in take_snap() 6565 if (_scf_snapshot_take_new(imp_inst, snap_lastimport, in lscf_instance_import() 15386 if (_scf_snapshot_take_new(cur_inst, snap_previous, prev) != 0) in lscf_revert()
|