Lines Matching defs:inst
66 scf_instance_t *inst;
75 { ent.type = ENT_INSTANCE; ent.u.inst = i; }
79 scf_instance_get_pg(ent.u.inst, name, pg))
83 scf_instance_to_fmri(ent.u.inst, buf, buf_sz))
366 ret = scf_iter_instance_pgs(iter, ent.u.inst);
368 ret = scf_iter_instance_pgs_composed(iter, ent.u.inst,
378 get_snapshot(const scf_instance_t *inst, const char *snapshot)
385 if (scf_instance_get_snapshot(inst, snapshot, snap) == -1) {
435 snap = get_snapshot(ent.u.inst, snapshot);
437 if (scf_iter_instance_pgs_composed(iter, ent.u.inst,
456 if (scf_iter_instance_pgs_composed(iter, ent.u.inst,
482 snap = get_snapshot(ent.u.inst, snapshot);
489 ret = scf_instance_get_pg(ent.u.inst,
492 ret = scf_instance_get_pg_composed(ent.u.inst,
503 ent.u.inst, NULL, spn->spn_comp1,
698 } else if (wip->inst != NULL) {
699 SCF_ENTITY_SET_TO_INSTANCE(ent, wip->inst);
831 } else if (wip->inst != NULL) {
838 if (scf_instance_get_pg(wip->inst, p->spn_comp1, lpg) !=