Searched refs:_scf_snapshot_take_attach (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf_priv.h | 148 * _scf_snapshot_take_attach() create a set of snaplevels 152 * new snaplevels are attached, while _scf_snapshot_take_attach() 164 * _scf_snapshot_take_attach(snap1, snap2) or 182 * _scf_snapshot_take_attach() can fail with _CONNECTION_BROKEN, _NOT_SET, 191 int _scf_snapshot_take_attach(scf_instance_t *, scf_snapshot_t *);
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 350 if (_scf_snapshot_take_attach(inst, snap) == 0)
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 3485 _scf_snapshot_take_attach(scf_instance_t *inst, scf_snapshot_t *snap) function
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1503 if (_scf_snapshot_take_attach(inst, snap) != 0) { 1513 bad_error("_scf_snapshot_take_attach", 15393 if (_scf_snapshot_take_attach(cur_inst, prev) != 0)
|
Completed in 115 milliseconds