Searched refs:_scf_snapshot_take_new (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf_priv.h | 147 * _scf_snapshot_take_new(), _scf_snapshot_take_new_named(), and 150 * its parent service's property groups. _scf_snapshot_take_new() and 174 * _scf_snapshot_take_new() can fail with at least _HANDLE_MISMATCH, 188 int _scf_snapshot_take_new(scf_instance_t *, const char *, scf_snapshot_t *);
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 164 if (_scf_snapshot_take_new(inst, SMF_SNAPSHOT_RUNNING, snap) == 0) { 230 if (_scf_snapshot_take_new(inst, "start", start) != 0) { 264 bad_error("_scf_snapshot_take_new", 374 if (_scf_snapshot_take_new(inst, SMF_SNAPSHOT_RUNNING,
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1534 if (_scf_snapshot_take_new(inst, name, snap) != 0) { 1552 bad_error("_scf_snapshot_take_new", 6565 if (_scf_snapshot_take_new(imp_inst, snap_lastimport, 6600 bad_error("_scf_snapshot_take_new", 15399 if (_scf_snapshot_take_new(cur_inst, snap_previous, prev) != 0)
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 3478 _scf_snapshot_take_new(scf_instance_t *inst, const char *name, function
|
Completed in 137 milliseconds