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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c890 * int _get_snapshot()
910 _get_snapshot(scf_instance_t *inst, const char *snapshot, function
1682 if (_get_snapshot(inst, p->pw_snapname, &tmpl_snap) == -1)
2005 if (_get_snapshot(inst, NULL, &snap) == -1)
2008 if (_get_snapshot(inst, snapshot, &snap) == -1) {
2184 if (_get_snapshot(t->pt_inst, snapshot,
2369 if (_get_snapshot(inst, NULL, &snap) == -1)
2373 if (_get_snapshot(inst, snapshot,
6590 if (_get_snapshot(inst, NULL, &snap) == -1)
6594 if (_get_snapshot(ins
[all...]

Completed in 290 milliseconds