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

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c888 * int _get_snapshot()
908 _get_snapshot(scf_instance_t *inst, const char *snapshot, function
1678 if (_get_snapshot(inst, p->pw_snapname, &tmpl_snap) == -1)
2001 if (_get_snapshot(inst, NULL, &snap) == -1)
2004 if (_get_snapshot(inst, snapshot, &snap) == -1) {
2180 if (_get_snapshot(t->pt_inst, snapshot,
2366 if (_get_snapshot(inst, NULL, &snap) == -1)
2370 if (_get_snapshot(inst, snapshot,
6703 if (_get_snapshot(inst, snapshot, &snap) == -1) {

Completed in 35 milliseconds