Searched defs:SMF_SNAPSHOT_RUNNING (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c40 #define SMF_SNAPSHOT_RUNNING "running" macro
120 if (scf_instance_get_snapshot(inst, SMF_SNAPSHOT_RUNNING, snap) == 0)
144 if (scf_instance_get_snapshot(inst, SMF_SNAPSHOT_RUNNING, snap) == 0)
164 if (_scf_snapshot_take_new(inst, SMF_SNAPSHOT_RUNNING, snap) == 0) {
349 if (scf_instance_get_snapshot(inst, SMF_SNAPSHOT_RUNNING, snap) == 0) {
372 SMF_SNAPSHOT_RUNNING);
374 if (_scf_snapshot_take_new(inst, SMF_SNAPSHOT_RUNNING,

Completed in 49 milliseconds