Lines Matching refs:s_inst
997 * Sets pg to the name property group of s_inst. If it doesn't exist, it is
1210 scf_instance_t *s_inst = NULL;
1215 if ((s_inst = scf_instance_create(h)) == NULL ||
1252 if (scf_handle_decode_fmri(h, id->i_fmri, NULL, NULL, s_inst,
1294 switch (r = instance_get_or_add_pg(s_inst, SCF_PG_RESTARTER,
1488 scf_instance_destroy(s_inst);
1533 * EBADF - s_inst is not set
1534 * ECANCELED - s_inst is deleted
1540 restarter_remove_contract(scf_instance_t *s_inst, ctid_t contract_id,
1565 h = scf_instance_handle(s_inst);
1579 ret = instance_get_or_add_pg(s_inst, SCF_PG_RESTARTER,
1832 * EBADF - s_inst is not set
1833 * ECANCELED - s_inst is deleted
1839 restarter_store_contract(scf_instance_t *s_inst, ctid_t contract_id,
1859 h = scf_instance_handle(s_inst);
1873 ret = instance_get_or_add_pg(s_inst, SCF_PG_RESTARTER,