Home
last modified time | relevance | path

Searched refs:_scf_snapshot_attach (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h192 int _scf_snapshot_attach(scf_snapshot_t *, scf_snapshot_t *);
/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers318 _scf_snapshot_attach;
H A Dlowlevel.c3542 _scf_snapshot_attach(scf_snapshot_t *src, scf_snapshot_t *dest) in _scf_snapshot_attach() function
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c282 if (_scf_snapshot_attach(running, start) == 0) { in libscf_snapshots_poststart()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c6719 if (_scf_snapshot_attach(imp_tlisnap, imp_lisnap) != 0) { in lscf_instance_import()