Lines Matching defs:s_inst
970 * Sets pg to the name property group of s_inst. If it doesn't exist, it is
1134 scf_instance_t *s_inst = NULL;
1139 if ((s_inst = scf_instance_create(h)) == NULL ||
1170 if (scf_handle_decode_fmri(h, id->i_fmri, NULL, NULL, s_inst,
1207 switch (r = instance_get_or_add_pg(s_inst, SCF_PG_RESTARTER,
1351 scf_instance_destroy(s_inst);
1361 * EBADF - s_inst is not set
1362 * ECANCELED - s_inst is deleted
1368 restarter_remove_contract(scf_instance_t *s_inst, ctid_t contract_id,
1393 h = scf_instance_handle(s_inst);
1407 ret = instance_get_or_add_pg(s_inst, SCF_PG_RESTARTER,
1660 * EBADF - s_inst is not set
1661 * ECANCELED - s_inst is deleted
1667 restarter_store_contract(scf_instance_t *s_inst, ctid_t contract_id,
1687 h = scf_instance_handle(s_inst);
1701 ret = instance_get_or_add_pg(s_inst, SCF_PG_RESTARTER,